Commit 97d2bf0
Fix length check on dns_rfc1035_label tag (#1214)
## Fixes Or Enhances
Fix length check on dns_rfc1035_label tag.
Fixes #1213
**Make sure that you've checked the boxes below before you submit PR:**
- [x] Tests exist or have been written that cover this particular
change.
@go-playground/validator-maintainers
---------
Signed-off-by: pavedroad <qcqs@outlook.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Gleb <49669778+maltsev25@users.noreply.github.com>
Co-authored-by: Violin <6880156+violin0622@users.noreply.github.com>
Co-authored-by: Dean Karn <Dean.Karn@gmail.com>
Co-authored-by: Dean Karn <deankarn@reaver1.local>
Co-authored-by: Nikolai Anohyn <82395127+nikolaianohyn@users.noreply.github.com>
Co-authored-by: nikolay <n.anohin@lucky.online>
Co-authored-by: Jian Yu <askingyj@gmail.com>
Co-authored-by: jamesatkin-myndup <125557880+jamesatkin-myndup@users.noreply.github.com>
Co-authored-by: Magnus Svensson <masv@sunet.se>
Co-authored-by: Ruslan Semagin <53819609+pixel365@users.noreply.github.com>
Co-authored-by: Nikita <nekit.nar10z@gmail.com>
Co-authored-by: Oleksandr Redko <oleksandr.red+github@gmail.com>
Co-authored-by: Alex <42301971+alexongh@users.noreply.github.com>
Co-authored-by: Tomoki Nagata <45285704+Tomoki108@users.noreply.github.com>
Co-authored-by: pavedroad <138004431+pavedroad@users.noreply.github.com>
Co-authored-by: thinkofher <mail@bdudek.xyz>
Co-authored-by: Kyle Carberry <kyle@carberry.com>
Co-authored-by: Eugene <jhekasoft@gmail.com>
Co-authored-by: Ganeshdip Dumbare <ganeshdip.dumbare@gmail.com>
Co-authored-by: Charlie Getzen <charliegetzenlc@gmail.com>
Co-authored-by: Gabriel Augendre <gabriel@augendre.info>
Co-authored-by: Connor Carnes <connorcarnes44@gmail.com>
Co-authored-by: nodivbyzero <nodivbyzero@gmail.com>
Co-authored-by: Dean Karn <github@deankarn.com>
Co-authored-by: Daan Oosting <daan@devcap.nl>
Co-authored-by: wangxiaolei <fatelei@gmail.com>
Co-authored-by: Ganeshdip Dumbare <ganeshdip.dumbare@qonto.com>
Co-authored-by: zeewell <zeewell@gmail.com>
Co-authored-by: Anton Soroko <anton.soroko@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fathiraz arthuro <arthurofathiraz@gmail.com>
Co-authored-by: 196Ikuchil <22634362+196Ikuchil@users.noreply.github.com>1 parent 98aa9f2 commit 97d2bf0
3 files changed
+9
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1376 | 1376 | | |
1377 | 1377 | | |
1378 | 1378 | | |
1379 | | - | |
1380 | 1379 | | |
1381 | 1380 | | |
1382 | 1381 | | |
| |||
1606 | 1605 | | |
1607 | 1606 | | |
1608 | 1607 | | |
1609 | | - | |
1610 | 1608 | | |
1611 | 1609 | | |
1612 | 1610 | | |
| |||
1635 | 1633 | | |
1636 | 1634 | | |
1637 | 1635 | | |
1638 | | - | |
1639 | 1636 | | |
1640 | 1637 | | |
1641 | 1638 | | |
| |||
2227 | 2224 | | |
2228 | 2225 | | |
2229 | 2226 | | |
2230 | | - | |
2231 | 2227 | | |
2232 | 2228 | | |
2233 | 2229 | | |
| |||
2464 | 2460 | | |
2465 | 2461 | | |
2466 | 2462 | | |
2467 | | - | |
2468 | 2463 | | |
2469 | 2464 | | |
2470 | 2465 | | |
| |||
2644 | 2639 | | |
2645 | 2640 | | |
2646 | 2641 | | |
2647 | | - | |
2648 | 2642 | | |
2649 | 2643 | | |
2650 | 2644 | | |
| |||
2957 | 2951 | | |
2958 | 2952 | | |
2959 | 2953 | | |
| 2954 | + | |
| 2955 | + | |
| 2956 | + | |
| 2957 | + | |
| 2958 | + | |
| 2959 | + | |
2960 | 2960 | | |
2961 | 2961 | | |
2962 | 2962 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13243 | 13243 | | |
13244 | 13244 | | |
13245 | 13245 | | |
| 13246 | + | |
| 13247 | + | |
13246 | 13248 | | |
13247 | 13249 | | |
13248 | 13250 | | |
| |||
0 commit comments