-
Notifications
You must be signed in to change notification settings - Fork 117
Comparing changes
Open a pull request
base repository: zmap/zlint
base: v3.4.1
head repository: zmap/zlint
compare: v3.5.0
- 15 commits
- 651 files changed
- 10 contributors
Commits on Oct 16, 2022
-
util: gtld_map autopull updates for 2022-10-10T19:22:35 UTC (#694)
Co-authored-by: GitHub <noreply@github.com>
Configuration menu - View commit details
-
Copy full SHA for c627333 - Browse repository at this point
Copy the full SHA c627333View commit details -
Adding support for linting profiles (#595)
* adding support for linting profiles * at least tests running * Update v3/lint/profile.go Absolutely Co-authored-by: Daniel McCarney <daniel@binaryparadox.net> * Update v3/newProfile.sh * adding godoc to AllProfiles * util: gtld_map autopull updates for 2022-10-06T19:22:06 UTC * Trigger GHA * fixing linter Co-authored-by: Daniel McCarney <daniel@binaryparadox.net> Co-authored-by: GitHub <noreply@github.com>
Configuration menu - View commit details
-
Copy full SHA for 6292ca4 - Browse repository at this point
Copy the full SHA 6292ca4View commit details
Commits on Nov 3, 2022
-
test.ReadTestCert breaks for downstream consumers dependent on the pr…
…evious relative certificate path building behavior (#695) * util: gtld_map autopull updates for 2022-10-06T19:22:06 UTC * Trigger GHA * revert change * fixing our own tests Co-authored-by: GitHub <noreply@github.com>
Configuration menu - View commit details
-
Copy full SHA for 8a9f61e - Browse repository at this point
Copy the full SHA 8a9f61eView commit details
Commits on Mar 5, 2023
-
build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 in /v3 (#700)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8. - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.3.7...v0.3.8) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 46f7185 - Browse repository at this point
Copy the full SHA 46f7185View commit details
Commits on Mar 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a476724 - Browse repository at this point
Copy the full SHA a476724View commit details -
build(deps): bump golang.org/x/text in /v3/cmd/genTestCerts (#701)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8. - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.3.7...v0.3.8) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Christopher Henderson <chris@chenderson.org>
Configuration menu - View commit details
-
Copy full SHA for c7740fa - Browse repository at this point
Copy the full SHA c7740faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ed8e34 - Browse repository at this point
Copy the full SHA 5ed8e34View commit details -
build(deps): bump golang.org/x/net in /v3 (#702)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220412020605-290c469a71a5 to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Christopher Henderson <chris@chenderson.org>
Configuration menu - View commit details
-
Copy full SHA for 68901ea - Browse repository at this point
Copy the full SHA 68901eaView commit details -
build(deps): bump golang.org/x/net in /v3/cmd/genTestCerts (#704)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220412020605-290c469a71a5 to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Christopher Henderson <chris@chenderson.org>
Configuration menu - View commit details
-
Copy full SHA for 64ae4e5 - Browse repository at this point
Copy the full SHA 64ae4e5View commit details
Commits on Mar 26, 2023
-
Add CRL linting infrastructure (#699)
* Add the skeleton around linting CRLs * Change the entrypoint of zlint * Add tests for the new skeleton * Address reviews * starting my own suggestions to work coopertaively on he change * Take out generics from the registration struct (#3) * Update to use Zcrypto instead of stdlib crypto for RevocationList (#4) * Take out generics from the registration struct (#3) * updating to use zcrypto * pointing zcrypto back to master * go tidy up --------- Co-authored-by: Amir Omidi <amir@aaomidi.com> * Tidy go mod * Update zcrypto * go mod tidy one more time * Bypass lint for Registry * Add NextUpdate CRL lint (#5) --------- Co-authored-by: christopher-henderson <chris@chenderson.org>
Configuration menu - View commit details
-
Copy full SHA for 997ad51 - Browse repository at this point
Copy the full SHA 997ad51View commit details
Commits on May 13, 2023
-
Update copyright text to 2023 (#716)
* Updating copyright headers to 2023
Configuration menu - View commit details
-
Copy full SHA for a5c869f - Browse repository at this point
Copy the full SHA a5c869fView commit details
Commits on May 14, 2023
-
Always perform e_cert_unique_identifier_version_not_2_or_3 (#711)
* lint about the encoding of qcstatements for PSD2 * Revert "lint about the encoding of qcstatements for PSD2" This reverts commit 6c23670. * util: gtld_map autopull updates for 2021-10-21T07:25:20 UTC * always check and perform the operation in the execution --------- Co-authored-by: mtg <git@mtg.de> Co-authored-by: GitHub <noreply@github.com> Co-authored-by: Christopher Henderson <chris@chenderson.org>
Configuration menu - View commit details
-
Copy full SHA for 2438596 - Browse repository at this point
Copy the full SHA 2438596View commit details
Commits on May 29, 2023
-
Remove references in comments to Initialize() method of lints (#718)
Some comments still refer to lints having an Initialize method. This appears to no longer be the case but a warning in the comments for RegisterLint, RegisterCertificateLint, and RegisterRevocationListLint was still referencing lints having such a method.
Configuration menu - View commit details
-
Copy full SHA for 1d8591c - Browse repository at this point
Copy the full SHA 1d8591cView commit details
Commits on Jun 4, 2023
-
Enable accepting a PEM encoded CRL via the command line interface (#721)
* dispatching CRLs to the CRL linting infra * fixing typo in README
Configuration menu - View commit details
-
Copy full SHA for af90382 - Browse repository at this point
Copy the full SHA af90382View commit details -
Added PKI Insights which also used zlint for X.509 Certificate verification against the PKI and Industry standards Co-authored-by: Christopher Henderson <chris@chenderson.org>
Configuration menu - View commit details
-
Copy full SHA for 45e8dff - Browse repository at this point
Copy the full SHA 45e8dffView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.4.1...v3.5.0