Skip to content

Commit

Permalink
Update External Reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-zepol committed Mar 21, 2024
1 parent a754041 commit 87ad30b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/org/cyclonedx/model/ExternalReference.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ public enum Type {
DOCUMENTATION("documentation"),
@JsonProperty("support")
SUPPORT("support"),
@JsonProperty("source-distribution")
SOURCE_DISTRIBUTION("source-distribution"),
@JsonProperty("distribution")
DISTRIBUTION("distribution"),
@JsonProperty("distribution-intake")
Expand Down Expand Up @@ -112,6 +114,8 @@ public enum Type {
EVIDENCE("evidence"),
@JsonProperty("formulation")
FORMULATION("formulation"),
@JsonProperty("rfc-9116")
RFC_9116("rfc-9116"),
@JsonProperty("other")
OTHER("other");

Expand Down

0 comments on commit 87ad30b

Please sign in to comment.