@sigstore/verify
Advanced tools
@@ -126,2 +126,3 @@ "use strict"; | ||
| if (keyIdentifier) { | ||
| /* istanbul ignore else */ | ||
| if (possibleIssuer.extSubjectKeyID) { | ||
@@ -128,0 +129,0 @@ if (possibleIssuer.extSubjectKeyID.keyIdentifier.equals(keyIdentifier)) { |
+2
-0
@@ -120,2 +120,3 @@ "use strict"; | ||
| // Check the subject alternative name of the signer matches the policy | ||
| /* istanbul ignore else */ | ||
| if (policy.subjectAlternativeName) { | ||
@@ -125,2 +126,3 @@ (0, policy_1.verifySubjectAlternativeName)(policy.subjectAlternativeName, identity.subjectAlternativeName); | ||
| // Check that the extensions of the signer match the policy | ||
| /* istanbul ignore else */ | ||
| if (policy.extensions) { | ||
@@ -127,0 +129,0 @@ (0, policy_1.verifyExtensions)(policy.extensions, identity.extensions); |
+5
-5
| { | ||
| "name": "@sigstore/verify", | ||
| "version": "2.1.1", | ||
| "version": "3.0.0", | ||
| "description": "Verification of Sigstore signatures", | ||
@@ -29,9 +29,9 @@ "main": "dist/index.js", | ||
| "dependencies": { | ||
| "@sigstore/protobuf-specs": "^0.4.1", | ||
| "@sigstore/bundle": "^3.1.0", | ||
| "@sigstore/core": "^2.0.0" | ||
| "@sigstore/protobuf-specs": "^0.5.0", | ||
| "@sigstore/bundle": "^4.0.0", | ||
| "@sigstore/core": "^3.0.0" | ||
| }, | ||
| "engines": { | ||
| "node": "^18.17.0 || >=20.5.0" | ||
| "node": "^20.17.0 || >=22.9.0" | ||
| } | ||
| } |
+1
-1
@@ -7,4 +7,4 @@ # @sigstore/verify · [](https://www.npmjs.com/package/@sigstore/verify) [](https://github.com/sigstore/sigstore-js/actions/workflows/ci.yml) [](https://github.com/sigstore/sigstore-js/actions/workflows/smoke-test.yml) | ||
| - Node.js version >= 18.17.0 | ||
| - Node.js version ^20.17.0 || >=22.9.0 | ||
| [1]: https://www.sigstore.dev |
72036
0.17%1663
0.18%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated
Updated