Skip to content

Commit f9057a9

Browse files
committed
fix(els): correct ResolvedCveTable project IDs for Apache Struts and Lucene
Remove trademark symbols and fix capitalization in project attribute values. API project IDs must be lowercase ASCII strings without special characters. - apache-Struts™ → apache-struts - apache-Lucene® → apache-lucene
1 parent 33f1b11 commit f9057a9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/els-for-libraries/apache-lucene/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ If you have already installed a package with a `tuxcare.1` suffix and want to up
112112
## Resolved CVEs in ELS for Apache Lucene®
113113

114114
<ClientOnly>
115-
<ResolvedCveTable project="apache-Lucene®" />
115+
<ResolvedCveTable project="apache-lucene" />
116116
</ClientOnly>
117117

118118
<script setup>

docs/els-for-libraries/apache-struts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ If you have already installed a package with a `tuxcare.1` suffix and want to up
130130
## Resolved CVEs in ELS for Apache Struts™
131131

132132
<ClientOnly>
133-
<ResolvedCveTable project="apache-Struts™" />
133+
<ResolvedCveTable project="apache-struts" />
134134
</ClientOnly>
135135

136136
<!-- data for Apache Struts instructions used in code blocks -->

0 commit comments

Comments
 (0)