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 ad4d830 commit 48da8ddCopy full SHA for 48da8dd
java/ql/src/utils/model-generator/internal/CaptureModelsSpecific.qll
@@ -234,5 +234,6 @@ string asInputArgument(DataFlow::Node source) {
234
bindingset[kind]
235
predicate isRelevantSinkKind(string kind) {
236
not kind = "logging" and
237
- not kind.matches("regex-use%")
+ not kind.matches("regex-use%") and
238
+ not kind = "write-file"
239
}
0 commit comments