We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09a0730 commit 0524289Copy full SHA for 0524289
java/ql/src/Security/CWE/CWE-327/MaybeBrokenCryptoAlgorithm.ql
@@ -21,8 +21,8 @@ import InsecureCryptoFlow::PathGraph
21
/**
22
* Get the string value represented by the given expression.
23
*
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.
+ * If the value is a string literal, get the literal value.
+ * If the value is a call to `java.util.Properties::getProperty`, get the potential values of the property.
26
*/
27
string getStringValue(DataFlow::Node algo) {
28
result = algo.asExpr().(StringLiteral).getValue()
0 commit comments