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 d049b11 commit efc0650Copy full SHA for efc0650
java/ql/lib/semmle/code/java/dataflow/internal/FlowSummaryImpl.qll
@@ -262,7 +262,7 @@ module Public {
262
/**
263
* Holds if there exists a summary that applies to `this` that has provenance `provenance`.
264
*/
265
- predicate hasProvenance(string provenance) { none() }
+ predicate hasProvenance(string provenance) { provenance = "manual" }
266
}
267
268
/** A callable where there is no flow via the callable. */
0 commit comments