Skip to content

Releases: AikidoSec/firewall-dotnet

1.2.1

19 Mar 13:59
437b1a5
Compare
Choose a tag to compare
  • Ignore .well-known routes if not actual well known URI
  • Exclude .webmanifest files from route discovery
  • Always block blocked users, regardless of DryMode
  • Do not trim the leading slash from endpoint routes
  • Check if string is null or empty
  • Allow x-forwarded-for header to be used in sample app
  • fix multitargetting for .net framework

1.1.4

11 Mar 10:20
1b7448b
Compare
Choose a tag to compare

What's Changed

  • Check if token in app settings is empty
  • Fix for rate limiting not being applied to routes

1.1.3

10 Mar 11:23
Compare
Choose a tag to compare

What's Changed

  • bugfix: Always rejected requests for blocked users, regardless of blocking mode (as documented)

1.2.0

27 Feb 11:07
5fdad57
Compare
Choose a tag to compare

What's Changed

  • Added .net 9 support, bumped all unit tests to .Net 9
  • bugfix: version downgrade (unlisted version)
  • cleanup version before reporting to zen
  • Less strict dependencies and package versions

1.1.2

04 Feb 15:37
e341a5a
Compare
Choose a tag to compare

What's Changed

  • Updated docs
  • Fix assembly info data
  • Support ARM architecture
  • fixed bug with context: static file handling

Full Changelog: 1.1.1...1.1.2

1.1.1

31 Jan 17:02
29d01aa
Compare
Choose a tag to compare

What's Changed

  • Filter out unwanted routes (options, head, non succesfull requests, files)
  • Better request body parsing
  • simple logging improvement

1.0.0

21 Jan 12:44
9481ba2
Compare
Choose a tag to compare

First release of the .NET Zen firewall