Skip to content

Commit aeb39a5

Browse files
authored
Add SBOM metadata template for EPPlus library
1 parent 31446c3 commit aeb39a5

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<bom xmlns="http://cyclonedx.org/schema/bom/1.6">
3+
<metadata>
4+
<component type="library">
5+
<description>EPPlus is a .NET spreadsheet library for creating, manipulating and calculating workbooks in the Open Office XML format (xlsx).</description>
6+
<supplier>
7+
<name>EPPlus Software AB</name>
8+
<url>https://epplussoftware.com</url>
9+
<contact>
10+
<name>EPPlus Software AB</name>
11+
<email>info@epplussoftware.com</email>
12+
</contact>
13+
</supplier>
14+
<licenses>
15+
<license>
16+
<name>Polyform Noncommercial 1.0.0</name>
17+
<url>https://polyformproject.org/licenses/noncommercial/1.0.0/</url>
18+
<text>Free to use if you qualify as noncommercial under the PolyForm Noncommercial License 1.0.0. Commercial organizations require a paid license.</text>
19+
</license>
20+
<license>
21+
<name>EPPlus Commercial License</name>
22+
<url>https://epplussoftware.com/en/LicenseOverview/Eulas</url>
23+
<text>Usage within a commercial organization or for commercial purposes requires a paid license. See the End User License Agreement at the provided URL.</text>
24+
</license>
25+
</licenses>
26+
<externalReferences>
27+
<reference type="website">
28+
<url>https://epplussoftware.com</url>
29+
</reference>
30+
<reference type="vcs">
31+
<url>https://github.com/EPPlusSoftware/EPPlus</url>
32+
</reference>
33+
</externalReferences>
34+
</component>
35+
</metadata>
36+
</bom>

0 commit comments

Comments
 (0)