Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eliminate COSE-Java dependency #349

Merged
merged 5 commits into from
Feb 15, 2024
Merged

Eliminate COSE-Java dependency #349

merged 5 commits into from
Feb 15, 2024

Conversation

emlun
Copy link
Member

@emlun emlun commented Feb 13, 2024

Fixes #348.

At this point the only thing we really use the COSE-Java library for is importing ES256 keys. At the cost of a small bit of extra code we can eliminate the dependency, one benefit of which is that downstream security review gets easier.

The plan is to release this (and possibly a few other minor fixes) as release 2.5.1 so we can get this out before committing to stabilize 2.6.0, since 2.6.0-alpha* add a lot of new API surface.

At this point this is the only thing we really use the COSE-Java library for. At
the cost of this small bit of extra code we can eliminate the dependency, one
benefit of which is that downstream security review gets easier.
@emlun emlun requested a review from dainnilsson February 13, 2024 17:08
Copy link

Test Results

1 241 tests   1 237 ✅  55s ⏱️
   42 suites      4 💤
   43 files        0 ❌
    1 errors

For more details on these parsing errors, see this check.

Results for commit ee3ecf3.

@emlun emlun merged commit 3c7913c into release-2.5 Feb 15, 2024
19 of 20 checks passed
@emlun emlun deleted the eliminate-cose-java branch February 15, 2024 13:04
@emlun emlun restored the eliminate-cose-java branch February 15, 2024 16:03
emlun added a commit that referenced this pull request Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants