Skip to content

Bump github.com/zmap/zlint/v3 from 3.6.6 to 3.6.7 - #1

Merged
Knight1 merged 1 commit into
mainfrom
dependabot/go_modules/github.com/zmap/zlint/v3-3.6.7
Jul 28, 2025
Merged

Bump github.com/zmap/zlint/v3 from 3.6.6 to 3.6.7#1
Knight1 merged 1 commit into
mainfrom
dependabot/go_modules/github.com/zmap/zlint/v3-3.6.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 21, 2025

Copy link
Copy Markdown
Contributor

Bumps github.com/zmap/zlint/v3 from 3.6.6 to 3.6.7.

Release notes

Sourced from github.com/zmap/zlint/v3's releases.

v3.6.7

ZLint v3.6.7

The ZMap team is happy to share ZLint v3.6.7.

Thank you to everyone who contributes to ZLint!

New Lints

  • e_qcstatem_pds_must_have_https_only, Checks that a QC Statement of the type id-etsi-qcs-QcPDS contains a URL that uses the https scheme.
  • e_server_cert_valid_time_longer_than_100_days, TLS server certificates issued on or after on or after March 15, 2027 00:00 GMT/UTC must not have a validity period greater than 100 days.
  • e_server_cert_valid_time_longer_than_200_days, TLS server certificates issued on or after on or after March 15, 2026 00:00 GMT/UTC must not have a validity period greater than 200 days.
  • e_server_cert_valid_time_longer_than_47_days, TLS server certificates issued on or after on or after March 15, 2029 00:00 GMT/UTC must not have a validity period greater than 47 days.
  • w_server_cert_valid_time_longer_than_199_days, TLS server certificates issued on or after on or after March 15, 2026 00:00 GMT/UTC should not have a validity period greater than 199 days.
  • w_server_cert_valid_time_longer_than_46_days, TLS server certificates issued on or after on or after March 15, 2029 00:00 GMT/UTC should not have a validity period greater than 46 days.
  • w_server_cert_valid_time_longer_than_99_days, TLS server certificates issued on or after on or after March 15, 2027 00:00 GMT/UTC should not have a validity period greater than 99 days.
  • e_legacy_generation_deprecated, S/MIME Subscriber Certificates SHALL NOT be issued using the Legacy Generation profiles.
  • e_invalid_individual_identity, Non-legacy IV and SV certificates... SHALL include either subject:givenName and/or subject:surname, or the subject:pseudonym.
  • e_ca_multiple_reserved_policy_oids, The CA MUST include exactly one Reserved Certificate Policy Identifier.
  • e_missing_crl_distrib_point, Checks for the CDP extension in non-Short-lived Subscriber Certificates lacking an OCSP pointer.
  • e_crl_revocation_date_too_early, The revocation time of each revoked certificate should not before the publication date of RFC 2459.
  • e_crl_extensions_validity, Checks that only allowed extensions are present in a CRL and that their criticality is set correctly.
  • e_crl_no_duplicate_extensions, The CRL must not include duplicate extensions.
  • e_crl_revocation_time_after_this_update, All revocation times for revoked certificates must be on or before the thisUpdate field of the CRL.
  • e_crl_number_out_of_range, The CRL number must be greater than or equal to 0 and less than 2^159.
  • e_ca_aia_non_http_url, Within the AIA extension of CA certificates, accessLocations must contain HTTP URLs.

Bug Fixes

  • e_mp_ecdsa_pub_key_encoding_correct is now aware of P-521 algorithm identifiers.
  • w_sub_ca_aia_does_not_contain_issuing_ca_url is now ineffective as of CABF/BRs 2.0.0.

Security

  • Upgraded golang.org/x/net from 0.37.0 to 0.38.0 to address CVE-2025-22872

Misc

  • Refactor of time utility functions.
  • Upgraded Go version from 1.23.0 to 1.24.0.
  • Upgraded golangci-lint from 1.62.0 to 1.62.8 to fix CICD compatibility breakages.

Changelog

  • 7ede4d5 set IneffectiveDate for w_sub_ca_aia_does_not_contain_issuing_ca_url (#972)
  • 4b2f3ab Upgrade Golang and tooling to fix the linter (#971)
  • 91dfcc0 Add lint to check for HTTP URLs in the AIA extension of Subordinate CA certificates (#968)
  • 341615f Add lint to check CRL Number range (#964)
  • ee3ab84 Add lint to check that revoked certificates in a CRL has revocation time before or equal to thisUpdate. (#965)
  • 09caaf7 Add lint to check for duplicate extensions in CRLs. (#963)
  • 7ba4cea Add CRL lint to check CRL extensions and their validity (#962)
  • 0747c42 Add CRL lint to check revocation time in revoked certificates (#961)
  • fff6f82 Add lint to check for the CDP extension to be present in non-Short-lived Subscriber Certificates lacking an OCSP pointer (#966)
  • 71f17a7 Add lint to check for multiple Reserved Policy Identifiers in Subordinate CA certificates (#959)
  • 8696d6c Add lint to check for mandatory individual identity subject attributes in non-legacy IV and SV S/MIME certificates (#958)

... (truncated)

Commits
  • 7ede4d5 set IneffectiveDate for w_sub_ca_aia_does_not_contain_issuing_ca_url (#972)
  • 4b2f3ab Upgrade Golang and tooling to fix the linter (#971)
  • 91dfcc0 Add lint to check for HTTP URLs in the AIA extension of Subordinate CA certif...
  • 341615f Add lint to check CRL Number range (#964)
  • ee3ab84 Add lint to check that revoked certificates in a CRL has revocation time befo...
  • 09caaf7 Add lint to check for duplicate extensions in CRLs. (#963)
  • 7ba4cea Add CRL lint to check CRL extensions and their validity (#962)
  • 0747c42 Add CRL lint to check revocation time in revoked certificates (#961)
  • fff6f82 Add lint to check for the CDP extension to be present in non-Short-lived Subs...
  • 71f17a7 Add lint to check for multiple Reserved Policy Identifiers in Subordinate CA ...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/zmap/zlint/v3](https://github.com/zmap/zlint) from 3.6.6 to 3.6.7.
- [Release notes](https://github.com/zmap/zlint/releases)
- [Commits](zmap/zlint@v3.6.6...v3.6.7)

---
updated-dependencies:
- dependency-name: github.com/zmap/zlint/v3
  dependency-version: 3.6.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 21, 2025
@Knight1
Knight1 merged commit e0b2b56 into main Jul 28, 2025
1 check passed
@dependabot
dependabot Bot deleted the dependabot/go_modules/github.com/zmap/zlint/v3-3.6.7 branch July 28, 2025 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant