Releases: pixee/codemodder-java
Releases · pixee/codemodder-java
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.
v0.90.1
:sparkles: Support multiple rule names for AppScan (#428) - **:sparkles: support muitiple rule names in AppScan** - **:bulb: Improve docs for AppScan getRule accessor**
v0.90.0
:bug: Defensive null check (#424) - **:recycle: provide messageText to all RuleSarifFactory impls** - **Bind AppScan sarif to rule by rule name from message text** - **:bug: fix distinct rule ID bug** - **:bug: defensive null check**