File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1919
2020jobs :
2121 build-publish-docker :
22- uses : IABTechLab/uid2-shared-actions/.github/workflows/shared-validate-image.yaml@v23
23- with :
22+ uses : IABTechLab/uid2-shared-actions/.github/workflows/shared-validate-image.yaml@v3
23+ with :
2424 failure_severity : ${{ inputs.failure_severity || 'CRITICAL,HIGH' }}
2525 fail_on_error : ${{ inputs.fail_on_error || true }}
2626 java_version : 21
Original file line number Diff line number Diff line change 22# See https://aquasecurity.github.io/trivy/v0.35/docs/vulnerability/examples/filter/
33# for more details
44# e.g.
5- # CVE-2022-3996
5+
6+ # https://thetradedesk.atlassian.net/browse/UID2-4460
7+ CVE-2024-47535
8+
9+ # https://thetradedesk.atlassian.net/browse/UID2-4461
10+ CVE-2024-7254
Original file line number Diff line number Diff line change 66
77 <groupId >com.uid2</groupId >
88 <artifactId >uid2-admin</artifactId >
9- <version >5.15.18 </version >
9+ <version >5.15.24 </version >
1010
1111 <properties >
1212 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1717 <micrometer .version>1.12.2</micrometer .version>
1818 <junit-jupiter .version>5.11.2</junit-jupiter .version>
1919 <uid2-shared .version>7.21.1-alpha-157-SNAPSHOT</uid2-shared .version>
20+ <uid2-shared .version>7.21.7</uid2-shared .version>
2021 <okta-jwt .version>0.5.10</okta-jwt .version>
2122 <image .version>${project.version} </image .version>
2223 </properties >
You can’t perform that action at this time.
0 commit comments