-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[CPP-370] Non-constant format arguments to printf and friends
#1251
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
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
21eb00a
[CPP-370] Minor fix to QHELP file.
zlaski-semmle 0c86d4c
[CPP-370] Tentative implementation of NonConstantFormat.ql using the …
zlaski-semmle ffddc5b
[CPP-370] Update the NonConstantFormat.expected result template.
zlaski-semmle de10598
[CPP-370] NonConstantFormat.expected changed for some reason.
zlaski-semmle 775861c
[CPP-370] Minor textual tweaks.
zlaski-semmle 012140f
[CPP-370] Reformat query.
zlaski-semmle fae55d5
[CPP-370] First attempt at isAdditionalFlowStep().
zlaski-semmle a962cff
[CPP-370] Intermediate commit, file not in usable state.
zlaski-semmle ed67c9f
[CPP-370] Rewrite of NonConstantFormat.ql using the taint tracking l…
zlaski-semmle b205951
[CPP-370] Reformat test cases so that the .expect files line up with …
zlaski-semmle 99047e5
[CPP-370] Exclude UserDefinedFormattingFunction nodes.
zlaski-semmle 1fce5a5
[CPP-370] Revert accidental changes to Printf.qll (which belong on zl…
zlaski-semmle 8faf95e
[CPP-370] Tentatively modify CWE consts.cpp file to play nice with th…
zlaski-semmle f6903c7
[CPP-370] Remove prohibition against UserDefinedFormattingFunction
zlaski-semmle 6025c03
[CPP-370] Add `nested.cpp` test case, for nested calls to `...printf`…
zlaski-semmle dbec17f
[CPP-370] Tentative implementation of NonConstantFormat.ql using the …
zlaski-semmle d8b8dda
[CPP-370] First attempt at isAdditionalFlowStep().
zlaski-semmle 91902e5
[CPP-370] Intermediate commit, file not in usable state.
zlaski-semmle 098b654
[CPP-370] Rewrite of NonConstantFormat.ql using the taint tracking l…
zlaski-semmle 92054e2
[CPP-370] Reformat test cases so that the .expect files line up with …
zlaski-semmle a49d82d
[CPP-370] Exclude UserDefinedFormattingFunction nodes.
zlaski-semmle f19f48d
[CPP-370] Revert accidental changes to Printf.qll (which belong on zl…
zlaski-semmle ae55b7b
[CPP-370] Add new test file for testing procedurally nested format
zlaski-semmle 81bfbc2
[CPP-370] Forgot to update an .expected file.
zlaski-semmle 154b9aa
[CPP-370] Reformat both Print.qll files.
zlaski-semmle 46b6eac
[CPP-370] An .expected file is mismatched again. Not sure why
zlaski-semmle 51e543a
Merge branch 'master' into zlaski/cpp370
zlaski-semmle 8f79cdb
[CPP-370] Add an additional test case.
zlaski-semmle 0f5a4a7
[CPP-370] Improve handling of `_` macros by using taint sanitizers.
zlaski-semmle 88a39d9
[CPP-370] Fix up `// GOOD` and `// BAD` test annotations so that they…
zlaski-semmle e99c688
C++: Demonstrate ArrayExpr FP
jbj cace411
C++: NonConstantFormat taint only for string types
jbj bc98a80
Merge pull request #1 from jbj/NonConstantFormat-ArrayExpr
zlaski-semmle File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.