MCPcopy Index your code
hub / github.com/zaproxy/zaproxy / write

Method write

zap/src/main/java/org/parosproxy/paros/db/TableAlert.java:35–35  ·  view source on GitHub ↗
(
            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)

Source from the content-addressed store, hash-verified

33 RecordAlert read(int alertId) throws DatabaseException;
34
35 RecordAlert write(
36 int scanId,
37 int pluginId,
38 String alert,

Callers 15

writeAlertToDBMethod · 0.95
test_zapFunction · 0.65
mainFunction · 0.65
watcher.pyFile · 0.65
processSourceMethod · 0.65
updateYamlMethod · 0.65
writeMethod · 0.65
createFileMethod · 0.65
contextFileMethod · 0.65
setupMethod · 0.65
createAddOnWithLibsMethod · 0.65

Implementers 2

ParosTableAlertzap/src/main/java/org/parosproxy/paros
SqlTableAlertzap/src/main/java/org/zaproxy/zap/db/s

Calls

no outgoing calls

Tested by 12

test_zapFunction · 0.52
createFileMethod · 0.52
contextFileMethod · 0.52
setupMethod · 0.52
createAddOnWithLibsMethod · 0.52
createAddOnFileMethod · 0.52
createFileMethod · 0.52
gzipMethod · 0.52
deflateMethod · 0.52
setUpMethod · 0.52
custom_hooks_fileFunction · 0.52