-
Notifications
You must be signed in to change notification settings - Fork 0
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
Hardened XStream with a converter to prevent exploitation #20
Changes from all commits
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 |
---|---|---|
|
@@ -335,6 +335,10 @@ | |
<artifactId>sisu-pr-testutil</artifactId> | ||
<scope>test</scope> | ||
</dependency> | ||
<dependency> | ||
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. This library holds security APIs for hardening XStream operations. License: MIT ✅ | Open source ✅ | No transitive dependencies ✅ | More facts |
||
<groupId>io.github.pixee</groupId> | ||
<artifactId>java-security-toolkit-xstream</artifactId> | ||
</dependency> | ||
</dependencies> | ||
|
||
<build> | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,12 @@ | |
<version>2.6.0-SNAPSHOT</version> | ||
<scope>import</scope> | ||
</dependency> | ||
|
||
<dependency> | ||
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. This library holds security APIs for hardening XStream operations. License: MIT ✅ | Open source ✅ | No transitive dependencies ✅ | More facts |
||
<groupId>io.github.pixee</groupId> | ||
<artifactId>java-security-toolkit-xstream</artifactId> | ||
|
||
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. This library holds security APIs for hardening XStream operations. License: MIT ✅ | Open source ✅ | No transitive dependencies ✅ | More facts |
||
<version>${versions.java-security-toolkit-xstream}</version> | ||
</dependency> | ||
</dependencies> | ||
</dependencyManagement> | ||
|
||
|
@@ -75,5 +80,7 @@ | |
</plugin> | ||
</plugins> | ||
</build> | ||
|
||
<properties> | ||
<versions.java-security-toolkit-xstream>1.0.2</versions.java-security-toolkit-xstream> | ||
</properties> | ||
</project> |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,6 +88,10 @@ | |
<artifactId>com.noelios.restlet.ext.jetty</artifactId> | ||
<scope>test</scope> | ||
</dependency> | ||
<dependency> | ||
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. This library holds security APIs for hardening XStream operations. License: MIT ✅ | Open source ✅ | No transitive dependencies ✅ | More facts |
||
<groupId>io.github.pixee</groupId> | ||
<artifactId>java-security-toolkit-xstream</artifactId> | ||
</dependency> | ||
</dependencies> | ||
|
||
<build> | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,7 @@ | |
|
||
<properties> | ||
<restlet.version>1.1.6-SONATYPE-5348-V8</restlet.version> | ||
<versions.java-security-toolkit-xstream>1.0.2</versions.java-security-toolkit-xstream> | ||
</properties> | ||
|
||
<modules> | ||
|
@@ -164,7 +165,11 @@ | |
</exclusion> | ||
</exclusions> | ||
</dependency> | ||
|
||
<dependency> | ||
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. This library holds security APIs for hardening XStream operations. License: MIT ✅ | Open source ✅ | No transitive dependencies ✅ | More facts |
||
<groupId>io.github.pixee</groupId> | ||
<artifactId>java-security-toolkit-xstream</artifactId> | ||
<version>${versions.java-security-toolkit-xstream}</version> | ||
</dependency> | ||
</dependencies> | ||
</dependencyManagement> | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -170,6 +170,10 @@ | |
<version>${cargo.version}</version> | ||
<scope>test</scope> | ||
</dependency> | ||
<dependency> | ||
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. This library holds security APIs for hardening XStream operations. License: MIT ✅ | Open source ✅ | No transitive dependencies ✅ | More facts |
||
<groupId>io.github.pixee</groupId> | ||
<artifactId>java-security-toolkit-xstream</artifactId> | ||
</dependency> | ||
</dependencies> | ||
|
||
<profiles> | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,6 +34,7 @@ | |
--> | ||
<testsuite.basedir>${project.basedir}</testsuite.basedir> | ||
<autoshard.outputDir>${settings.localRepository}/autoshard/${project.groupId}/${project.artifactId}</autoshard.outputDir> | ||
<versions.java-security-toolkit-xstream>1.0.2</versions.java-security-toolkit-xstream> | ||
</properties> | ||
|
||
<modules> | ||
|
@@ -64,7 +65,11 @@ | |
<version>2.6.0-SNAPSHOT</version> | ||
<scope>import</scope> | ||
</dependency> | ||
|
||
<dependency> | ||
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. This library holds security APIs for hardening XStream operations. License: MIT ✅ | Open source ✅ | No transitive dependencies ✅ | More facts |
||
<groupId>io.github.pixee</groupId> | ||
<artifactId>java-security-toolkit-xstream</artifactId> | ||
<version>${versions.java-security-toolkit-xstream}</version> | ||
</dependency> | ||
</dependencies> | ||
</dependencyManagement> | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -176,6 +176,10 @@ | |
<artifactId>nexus-indexer-lucene-plugin</artifactId> | ||
<version>${nexus.version}</version> | ||
</dependency> | ||
<dependency> | ||
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. This library holds security APIs for hardening XStream operations. License: MIT ✅ | Open source ✅ | No transitive dependencies ✅ | More facts |
||
<groupId>io.github.pixee</groupId> | ||
<artifactId>java-security-toolkit-xstream</artifactId> | ||
</dependency> | ||
</dependencies> | ||
|
||
</project> |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,11 @@ | |
<version>2.6.0-SNAPSHOT</version> | ||
<scope>import</scope> | ||
</dependency> | ||
|
||
<dependency> | ||
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. This library holds security APIs for hardening XStream operations. License: MIT ✅ | Open source ✅ | No transitive dependencies ✅ | More facts |
||
<groupId>io.github.pixee</groupId> | ||
<artifactId>java-security-toolkit-xstream</artifactId> | ||
<version>${versions.java-security-toolkit-xstream}</version> | ||
</dependency> | ||
</dependencies> | ||
</dependencyManagement> | ||
|
||
|
@@ -61,5 +65,7 @@ | |
</plugin> | ||
</plugins> | ||
</build> | ||
|
||
<properties> | ||
<versions.java-security-toolkit-xstream>1.0.2</versions.java-security-toolkit-xstream> | ||
</properties> | ||
</project> |
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.
This library holds security APIs for hardening XStream operations.
License: MIT ✅ | Open source ✅ | No transitive dependencies ✅ | More facts