mirror of
https://github.com/github/codeql.git
synced 2026-05-03 04:39:29 +02:00
JS: add utilities to DefensiveProgramming.qll
This commit is contained in:
@@ -6,7 +6,7 @@ import javascript
|
||||
private import semmle.javascript.dataflow.InferredTypes
|
||||
|
||||
/**
|
||||
* The test in a defensive programming pattern.
|
||||
* A test in a defensive programming pattern.
|
||||
*/
|
||||
abstract class DefensiveExpression extends DataFlow::ValueNode {
|
||||
/** Gets the unique Boolean value that this test evaluates to, if any. */
|
||||
|
||||
Reference in New Issue
Block a user