mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Update javascript/ql/src/semmle/javascript/security/dataflow/UnsafeShellCommandConstructionCustomizations.qll
Co-authored-by: Esben Sparre Andreasen <esbena@github.com>
This commit is contained in:
committed by
GitHub
parent
7eab08511b
commit
6423c32990
@@ -245,7 +245,7 @@ module UnsafeShellCommandConstruction {
|
||||
}
|
||||
|
||||
/**
|
||||
* A sanitizer for a single char, where the char cannot be an unsafe shell char.
|
||||
* A sanitizer for a single character, where the character cannot be an unsafe shell character.
|
||||
*/
|
||||
class SanitizedChar extends Sanitizer, DataFlow::ValueNode {
|
||||
override PropAccess astNode;
|
||||
|
||||
Reference in New Issue
Block a user