mirror of
https://github.com/github/codeql.git
synced 2026-04-21 23:14:03 +02:00
Alternate threat model implementation
This commit is contained in:
@@ -47,10 +47,6 @@ abstract class SourceNode extends DataFlow::Node {
|
||||
*/
|
||||
class ThreatModelFlowSource extends DataFlow::Node {
|
||||
ThreatModelFlowSource() {
|
||||
// Expansive threat model.
|
||||
currentThreatModel("all") and
|
||||
(this instanceof SourceNode or sourceNode(this, _))
|
||||
or
|
||||
exists(string kind |
|
||||
// Specific threat model.
|
||||
currentThreatModel(kind) and
|
||||
|
||||
Reference in New Issue
Block a user