Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

Commit 49ef3a8

Browse files
committed
Sorted the Key in the Sorted order
1 parent 5b8a5fd commit 49ef3a8

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

addOns/srm/src/main/resources/org/zaproxy/zap/extension/srm/resources/Messages.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ srm.error.http.404 = The server returned Error 404: Not Found.\nThe Server URL m
1212
srm.error.http.415 = The server returned Error 415: Unsupported Media Type.
1313
srm.error.http.other = The response code is:
1414
srm.error.httpMessage = No HTTP message found for alert id = {0}
15+
srm.error.required = The Server URL and API Key are required.
1516
srm.error.timeout = The value entered for timeout is invalid. The timeout has been defaulted to 120 seconds.
1617
srm.error.unexpected = An unexpected error occurred and the report could not be sent.
1718
srm.error.unsent = The report could not be sent.
18-
srm.error.required = The Server URL and API Key are required.
1919

2020
srm.message.success = The report was successfully uploaded to Software Risk Manager.
2121

addOns/srm/srm.gradle.kts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
import 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

47
zapAddOn {
58
addOnName.set("Software Risk Manager Extension")

0 commit comments

Comments
 (0)