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

Taint analysis #184

Open
wants to merge 28 commits into
base: main
Choose a base branch
from
Open

Taint analysis #184

wants to merge 28 commits into from

Conversation

mamaria-k
Copy link
Collaborator

Summary:

Checklist:

  • The PR addresses a single issue. If it can be divided into multiple independent PRs, please do so.
  • The PR is divided into a logical sequence of commits OR a single commit is sufficient.
  • There are no unnecessary commits (e.g. commits fixing issues in a previous commit in the same PR).
  • Each commit has a meaningful message documenting what it does.
  • All messages added to the codebase, all comments, as well as commit messages are spellchecked.
  • The code is commented OR not applicable/necessary.
  • The patch is formatted via clang-format OR not applicable (if explicitly overridden leave unchecked and explain).
  • There are test cases for the code you added or modified OR no such test cases are required.

@mamaria-k mamaria-k requested review from Columpio and misonijnik May 25, 2024 23:27
@mamaria-k mamaria-k force-pushed the mamaria-k/taint-analysis-rebase branch from 3446b72 to b002e22 Compare May 26, 2024 14:22
@mamaria-k mamaria-k force-pushed the mamaria-k/taint-analysis-rebase branch from b002e22 to 47eaebb Compare May 26, 2024 14:58
@mamaria-k mamaria-k force-pushed the mamaria-k/taint-analysis-rebase branch from 0910264 to 6f84441 Compare June 10, 2024 12:02
@mamaria-k mamaria-k force-pushed the mamaria-k/taint-analysis-rebase branch from 6f84441 to cf083b6 Compare June 10, 2024 17:55
@mamaria-k mamaria-k force-pushed the mamaria-k/taint-analysis-rebase branch from 2aef259 to 3c9715c Compare June 11, 2024 02:40
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.

1 participant