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

Map cloned/inserted statements to a corresponding original bytecode statement #115

Merged
merged 4 commits into from
Nov 28, 2023

Conversation

ibollanos
Copy link
Collaborator

No description provided.

@github-actions
Copy link

github-actions bot commented Oct 5, 2023

Test Results (Souffle 2.4)

46 tests  ±0   46 ✔️ ±0   18m 8s ⏱️ -31s
  1 suites ±0     0 💤 ±0 
  1 files   ±0     0 ±0 

Results for commit 05c4e1a. ± Comparison against base commit 1d2775b.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Oct 5, 2023

Test Results (Souffle 2.3)

46 tests  ±0   46 ✔️ ±0   18m 7s ⏱️ +20s
  1 suites ±0     0 💤 ±0 
  1 files   ±0     0 ±0 

Results for commit 05c4e1a. ± Comparison against base commit 1d2775b.

♻️ This comment has been updated with latest results.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this new output needed?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

When examining a vulnerability in the TAC level we often have to go up from the processed vulnerability statement to the TAC statement. Not a "must-have" change, more of a "nice-to-have" one.

LocalBlockEdge(irblock, irblock_next),
Block_IRBlock(block_next, _, irblock_next),
stmt_nexthead = as(block_next, Statement).
insertor.InsertedOpNewStatement(ogStmt, _, stmt).
Copy link
Collaborator

Choose a reason for hiding this comment

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

Doesn't this case also need to use PreTransStatement_OriginalStatement?

@sifislag sifislag merged commit fa737f0 into master Nov 28, 2023
5 checks passed
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.

2 participants