We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca4655f + 8229559 commit 472aef1Copy full SHA for 472aef1
src/main/java/io/securecodebox/persistence/defectdojo/models/Finding.java
@@ -106,6 +106,9 @@ public class Finding extends DefectDojoModel {
106
@JsonProperty("created")
107
LocalDateTime createdAt;
108
109
+ @JsonProperty("mitigated")
110
+ LocalDateTime mitigatedAt;
111
+
112
@JsonProperty("numerical_severity")
113
public String getNumericalSeverity() {
114
switch (this.severity) {
0 commit comments