Merge pull request #9422 from erik-krogh/refacReDoS

Refactorizations of the ReDoS libraries
This commit is contained in:
Erik Krogh Kristensen
2022-08-16 09:32:08 +02:00
committed by GitHub
112 changed files with 9752 additions and 9409 deletions

View File

@@ -1,6 +1,6 @@
import java
import TestUtilities.InlineExpectationsTest
import semmle.code.java.security.performance.PolynomialReDoSQuery
import semmle.code.java.security.regexp.PolynomialReDoSQuery
class HasPolyRedos extends InlineExpectationsTest {
HasPolyRedos() { this = "HasPolyRedos" }

View File

@@ -1,6 +1,6 @@
import java
import TestUtilities.InlineExpectationsTest
import semmle.code.java.security.performance.ExponentialBackTracking
import semmle.code.java.security.regexp.ExponentialBackTracking
import semmle.code.java.regex.regex
class HasExpRedos extends InlineExpectationsTest {