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