-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsbom.xml
More file actions
36 lines (35 loc) · 1.15 KB
/
sbom.xml
File metadata and controls
36 lines (35 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<bom xmlns="http://cyclonedx.org/schema/bom/1.6" version="1.1.0-SNAPSHOT">
<metadata>
<tools>
<tool>
<vendor>OpenRewrite by Moderne</vendor>
<name>OpenRewrite CycloneDX</name>
<version>8.32.0</version>
</tool>
</tools>
<component bom-ref="pkg:maven/be.sddevelopment.validation/modular-validators@1.1.0-SNAPSHOT">
<group>be.sddevelopment.validation</group>
<name>modular-validators</name>
<version>1.1.0-SNAPSHOT</version>
<purl>pkg:maven/be.sddevelopment.validation/modular-validators@1.1.0-SNAPSHOT</purl>
</component>
</metadata>
<components>
<component bom-ref="pkg:maven/org.jspecify/jspecify@1.0.0">
<group>org.jspecify</group>
<name>jspecify</name>
<version>1.0.0</version>
<scope>required</scope>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
</license>
</licenses>
<purl>pkg:maven/org.jspecify/jspecify@1.0.0</purl>
</component>
</components>
<dependencies>
<dependency ref="pkg:maven/org.jspecify/jspecify@1.0.0"/>
</dependencies>
</bom>