-
Notifications
You must be signed in to change notification settings - Fork 180
fix: Critical and High Vulnerability fixes #1286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
71fab7e
67578c4
d224f61
6f6e1f9
f0070fb
f0bd39a
6a7654f
33a4071
31f96b8
37af7f7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -62,22 +62,6 @@ | |
| <artifactId>httpmime</artifactId> | ||
| <version>4.5.10</version> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>net.sf.json-lib</groupId> | ||
| <artifactId>json-lib</artifactId> | ||
| <version>2.4</version> | ||
| <classifier>jdk15</classifier> | ||
| <exclusions> | ||
| <exclusion> | ||
| <groupId>commons-collections</groupId> | ||
| <artifactId>commons-collections</artifactId> | ||
| </exclusion> | ||
| <exclusion> | ||
| <groupId>commons-beanutils</groupId> | ||
| <artifactId>commons-beanutils</artifactId> | ||
| </exclusion> | ||
| </exclusions> | ||
| </dependency> | ||
| <dependency> | ||
| <groupId>commons-beanutils</groupId> | ||
| <artifactId>commons-beanutils</artifactId> | ||
|
|
@@ -120,7 +104,7 @@ | |
| <dependency> | ||
| <groupId>com.fasterxml.jackson.core</groupId> | ||
| <artifactId>jackson-databind</artifactId> | ||
| <version>2.18.6</version> | ||
| <version>2.18.9</version> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🩺 Stability & Availability | 🟠 Major | ⚡ Quick win Align Jackson dependency versions.
🤖 Prompt for AI Agents |
||
| </dependency> | ||
| <dependency> | ||
| <groupId>com.fasterxml.jackson.core</groupId> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔒 Security & Privacy | 🟠 Major | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
Repository: Sunbird-Knowlg/knowledge-platform
Length of output: 301
🏁 Script executed:
Repository: Sunbird-Knowlg/knowledge-platform
Length of output: 1227
Use a published
owasp-java-html-sanitizerversion20260101.1is not published on Maven Central; the latest available release is20240325.1. Update this pin to a released version.🤖 Prompt for AI Agents