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

Configurable configs-ignore #671

Open
rossabaker opened this issue Dec 1, 2023 · 0 comments
Open

Configurable configs-ignore #671

rossabaker opened this issue Dec 1, 2023 · 0 comments
Labels

Comments

@rossabaker
Copy link
Member

Following up on #442, I still think we want it to be configurable.

Use case: we do a lot of runtime dependency overrides when upstream lags behind our security requirements. Under this technique, the compile dependency remains the old, transitive, vulnerable version, but it is evicted at runtime. Our tooling filters compile and compile-internal. This gives us full protection of our runtime classpath (i.e., what's in prod), while maintaining a tidy set of explicit compile dependencies.

I also think compile and compile-internal would be reasonable defaults to omit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants