Commit c9660e3
Chore/remaining dependency updates (#920)
* fix(cdk): Pin jackson-databind to 2.21.4 to avoid GHSA-5jmj-h7xm-6q6v
jackson-databind 2.22.0 is affected by GHSA-5jmj-h7xm-6q6v (case-
insensitive deserialization bypasses per-property @JsonIgnoreProperties)
and no patched 2.22.x release exists yet. Downgrade to 2.21.4, the
highest release outside the vulnerable range.
* chore(dependabot): Exclude vendored META-INF pom from scans
The authorization server ships a vendored artifact pom under
META-INF/ that is dependency metadata, not a buildable module.
Exclude it from Maven scans so Dependabot stops opening noise PRs
against it.
---------
Co-authored-by: Yuriy Bezsonov <bezsonov@amazon.de>1 parent 4ed1d1b commit c9660e3
2 files changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
15 | 19 | | |
16 | 20 | | |
17 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
108 | 111 | | |
109 | 112 | | |
110 | 113 | | |
| |||
0 commit comments