1
0

fix: resolve all trivy vulnerabilities (2024-01-25)

This commit is contained in:
Yonatan Kahana
2024-01-25 19:01:15 +02:00
parent 814e0d8d92
commit 0a84e4ba40
361 changed files with 20146 additions and 5005 deletions

View File

@@ -121,7 +121,7 @@ func CheckJoiners(enable bool) Option {
}
}
// StrictDomainName limits the set of permissable ASCII characters to those
// StrictDomainName limits the set of permissible ASCII characters to those
// allowed in domain names as defined in RFC 1034 (A-Z, a-z, 0-9 and the
// hyphen). This is set by default for MapForLookup and ValidateForRegistration,
// but is only useful if ValidateLabels is set.