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

Fix incorrectly-imported OSS-Fuzz issues #37

Merged
merged 1 commit into from
May 8, 2024

Conversation

davidben
Copy link
Contributor

@davidben davidben commented May 8, 2024

OSV-2018-13, OSV-2024-417, OSV-2024-430, and OSV-2024-432 were all OSS-Fuzz infrastructure regressions. When OSS-Fuzz breaks MSan, which is unfortunately quite often, the result is false positive reports. OSV seems to incorrectly classify these.

OSV-2018-206 was a bug in the fuzzer, not a bug in the library.

OSV-2023-41 was a bug in the library, but one we do not consider to be a security bug as this code is not safe for use with untrusted inputs, as documented in
https://commondatastorage.googleapis.com/chromium-boringssl-docs/x509.h.html#Deprecated-config-based-extension-creation

(The regression range is also wrong because it's flagging when the fuzzer was added, but I've left that alone.)

OSV-2018-13, OSV-2024-417, OSV-2024-430, and OSV-2024-432 were all
OSS-Fuzz infrastructure regressions. When OSS-Fuzz breaks MSan, which is
unfortunately quite often, the result is false positive reports. OSV
seems to incorrectly classify these.

OSV-2018-206 was a bug in the fuzzer, not a bug in the library.

OSV-2023-41 was a bug in the library, but one we do not consider to be a
security bug as this code is not safe for use with untrusted inputs, as
documented in
https://commondatastorage.googleapis.com/chromium-boringssl-docs/x509.h.html#Deprecated-config-based-extension-creation

(The regression range is also wrong because it's flagging when the
fuzzer was added, but I've left that alone.)
Copy link
Collaborator

@oliverchang oliverchang left a comment

Choose a reason for hiding this comment

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

thanks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants