We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f500e5b commit 8e14b65Copy full SHA for 8e14b65
ql/lib/codeql/ruby/security/UnsafeDeserializationCustomizations.qll
@@ -106,12 +106,6 @@ module UnsafeDeserialization {
106
* `Oj` modes known to be safe to use with untrusted data.
107
*/
108
predicate hasSafeMode() { this.hasKnownMode(true) }
109
-
110
- /**
111
- * Holds if this hash node contains a `:mode` key whose value is one of the
112
- * `Oj` modes known to be unsafe to use with untrusted data.
113
- */
114
- predicate hasUnsafeMode() { this.hasKnownMode(false) }
115
}
116
117
/**
0 commit comments