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

Co-authored-by: Chris Smowton <smowton@github.com>
This commit is contained in:
haby0
2021-03-18 18:56:09 +08:00
committed by haby0
parent 676f0ad817
commit 46a212b712

View File

@@ -1,5 +1,5 @@
/**
* @name Use of Externally-Controlled Input to Select Classes or Code ('Unsafe Reflection')
* @name Use of externally-controlled input to select classes or code ('unsafe reflection')
* @description Use external input with reflection function to select the class or code to
* be used, which brings serious security risks.
* @kind path-problem