We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a754041 commit d575570Copy full SHA for d575570
src/main/java/org/cyclonedx/model/ExternalReference.java
@@ -58,6 +58,8 @@ public enum Type {
58
DOCUMENTATION("documentation"),
59
@JsonProperty("support")
60
SUPPORT("support"),
61
+ @JsonProperty("source-distribution")
62
+ SOURCE_DISTRIBUTION("source-distribution"),
63
@JsonProperty("distribution")
64
DISTRIBUTION("distribution"),
65
@JsonProperty("distribution-intake")
@@ -112,6 +114,8 @@ public enum Type {
112
114
EVIDENCE("evidence"),
113
115
@JsonProperty("formulation")
116
FORMULATION("formulation"),
117
+ @JsonProperty("rfc-9116")
118
+ RFC_9116("rfc-9116"),
119
@JsonProperty("other")
120
OTHER("other");
121
0 commit comments