Skip to content

Commit efc0650

Browse files
committed
Java: Set the provenance default to manual.
1 parent d049b11 commit efc0650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/lib/semmle/code/java/dataflow/internal/FlowSummaryImpl.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ module Public {
262262
/**
263263
* Holds if there exists a summary that applies to `this` that has provenance `provenance`.
264264
*/
265-
predicate hasProvenance(string provenance) { none() }
265+
predicate hasProvenance(string provenance) { provenance = "manual" }
266266
}
267267

268268
/** A callable where there is no flow via the callable. */

0 commit comments

Comments
 (0)