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 46a212b commit 7cf2e9eCopy full SHA for 7cf2e9e
java/ql/src/experimental/Security/CWE/CWE-470/UnsafeReflection.qhelp
@@ -11,7 +11,7 @@ vulnerable to an attack.
11
12
<recommendation>
13
<p>
14
-Create a whitelist of allowed reflection classes and strictly verify the input content to ensure that
+Create a list of classes that are allowed to load reflectively and strictly verify the input content to ensure that
15
users can only execute classes or codes that are running.
16
</p>
17
</recommendation>
0 commit comments