Releases: pixee/codemodder-java
Releases · pixee/codemodder-java
v0.95.0
:sparkles: Open Source Semgrep codemods (#448) - **:truck: open source semgrep codemods** - **:sparkles: add semgrep codemods**
v0.94.1
Added check for existing overrides in add-missing-override (#447) If you have multiple findings of the same rule for the same location, some codemods will duplicate their fixes. This PR adds a patch to stop this for the `add-missing-override` codemod.
v0.94.0
✨ Support CodeTF Findings Without IDs (#443) When a finding has no ID, we prefer to reflect this in CodeTF vs make up a new ID that is not significant to the tool that produced the finding. /towards ISS-1837
v0.93.1
⬆️ Use Correct Encoding Type for GPT-4o (#441) Upgraded jtokkit to a newer version that supports the encoding type we need.
v0.93.0
Added remediators and improved method searching flexibility (#437)
v0.92.3
More graceful failure when expected files are missing in Semgrep (#436) Although some use cases are very strict about SARIF-referenced files being present, others aren't (like testing) -- we should handle this more gracefully.
v0.92.2
Added XXE remediation at intermediate events (#433) Also added tests, a. common reporter, etc.
v0.92.1
Added a Java deserialization remediator (#432)
v0.92.0
:arrow_up: upgrade codetf (#431)
v0.91.0
Create result entries even when no changes (#429) The primary purpose of this change is to enable the collection of codemod descriptions even when no actual changes are present. It also aligns codemodder-java with the existing behavior of codemodder-python.