mirror of
https://github.com/github/codeql.git
synced 2026-03-05 07:06:47 +01:00
Java: Cleanup threat model taxanomy to align with the EDR.
This commit is contained in:
@@ -259,7 +259,7 @@ private class CliInput extends LocalUserInput {
|
||||
exists(Field f | this.asExpr() = f.getAnAccess() | f instanceof SystemIn)
|
||||
}
|
||||
|
||||
override string getThreatModel() { result = "cli" }
|
||||
override string getThreatModel() { result = "commandargs" }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user