Skip to content

Commit

Permalink
SSCSCI-1347 (#1663)
Browse files Browse the repository at this point in the history
* adding isMedicalMemberRequired to case data

* suppressions update
  • Loading branch information
nilay913 authored Dec 12, 2024
1 parent eaccce6 commit 311373c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/owasp/suppressions.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<suppress until="2024-12-12">
<suppress until="2025-01-30">
<cve>CVE-2024-38820</cve>
<!-- Requires update of elasticsearch lib that has lucene dependency version > 9.12.0 -->
<cve>CVE-2024-45772</cve>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ public class SscsCaseData implements CaseData {
private YesNo wcaAppeal;
private YesNo isAppellantDeceased;
private YesNo isFqpmRequired;
private YesNo isMedicalMemberRequired;
@LocalDateMustNotBeInFuture(message = "Date of appellant death must not be in the future")
private String dateOfAppellantDeath;
@JsonProperty("phmeGranted")
Expand Down

0 comments on commit 311373c

Please sign in to comment.