This is an automated email from the ASF dual-hosted git repository.
sdedic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
The following commit(s) were added to refs/heads/master by this push:
new e69593e4e6 Changed wording of the vulnerability scan message.
new b7cabc0cf7 Merge pull request #4689 from sdedic/oci/vulnerability_count
e69593e4e6 is described below
commit e69593e4e6eae7a77020e743f2b14f59b6c3e407
Author: Svata Dedic <[email protected]>
AuthorDate: Mon Sep 26 08:53:39 2022 +0200
Changed wording of the vulnerability scan message.
---
.../org/netbeans/modules/cloud/oracle/adm/VulnerabilityWorker.java | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
a/enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/adm/VulnerabilityWorker.java
b/enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/adm/VulnerabilityWorker.java
index 241cbb626a..a721e28283 100644
---
a/enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/adm/VulnerabilityWorker.java
+++
b/enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/adm/VulnerabilityWorker.java
@@ -78,12 +78,12 @@ import org.openide.util.RequestProcessor;
*/
@NbBundle.Messages({
"# {0} - project name",
- "MSG_Audit_Pass=Vulnerability audit for project {0} is done.\nNo
vulnerability was found.",
+ "MSG_Audit_Pass=Vulnerability audit for project {0} is done.\nNo
vulnerable dependency was found.",
"# {0} - project name",
- "MSG_Audit_Failed_One=Vulnerability audit for project {0} is done.\nOne
vulnerability was found.\nThe vulnerability is listed in Problems window.",
+ "MSG_Audit_Failed_One=Vulnerability audit for project {0} is done.\nOne
vulnerable dependency was found.\nThe vulnerability is listed in Problems
window.",
"# {0} - project name",
"# {1} - number of vulnerabilities",
- "MSG_Audit_Failed_More=Vulnerability audit for project {0} is done.\n{1}
vulnerabilities were found.\nThe vulnerabilities are listed in Problems
window.",
+ "MSG_Audit_Failed_More=Vulnerability audit for project {0} is done.\n{1}
vulnerable dependencies were found.\nThe vulnerabilities are listed in Problems
window.",
"# {0} - project name",
"MSG_CreatingAuditFailed=Creating Vulnerablity audit for project {0}
failed.",
"# {0} - project name",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists