-
Notifications
You must be signed in to change notification settings - Fork 18
Refactored Taint Analysis #216
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
Conversation
Test results on JDK 191 325 tests +51 1 313 ✅ +50 7m 4s ⏱️ + 3m 20s Results for commit b39519f. ± Comparison against base commit 4499986. This pull request removes 999 and adds 1050 tests. Note that renamed tests count towards both.
This pull request removes 6 skipped tests and adds 7 skipped tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Test results on JDK 81 325 tests +51 1 311 ✅ +50 7m 28s ⏱️ + 3m 38s Results for commit b39519f. ± Comparison against base commit 4499986. This pull request removes 999 and adds 1050 tests. Note that renamed tests count towards both.
This pull request removes 6 skipped tests and adds 7 skipped tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Test results on JDK 111 325 tests +51 1 315 ✅ +50 8m 3s ⏱️ + 4m 5s Results for commit b39519f. ± Comparison against base commit 4499986. This pull request removes 999 and adds 1050 tests. Note that renamed tests count towards both.
This pull request removes 6 skipped tests and adds 7 skipped tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
16c891b
to
6c679d1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix review comments, please
jacodb-analysis/src/main/kotlin/org/jacodb/analysis/ifds2/taint/npe/NpeFlowFunctions.kt
Outdated
Show resolved
Hide resolved
jacodb-analysis/src/main/kotlin/org/jacodb/analysis/library/analyzers/TaintAnalyzer.kt
Outdated
Show resolved
Hide resolved
jacodb-analysis/src/main/kotlin/org/jacodb/analysis/paths/Util.kt
Outdated
Show resolved
Hide resolved
jacodb-analysis/src/test/kotlin/org/jacodb/analysis/impl/BaseAnalysisTest.kt
Outdated
Show resolved
Hide resolved
jacodb-analysis/src/test/kotlin/org/jacodb/analysis/impl/BenchRunners.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@lehvolk do you still have any objections? Can we merge this PR as it is? |
This PR contains the config-based taint analysis (using taint-configuration module) and the refactored version of IFDS.