Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: zmap/zlint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.1
Choose a base ref
...
head repository: zmap/zlint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.5.0
Choose a head ref
  • 15 commits
  • 651 files changed
  • 10 contributors

Commits on Oct 16, 2022

  1. util: gtld_map autopull updates for 2022-10-10T19:22:35 UTC (#694)

    Co-authored-by: GitHub <noreply@github.com>
    github-actions[bot] and web-flow authored Oct 16, 2022
    Configuration menu
    Copy the full SHA
    c627333 View commit details
    Browse the repository at this point in the history
  2. 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>
    3 people authored Oct 16, 2022
    Configuration menu
    Copy the full SHA
    6292ca4 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. 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>
    christopher-henderson and web-flow authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    8a9f61e View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. 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>
    dependabot[bot] authored Mar 5, 2023
    Configuration menu
    Copy the full SHA
    46f7185 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. Configuration menu
    Copy the full SHA
    a476724 View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] and christopher-henderson authored Mar 12, 2023
    Configuration menu
    Copy the full SHA
    c7740fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ed8e34 View commit details
    Browse the repository at this point in the history
  4. 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>
    dependabot[bot] and christopher-henderson authored Mar 12, 2023
    Configuration menu
    Copy the full SHA
    68901ea View commit details
    Browse the repository at this point in the history
  5. 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>
    dependabot[bot] and christopher-henderson authored Mar 12, 2023
    Configuration menu
    Copy the full SHA
    64ae4e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

  1. 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>
    aaomidi and christopher-henderson authored Mar 26, 2023
    Configuration menu
    Copy the full SHA
    997ad51 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

  1. Update copyright text to 2023 (#716)

    * Updating copyright headers to 2023
    christopher-henderson authored May 13, 2023
    Configuration menu
    Copy the full SHA
    a5c869f View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. 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>
    4 people authored May 14, 2023
    Configuration menu
    Copy the full SHA
    2438596 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. 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.
    toddgaunt-gs authored May 29, 2023
    Configuration menu
    Copy the full SHA
    1d8591c View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

  1. Enable accepting a PEM encoded CRL via the command line interface (#721)

    * dispatching CRLs to the CRL linting infra
    
    * fixing typo in README
    christopher-henderson authored Jun 4, 2023
    Configuration menu
    Copy the full SHA
    af90382 View commit details
    Browse the repository at this point in the history
  2. Update README.md (#719)

    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>
    mwahaj and christopher-henderson authored Jun 4, 2023
    Configuration menu
    Copy the full SHA
    45e8dff View commit details
    Browse the repository at this point in the history
Loading