Skip to content

Commit 0524289

Browse files
authored
Update java/ql/src/Security/CWE/CWE-327/MaybeBrokenCryptoAlgorithm.ql
1 parent 09a0730 commit 0524289

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/ql/src/Security/CWE/CWE-327/MaybeBrokenCryptoAlgorithm.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ import InsecureCryptoFlow::PathGraph
2121
/**
2222
* Get the string value represented by the given expression.
2323
*
24-
* If the value is a string literal, return the literal value.
25-
* If the value is a call to `java.util.Properties::getProperty`, return the potential values of the property.
24+
* If the value is a string literal, get the literal value.
25+
* If the value is a call to `java.util.Properties::getProperty`, get the potential values of the property.
2626
*/
2727
string getStringValue(DataFlow::Node algo) {
2828
result = algo.asExpr().(StringLiteral).getValue()

0 commit comments

Comments
 (0)