fix false negatives for zlib strings#1217
Open
vee1e wants to merge 1 commit intomandiant:quantumstrandfrom
Open
fix false negatives for zlib strings#1217vee1e wants to merge 1 commit intomandiant:quantumstrandfrom
vee1e wants to merge 1 commit intomandiant:quantumstrandfrom
Conversation
Contributor
|
Note Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported. |
Collaborator
|
Hi, great, thanks. An approach to make this reproducible for new versions or other binaries would indeed be helpful and support the larger database efforts. |
Author
|
Sure then, would you like to merge the PR or have the work for this be done here only? |
Collaborator
|
i think we should merge here, but lets spawn a discussion in another issue about how we can do this repeatably and consistently. |
Author
|
Sure! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #768
Key changes:
The database storing relevant zlib strings did not catch several that were in the sample. I ran a simple script to update it with the relevant entries.
Script used to apply the change:
@williballenthin these were examples taken from the specific sample only. There are a few other zlib oracle strings that can be found in source files like gzwrite.c like
stalled write on gzprintf. If we could create a test executable, or even better find an actual sample using these it would ensure completeness.