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 e2dc975 commit fbac589Copy full SHA for fbac589
java/ql/src/experimental/semmle/code/java/security/StaticInitializationVectorQuery.qll
@@ -30,7 +30,7 @@ private class StaticByteArrayCreation extends ArrayCreationExpr {
30
31
/**
32
* Defines a sub-set of expressions that update either content of an array or an array reference.
33
- * There sub-set covers only methods that are likely to set a non-static IV.
+ * This sub-set covers only methods that are likely to set a non-static IV.
34
* For example, `java.util.Arrays.fill()` is not covered because it assigns the same value
35
* to each element of the array.
36
*/
0 commit comments