mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Remove unused predicate
This commit is contained in:
@@ -106,12 +106,6 @@ module UnsafeDeserialization {
|
||||
* `Oj` modes known to be safe to use with untrusted data.
|
||||
*/
|
||||
predicate hasSafeMode() { this.hasKnownMode(true) }
|
||||
|
||||
/**
|
||||
* Holds if this hash node contains a `:mode` key whose value is one of the
|
||||
* `Oj` modes known to be unsafe to use with untrusted data.
|
||||
*/
|
||||
predicate hasUnsafeMode() { this.hasKnownMode(false) }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user