Releases: pixee/codemodder-python
Releases · pixee/codemodder-python
1.1.1
What's Changed
- do not raise ValueError if no resource by @clavedeluna in #715
- Update pre-commit hooks by @github-actions in #714
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
- semgrep django set secure cookie codemod by @clavedeluna in #709
- Semgrep harden pyyaml by @clavedeluna in #710
- New RSA key size transformer and semgrep codemod by @clavedeluna in #711
- Handle detection of SARIFs that have UTF-8 BOMs by @drdavella in #713
Full Changelog: 1.0.0...1.1.0
1.0.0
What's Changed
This release introduces two backwards-incompatible changes:
- Core "pixee" codemods can no longer be requested by name alone
- Some Sonar codemods no longer encode the Sonar rule ID in the codemod name
The codemod API has been mature for quite some time and It seemed as good a time as any to officially bump to v1.0.0 🎉
New
- first semgrep sarif codemod for jinja autoescape by @clavedeluna in #687
- Deprecate requesting codemods by name by @clavedeluna in #699
- Semgrep jwt decode verify by @clavedeluna in #696
- Semgrep defused xml codemod by @clavedeluna in #705
- remove -ID from sonar codemod n by @clavedeluna in #704
- Semgrep subprocess shell False codemod by @clavedeluna in #706
Full Changelog: 0.106.4...1.0.0
0.106.4
What's Changed
- Update diff line number change calculation by @clavedeluna in #670
Full Changelog: 0.106.3...0.106.4
0.106.3
What's Changed
- Update security requirement from ~=1.2.0 to >=1.2,<1.4 by @dependabot in #663
- Update injected security dependency and remanage updates by @clavedeluna in #666
- Make provider resources more general by @drdavella in #667
Full Changelog: 0.106.2...0.106.3
0.106.2
What's Changed
- All tests will validate codemod registration by @clavedeluna in #656
Full Changelog: 0.106.1...0.106.2
0.106.1
What's Changed
- Fix handling of LLM model environment variables by @drdavella in #657
Full Changelog: 0.106.0...0.106.1
0.106.0
What's Changed
New
- Check file paths passed on as tool findings by @clavedeluna in #637
- Support parsing/writing pyproject.toml with
poetry
by @clavedeluna in #646 - Removed unused handles in file-resource-leak by @andrecsilva in #648
- Add type stub dependencies by @clavedeluna in #651
Full Changelog: 0.105.0...0.106.0
0.105.0
What's Changed
- Allow arbitrary filtering of codemod registry by @drdavella in #628
- Update
openai
and test codemodder without it by @clavedeluna in #624 - Implement provider registry by @drdavella in #633
Full Changelog: 0.104.0...0.105.0
0.104.0
What's Changed
- Fixed a bug, adjusted tests by @andrecsilva in #615
- Remove additional redundant remediation text by @drdavella in #622
- LLM and test refactor by @clavedeluna in #623
Full Changelog: 0.103.1...0.104.0