Skip to content

Commit 7cf2e9e

Browse files
haby0smowton
andcommitted
Update java/ql/src/experimental/Security/CWE/CWE-470/UnsafeReflection.qhelp
Co-authored-by: Chris Smowton <[email protected]>
1 parent 46a212b commit 7cf2e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/experimental/Security/CWE/CWE-470/UnsafeReflection.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ vulnerable to an attack.
1111

1212
<recommendation>
1313
<p>
14-
Create a whitelist of allowed reflection classes and strictly verify the input content to ensure that
14+
Create a list of classes that are allowed to load reflectively and strictly verify the input content to ensure that
1515
users can only execute classes or codes that are running.
1616
</p>
1717
</recommendation>

0 commit comments

Comments
 (0)