Skip to content

Releases: pixee/codemodder-java

v0.82.0

21 Jun 22:35
ec403a7
Compare
Choose a tag to compare
Remove explicit setEntityExpansion calls (#394)

When fixing XXE, users may find it helpful to also remove explicit
turning on off entity expansion.

v0.81.0

21 Jun 17:09
3981995
Compare
Choose a tag to compare
Refactored XXE remediation (#391)

This change introduces more features into XXE protection.

* Refactored to make it easier to extend and test
* Added more protection cases
* Added more tests
* Added a generic reporter for cases where you could fix from multiple
APIs

v0.80.0

20 Jun 19:31
92a218c
Compare
Choose a tag to compare
Fix Sonar XXE (#387)

Fixes some cases of XXE identified by Sonar.

---------

Co-authored-by: pixeebot[bot] <104101892+pixeebot[bot]@users.noreply.github.com>

v0.79.0

17 Jun 18:38
cf47632
Compare
Choose a tag to compare
Update access modifiers (#382)

To being able to manipulate those properties/methods in classes that
extend

v0.77.0

12 Jun 15:46
d758220
Compare
Choose a tag to compare
Internal module for sonar-api-models (#372)

Make a common library for Sonar API objects

v0.76.0

17 May 22:04
Compare
Choose a tag to compare
:sparkles: add support for Semgrep OSS being the tool name

v0.75.1

23 Apr 21:56
49e4d79
Compare
Choose a tag to compare
Add file searching ability to `CodeDirectory` (#363)

Analyzing binary result from multiple tools shows we'll need this
functionality in multiple places, so we're adding it to the generally
available `CodeDirectory` type.

v0.74.1

23 Apr 11:51
86438ca
Compare
Choose a tag to compare
Inject Contrast finding XML files into test (#362)

v0.73.2

20 Apr 12:56
91773bb
Compare
Choose a tag to compare
Allow calling public methods on `SQLParameterizer` from outsiders (#360)

v0.73.1

19 Apr 15:26
7693903
Compare
Choose a tag to compare
Create shared utility for verifying fix locations (#358)

The different codemod test mixins need to start being brought together,
and this is a small step towards that.

---------

Co-authored-by: Carlos Uscanga <carlos.07um@gmail.com>