rename ReDoSUtil to NfaUtils, and rename the "performance" folder to "regexp"

This commit is contained in:
Erik Krogh Kristensen
2022-05-25 14:51:20 +02:00
parent bbc8cb32be
commit 13482fc97b
44 changed files with 78 additions and 98 deletions

View File

@@ -14,8 +14,8 @@
*/
import javascript
import semmle.javascript.security.performance.PolynomialReDoS::PolynomialReDoS
import semmle.javascript.security.performance.SuperlinearBackTracking
import semmle.javascript.security.regexp.PolynomialReDoS::PolynomialReDoS
import semmle.javascript.security.regexp.SuperlinearBackTracking
import DataFlow::PathGraph
from

View File

@@ -15,8 +15,8 @@
*/
import javascript
import semmle.javascript.security.performance.ReDoSUtil
import semmle.javascript.security.performance.ExponentialBackTracking
import semmle.javascript.security.regexp.NfaUtils
import semmle.javascript.security.regexp.ExponentialBackTracking
from RegExpTerm t, string pump, State s, string prefixMsg
where hasReDoSResult(t, pump, s, prefixMsg)