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

API Leak: com.amazonaws:aws-java-sdk-kms #230

Open
ALRubinger opened this issue Feb 12, 2024 · 0 comments
Open

API Leak: com.amazonaws:aws-java-sdk-kms #230

ALRubinger opened this issue Feb 12, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@ALRubinger
Copy link
Contributor

Submodule crypto in web5-kt is exporting an api dependency:

  • api(libs.comAmazonawsAwsKms) > com.amazonaws:aws-java-sdk-kms

This means consumers are expected to use this dep directly. Encapsulate necessary operations in the web5-kt API such that we're not exposing the com.amazonaws APIs and asking users to rely on those. Our use internally should be an impl detail. Then move this to an implementation dependency.

@ALRubinger ALRubinger added enhancement New feature or request good first issue Good for newcomers labels Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Status: No status
Development

No branches or pull requests

1 participant