Notice
This guide is for the original release of AQtive Guard. For the current AQG SaaS platform, go to the AQtive Guard User Guide.
Add or remove an exception↑
Add an exception↑
You can set exceptions for Java or OpenSSL analyses.
Note
Changes in project exceptions only affect new or updated analyses. Existing analyses will reflect any exceptions set when the analysis was created.
To create a new exception for a project:
- Select Projects from the menu bar.
- Select the desired project to open the project Overview.
- Select the Exceptions tab.
- Select Add Exception.
Exceptions considerations↑
When you create an exception, you’ll need to provide the following information:
- Trace type: can be Java Usage or OpenSSL libcrypto Usage.
- Term type: can be Does not contain or Contains:
- Does not contain exceptions will only keep instances that have calls that don’t match the exception term.
- Contains exceptions will only keep instances that have calls that match the exception term.
- Exception term: The exception term should be one of the following:
- a fully qualified method name (package.company.Class.method)
- a fully qualified class name (package.company.Class)
- a prefix of a package name (package.company or package).
Important
Package, class, and method names are case-sensitive and must match exactly.
- Description: optional explanation or details for the exception.
Remove an exception↑
On either the project Overview or report Issues page, you can temporarily hide exceptions from existing reports by using the toggle at the top of the page.
In the project Exceptions table, you can use the controls at the end of the row to:
- Toggle Enabled to enable or disable an exception. Changes are applied the next time you generate a report.
- Select the bin icon to delete the exception permanently.