Skip to content
This repository was archived by the owner on Jun 27, 2022. It is now read-only.

Commit 879bbb4

Browse files
committed
Annotate predicate with override
1 parent c5017af commit 879bbb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

customizations/javascript/CustomSources.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ import javascript
33
class CustomSource extends RemoteFlowSource, DataFlow::CallNode {
44
CustomSource() { this.getCalleeName() = "source" }
55

6-
string getSourceType() { result = "a call to source" }
6+
override string getSourceType() { result = "a call to source" }
77
}

0 commit comments

Comments
 (0)