sigstore-js icon indicating copy to clipboard operation
sigstore-js copied to clipboard

Code-signing for npm packages

Results 17 sigstore-js issues
Sort by recently updated
recently updated
newest added

Signed-off-by: Brian DeHamer #### Summary Adds some plumbing to automatically codegen types for the sigstore bundle format from the published protobufs. Types can be re-generated by executing the following: ```...

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.35.1 to 5.36.1. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v5.36.1 5.36.1 (2022-08-30) Bug Fixes typescript-estree: fix decorator regression for pre TS4.8 (#5574) (a603015) v5.36.0 5.36.0 (2022-08-30) This...

dependencies
javascript

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.7.13 to 18.7.14. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=18.7.13&new-version=18.7.14)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.35.1 to 5.36.1. Release notes Sourced from @​typescript-eslint/parser's releases. v5.36.1 5.36.1 (2022-08-30) Bug Fixes typescript-estree: fix decorator regression for pre TS4.8 (#5574) (a603015) v5.36.0 5.36.0 (2022-08-30) This...

dependencies
javascript

**Description** Part of the verification workflow should include verifying the Rekor entry. This should include support for both the offline case (where a rekor bundle is provided) and the online...

enhancement

**Description** https://github.com/ossf/scorecard

enhancement

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.11.4 to 18.11.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=18.11.4&new-version=18.11.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.40.1 to 5.41.0. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v5.41.0 5.41.0 (2022-10-24) Bug Fixes eslint-plugin: [no-base-to-string] ignore Error, URL, and URLSearchParams by default (#5839) (96e1c6c) type-utils: prevent...

dependencies
javascript

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.40.1 to 5.41.0. Release notes Sourced from @​typescript-eslint/parser's releases. v5.41.0 5.41.0 (2022-10-24) Bug Fixes eslint-plugin: [no-base-to-string] ignore Error, URL, and URLSearchParams by default (#5839) (96e1c6c) type-utils: prevent...

dependencies
javascript

**Description** The Fulcio V1 API will be turned down in the coming months. https://github.com/sigstore/sigstore-js/blob/main/src/client/fulcio.ts#L55 will need to be updated to https://github.com/sigstore/fulcio/blob/main/fulcio.proto#L65. We support either gRPC or HTTP.

enhancement