Skip to content

Commit 87ad30b

Browse files
committed
Update External Reference
1 parent a754041 commit 87ad30b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/org/cyclonedx/model/ExternalReference.java

+4
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ public enum Type {
5858
DOCUMENTATION("documentation"),
5959
@JsonProperty("support")
6060
SUPPORT("support"),
61+
@JsonProperty("source-distribution")
62+
SOURCE_DISTRIBUTION("source-distribution"),
6163
@JsonProperty("distribution")
6264
DISTRIBUTION("distribution"),
6365
@JsonProperty("distribution-intake")
@@ -112,6 +114,8 @@ public enum Type {
112114
EVIDENCE("evidence"),
113115
@JsonProperty("formulation")
114116
FORMULATION("formulation"),
117+
@JsonProperty("rfc-9116")
118+
RFC_9116("rfc-9116"),
115119
@JsonProperty("other")
116120
OTHER("other");
117121

0 commit comments

Comments
 (0)