Privacy markers and fixed imports

This commit is contained in:
Ed Minnix
2023-04-28 07:51:07 -04:00
parent 3100e98513
commit 5f3c8fef3f
36 changed files with 72 additions and 59 deletions

View File

@@ -1,8 +1,8 @@
/** Provides taint-tracking configurations to reason about arithmetic using local-user-controlled data. */
import java
import semmle.code.java.dataflow.FlowSources
import semmle.code.java.security.ArithmeticCommon
private import semmle.code.java.dataflow.FlowSources
private import semmle.code.java.security.ArithmeticCommon
/**
* A taint-tracking configuration to reason about arithmetic overflow using local-user-controlled data.