Move CWE-190/ArithmeticCommon.qll to semmle.code.java.security

This commit is contained in:
Ed Minnix
2023-04-11 14:09:04 -04:00
parent 77ee80fd81
commit b6361cdd3d

View File

@@ -1,3 +1,5 @@
/** Provides guards and predicates to reason about arithmetic. */
import semmle.code.java.arithmetic.Overflow
import semmle.code.java.controlflow.Guards
private import semmle.code.java.dataflow.SSA