Skip to content

Commit 46a212b

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

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.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @name Use of Externally-Controlled Input to Select Classes or Code ('Unsafe Reflection')
2+
* @name Use of externally-controlled input to select classes or code ('unsafe reflection')
33
* @description Use external input with reflection function to select the class or code to
44
* be used, which brings serious security risks.
55
* @kind path-problem

0 commit comments

Comments
 (0)