Bug #545
Finding correct issue_id from net_issues table.
Description
The Network Verification detector inserts a row into the detector specific net_issues table before creating a TIssue event. The net_issue table contains a issue_id column with gets it's value from a sequence number maintained in a related table. If the sequence number generated happens to already exist in a row in net_issues, the incorrect row is currently selected to pass onto the TIssue create event.
History
#1 Updated by Randy Reitz over 10 years ago
- Target version set to v1_0_10