You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 9, 2019. It is now read-only.
Steve Billings edited this page Jun 27, 2016
·
3 revisions
The database tables created for the NAI Audit functionality are created via a script (VulnNaiAudit_DB_Create.sql) that is included at the top level of the zip file. You can refer to this file for details on these tables.
The vuln_nai_audit table stores the NAI Audit metadata. The key that uniquely identifies a records is composed from application ID + Request ID (componentuse_id) + Component ID + Vulnerability ID.
The vuln_nai_audit_change_history table is an audit trail of NAI Audit metadata changes. Each time an auditor changes NAI Audit metadata, a record is written to this table.