Search Query Examples
The following are search query examples that use search modifiers.
-
To search for all privacy violations in file names that contain
jspwithgetSSN()as a source
A place in the code where malicious data can enter., type:category:"privacy violation" source:getssn file:jsp
-
To search for all file names that contain
com/fortify/ssc, type:file:com/fortify/ssc
-
To search for all paths that contain traces with
mydbcode.sqlcleanseas part of the name, type:trace:mydbcode.sqlcleanse
-
To search for all paths that contain traces with
cleanseas part of the name, type:trace:cleanse
-
To search for all issues that contain
cleanseas part of any modifier, type:cleanse -
To search for all audited issues that have the
[my tag]assigned and set toP1, type:[my tag]:P1
-
To search for all suppressed vulnerabilities with
asdfin the comments, type:suppressed:true comments:asdf
-
To search for all categories except for SQL Injection, type:
category:!SQL Injection -
To search for all issues in file names that contain either
javaorjsp, type:filename:java OR filename:jsp -
To search for all issues in file names that contain
javaand that occur on line number 12, type:filename:java AND line:12
See Also