-
Notifications
You must be signed in to change notification settings - Fork 1.8k
C++: Remove indirect -> direct taint-flow #12316
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
MathiasVP
merged 26 commits into
github:mathiasvp/replace-ast-with-ir-use-usedataflow
from
MathiasVP:no-taint-indirect-direct-conflation
Feb 28, 2023
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
b951bf0
C++: Remove conflation from taint-tracking.
MathiasVP 64abf5b
C++: Add conflation into DefaultTaintTracking.
MathiasVP 5a8b900
C++: Properly track smart pointer wrappers.
MathiasVP a806569
C++: The next commit is going to track flow out of both direct and in…
MathiasVP 09df318
C++: Also track flow out of indirect sources.
MathiasVP 2cb4a55
C++: Fix a bug in Expr <-> Node mapping.
MathiasVP 1e4caca
C++: Accept query changes. Nothing bad to see here.
MathiasVP 9d64c0a
C++: Add failing test.
MathiasVP 057e810
C++: Fix flow through arrays.
MathiasVP b952f61
C++: Accept test changes.
MathiasVP 575ac46
C++: Add failing test.
MathiasVP 52e6e1d
C++: Fix flow through partial definitions.
MathiasVP da4a059
C++: Accept test changes.
MathiasVP f6b9ca3
C++: Add failing test.
MathiasVP 16ba465
C++: Allocate an additional indirection for void pointers.
MathiasVP 4e16bb6
C++: Accept test changes. Because we now allocate _three_ indirect nodes
MathiasVP 1db24dd
C++: Fix missing types. We now assign the node corresponding to `**p`
MathiasVP 354a12c
C++: Fix queries. Since there's no longer indirect -> direct flow in
MathiasVP 31f3504
C++: Remove this bad materialization:
MathiasVP b36d493
C++: Fix test annotation.
MathiasVP 7bb8065
Merge branch 'mathiasvp/replace-ast-with-ir-use-usedataflow' into no-…
MathiasVP 3906a19
Merge branch 'mathiasvp/replace-ast-with-ir-use-usedataflow' into no-…
MathiasVP 04b8432
C++: Accept more query-test changes.
MathiasVP 85c7116
C++: Fix the following join (I canceled it mid-way):
MathiasVP 1e5b235
C++: Accept test changes in 'cpp/non-constant-format'. These are actu…
MathiasVP d93d22b
C++: Fix FPs in 'cpp/non-constant-format'.
MathiasVP 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.