This repository was archived by the owner on May 22, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
src/main/resources/org/zaproxy/zap/extension/srm/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ srm.error.http.404 = The server returned Error 404: Not Found.\nThe Server URL m
1212srm.error.http.415 = The server returned Error 415: Unsupported Media Type.
1313srm.error.http.other = The response code is:
1414srm.error.httpMessage = No HTTP message found for alert id = {0}
15+ srm.error.required = The Server URL and API Key are required.
1516srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds.
1617srm.error.unexpected = An unexpected error occurred and the report could not be sent.
1718srm.error.unsent = The report could not be sent.
18- srm.error.required = The Server URL and API Key are required.
1919
2020srm.message.success = The report was successfully uploaded to Software Risk Manager.
2121
Original file line number Diff line number Diff line change 11import org.zaproxy.gradle.addon.AddOnStatus
2- description = " Includes request and response data in XML reports and provides the ability to upload reports directly to a SRM server"
2+
3+ description = (
4+ " Includes request and response data in XML reports and provides the ability " +
5+ " to upload reports directly to a Software Risk Manager server" )
36
47zapAddOn {
58 addOnName.set(" Software Risk Manager Extension" )
You can’t perform that action at this time.
0 commit comments