mirror of
https://github.com/github/codeql.git
synced 2026-04-20 14:34:04 +02:00
Fix codescanning alerts
This commit is contained in:
@@ -5,7 +5,7 @@ import semmle.code.java.security.performance.PolynomialReDoSQuery
|
||||
class HasPolyRedos extends InlineExpectationsTest {
|
||||
HasPolyRedos() { this = "HasPolyRedos" }
|
||||
|
||||
override string getARelevantTag() { result = ["hasPolyRedos"] }
|
||||
override string getARelevantTag() { result = "hasPolyRedos" }
|
||||
|
||||
override predicate hasActualResult(Location location, string element, string tag, string value) {
|
||||
tag = "hasPolyRedos" and
|
||||
|
||||
Reference in New Issue
Block a user