Releases: pixee/codemodder-java
Releases · pixee/codemodder-java
v0.84.0
⚡️ Run Unit Tests Concurrently By default, all unit tests run concurrently. We opt-out of this behavior in cases where this is an issue.
v0.83.0
✨ New Sonar Remediation Codemod for Unsafe Reflection (#390) Remediates Sonar findings of type java:S2658. Does not yet cover edge-cases, but I'd like to get some feedback on the happy path while I work on those edge cases. /towards #work --------- Co-authored-by: Arshan Dabirsiaghi <[email protected]>
v0.82.0
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
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
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
Update access modifiers (#382) To being able to manipulate those properties/methods in classes that extend
v0.77.0
Internal module for sonar-api-models (#372) Make a common library for Sonar API objects
v0.76.0
:sparkles: add support for Semgrep OSS being the tool name
v0.75.1
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
Inject Contrast finding XML files into test (#362)