Releases: AikidoSec/firewall-dotnet
Releases · AikidoSec/firewall-dotnet
1.2.1
- 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
1.1.3
1.2.0
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
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
What's Changed
- Filter out unwanted routes (options, head, non succesfull requests, files)
- Better request body parsing
- simple logging improvement
1.0.0
First release of the .NET Zen firewall