mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
Java: Update uses.
This commit is contained in:
@@ -2,5 +2,5 @@ import default
|
||||
import semmle.code.java.security.Encryption
|
||||
|
||||
from StringLiteral s
|
||||
where s.getLiteral().regexpMatch(algorithmBlacklistRegex())
|
||||
where s.getLiteral().regexpMatch(getInsecureAlgorithmRegex())
|
||||
select s
|
||||
|
||||
@@ -2,5 +2,5 @@ import default
|
||||
import semmle.code.java.security.Encryption
|
||||
|
||||
from StringLiteral s
|
||||
where s.getLiteral().regexpMatch(algorithmWhitelistRegex())
|
||||
where s.getLiteral().regexpMatch(getSecureAlgorithmRegex())
|
||||
select s
|
||||
|
||||
Reference in New Issue
Block a user