Skip to content

Commit

Permalink
Revert "Merge remote-tracking branch 'origin/securibench'"
Browse files Browse the repository at this point in the history
This reverts commit 24f46e0, reversing
changes made to e9d4fe5.
  • Loading branch information
nimakarimipour committed Dec 20, 2024
1 parent 73afe7b commit acdf0e3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 242 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ publishing {
maven(MavenPublication) {
groupId = 'edu.ucr.cs.riple.taint'
artifactId = 'ucrtainting-checker'
version = '0.3-SNAPSHOT-securibench'
version = '0.3-SNAPSHOT'

from components.java
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@

/** This is the entry point for pluggable type-checking. */
@StubFiles({
// "stubs/apache.commons.io.astub",
// "stubs/apache.commons.lang.astub",
// "stubs/codeql.astub",
// "stubs/Connection.astub",
// "stubs/Files.astub",
// "stubs/find-sec-bugs-sanitizers.astub",
"stubs/securibench.astub",
// "stubs/httpservletreq.astub",
"stubs/apache.commons.io.astub",
"stubs/apache.commons.lang.astub",
"stubs/codeql.astub",
"stubs/Connection.astub",
"stubs/Files.astub",
"stubs/find-sec-bugs-sanitizers.astub",
"stubs/general.astub",
"stubs/httpservletreq.astub",
// "stubs/StringBuffer.astub",
// "stubs/taintedMethods.astub",
// "stubs/tdmljp.astub",
"stubs/taintedMethods.astub",
"stubs/tdmljp.astub",
})
@SupportedOptions({
UCRTaintingChecker.ANNOTATED_PACKAGES,
Expand Down

This file was deleted.

0 comments on commit acdf0e3

Please sign in to comment.