Releases: dvershinin/gixy
Releases · dvershinin/gixy
v0.1.24
v0.1.23
Added version disclosure plugin and enhanced external DNS server validation.
What's Changed
- Fix README by @LeviPesin in #3
- add_header_redefinition: Report issues with all headers by default by @LeviPesin in #4
New Contributors
- @LeviPesin made their first contribution in #3
Full Changelog: v0.1.22...v0.1.23
v0.1.22
Fix fatal error for add_header_content_type
plugin
v0.1.21
- Allow running CLI package as a module
- Ensured pyparsing version constraint required yandex#131
- New "if is evil" detection yandex#126 and yandex#96
- New "add_header newline formatting edge case detection
- New detection of default content type being set via add_header
- New detection of
allow
being used withoutdeny
yandex#109 - Use internal cached_property on Python 3.8+ yandex#117
- Locate the use of external resolvers yandex#31
- Refactor input validation to accept stdin on all platforms. yandex#110