(
int scanId,
int pluginId,
String alert,
int risk,
int confidence,
String description,
String uri,
String param,
String attack,
String otherInfo,
String solution,
String reference,
String evidence,
int cweId,
int wascId,
int historyId,
int sourceHistoryId,
int sourceId,
String alertRef,
String inputVector,
String nodeName)
| 33 | RecordAlert read(int alertId) throws DatabaseException; |
| 34 | |
| 35 | RecordAlert write( |
| 36 | int scanId, |
| 37 | int pluginId, |
| 38 | String alert, |
no outgoing calls