Skip to content

Java: Make the barrier in java/potentially-weak-cryptographic-algorithm less restrictive #13856

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

Merged
merged 2 commits into from
Aug 1, 2023

Conversation

aschackmull
Copy link
Contributor

The current barrier was phrased negatively, so it was catching and blocking all sorts of nodes - in particular it was effectively disabling field flow, which in the context of #13478 also means disabling capture flow. This seems unintentional, and I hope we can achieve most of the intended effect with a less restrictive and positively phrased barrier that similarly blocks flow through very generic code without getting into performance trouble.

@aschackmull aschackmull requested a review from a team as a code owner July 31, 2023 12:34
@github-actions github-actions bot added the Java label Jul 31, 2023
Copy link
Contributor

@atorralba atorralba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks reasonable! Let's see what DCA has to say, but otherwise 👍

@aschackmull
Copy link
Contributor Author

DCA looks fine. I've checked 3 of the projects that failed locally and they were fine as well (no result nor perf changes).

Copy link
Contributor

@atorralba atorralba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great then!

@aschackmull aschackmull merged commit 15da4ee into github:main Aug 1, 2023
@aschackmull aschackmull deleted the java/maybebrokencrypto-barrier branch August 1, 2023 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants