Skip to content

Commit 0cddfa9

Browse files
committed
fix attribute expiration_date_warned
1 parent 4375c34 commit 0cddfa9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/io/securecodebox/persistence/defectdojo/models/RiskAcceptance.java

-3
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ public class RiskAcceptance extends DefectDojoModel {
5454
@JsonProperty
5555
String expiration_date;
5656

57-
@JsonProperty
58-
LocalDateTime expiration_date_warned;
59-
6057
@JsonProperty
6158
Boolean expiration_date_handled;
6259

0 commit comments

Comments
 (0)