You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2023/04/24 09:35:53 UTC

[myfaces-build-tools] branch main updated: Tobago 6: suppress word-wrap

This is an automated email from the ASF dual-hosted git repository.

hnoeth pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/myfaces-build-tools.git


The following commit(s) were added to refs/heads/main by this push:
     new c6643f75 Tobago 6: suppress word-wrap
c6643f75 is described below

commit c6643f75701c2c8292a5dd98bae291d5283d6b10
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Mon Apr 24 10:49:05 2023 +0200

    Tobago 6: suppress word-wrap
    
    word-wrap is used internally (eslint)
---
 .../resources/tobago/dependency-check-suppression-for-tobago-6.x.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/other/checkstyle-rules/src/main/resources/tobago/dependency-check-suppression-for-tobago-6.x.xml b/other/checkstyle-rules/src/main/resources/tobago/dependency-check-suppression-for-tobago-6.x.xml
index a42a7553..5439d598 100644
--- a/other/checkstyle-rules/src/main/resources/tobago/dependency-check-suppression-for-tobago-6.x.xml
+++ b/other/checkstyle-rules/src/main/resources/tobago/dependency-check-suppression-for-tobago-6.x.xml
@@ -7,4 +7,9 @@
     <packageUrl regex="true">^pkg:maven/commons\-.*/commons\-.*@.*$</packageUrl>
     <cve>CVE-2021-37533</cve>
   </suppress>
+  <suppress>
+    <notes><![CDATA[ file name: word-wrap:1.2.3 ]]></notes>
+    <packageUrl regex="true">^pkg:npm/word\-wrap@.*$</packageUrl>
+    <vulnerabilityName>CVE-2023-26115</vulnerabilityName>
+  </suppress>
 </suppressions>