Skip to content

Releases: dvershinin/gixy

v0.1.24

14 Jan 04:08
Compare
Choose a tag to compare

Fixed local IP address detection

v0.1.23

07 Jan 13:19
Compare
Choose a tag to compare

Added version disclosure plugin and enhanced external DNS server validation.

What's Changed

New Contributors

Full Changelog: v0.1.22...v0.1.23

v0.1.22

15 Jan 16:47
Compare
Choose a tag to compare

Fix fatal error for add_header_content_type plugin

v0.1.21

15 Jan 15:48
Compare
Choose a tag to compare
  • 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 without deny 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