mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Update java/ql/src/experimental/Security/CWE/CWE-470/UnsafeReflection.ql
Co-authored-by: Chris Smowton <smowton@github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user