Ignore Findings
Last updated
Last updated
© 2024 JFrog Ltd All Rights Reserved
The SAST scanner allows you to ignore a vulnerability finding simply by placing an jfrog-ignore
annotation directly in the code. Place the jfrog-ignore
annotation as a comment above the sink
line of the vulnerability (the final line in the data flow).
The following example shows how to ignore an unsafe-deserialization issue:
Bottom line: Place the
jfrog-ignore
annotation above the finding's final line
To un-ignore a scan finding, simply remove the jfrog-ignore
annotation from the finding's execution line and re-scan the project.