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.
2 parents 4371433 + 63c8769 commit 5285fc0Copy full SHA for 5285fc0
shared/util/codeql/util/AlertFiltering.qll
@@ -17,6 +17,9 @@ private import codeql.util.Location
17
* - endLine: End line number (starting with 1, inclusive) to restrict alerts to.
18
*
19
* If startLine and endLine are both 0, accept alerts anywhere in the file.
20
+ *
21
+ * A query should either completely ignore this predicate (i.e., perform no filtering whatsoever),
22
+ * or only return alerts that meet the filtering criteria as specified above.
23
*/
24
extensible predicate restrictAlertsTo(string filePath, int startLine, int endLine);
25
0 commit comments