Releases: Avinashvelu03/devknife
Releases · Avinashvelu03/devknife
v1.0.3 - Security fix: ReDoS in slugify
What's Changed
- fix: resolve all 4 CodeQL security alerts (ReDoS, incomplete sanitization) by @Avinashvelu03 in #5
- fix: replace polynomial regex in slugify with linear pattern to fix R… by @Avinashvelu03 in #6
- fix: remove all \s and \w from regexes to eliminate polynomial ReDoS … by @Avinashvelu03 in #7
- fix: prevent ReDoS in slugify (code scanning alert #7) by @Avinashvelu03 in #8
New Contributors
- @Avinashvelu03 made their first contribution in #5
Full Changelog: v1.0.2...v1.0.3
What's Changed
- fix: resolve all 4 CodeQL security alerts (ReDoS, incomplete sanitization) by @Avinashvelu03 in #5
- fix: replace polynomial regex in slugify with linear pattern to fix R… by @Avinashvelu03 in #6
- fix: remove all \s and \w from regexes to eliminate polynomial ReDoS … by @Avinashvelu03 in #7
- fix: prevent ReDoS in slugify (code scanning alert #7) by @Avinashvelu03 in #8
- chore: release v1.0.3 by @Avinashvelu03 in #9
New Contributors
- @Avinashvelu03 made their first contribution in #5
Full Changelog: v1.0.2...v1.0.3
v1.0.2 - Security fixes & CI improvements
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Full Changelog: v1.0.0...v1.0.1
v1.0.0
ci: add release.yml — auto tag, test, build & publish to npm