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 ff928bb commit 71bcae0Copy full SHA for 71bcae0
java/ql/src/utils/model-generator/internal/CaptureModelsSpecific.qll
@@ -232,4 +232,7 @@ string asInputArgument(DataFlow::Node source) {
232
* Holds if `kind` is a relevant sink kind for creating sink models.
233
*/
234
bindingset[kind]
235
-predicate isRelevantSinkKind(string kind) { not kind = "logging" }
+predicate isRelevantSinkKind(string kind) {
236
+ not kind = "logging" and
237
+ not kind.matches("regex-use%")
238
+}
0 commit comments