Java: Update uses.

This commit is contained in:
Geoffrey White
2020-06-30 12:54:21 +01:00
parent db0500b9ef
commit f8425b8a58
5 changed files with 7 additions and 7 deletions

View File

@@ -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

View File

@@ -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