Releases: owasp-noir/noir
Releases · owasp-noir/noir
v0.7.3
v0.7.2
v0.7.1
v0.7.0
- Support to Kotlin Spring
- Support to Java Armeria
- Support to C# ASP.NET MVC (First step, Only URL Endpoints)
- Improve Analyzers
- Java Spring
- Python Django (Add Method / Param / Header)
- Improve code quality and functional/unit test codes
- Fixed bugs
I extend my infinite gratitude to the brilliant developer @ksg97031 . And I am truly thankful to @infosec-au for the great ideas provided!
v0.6.0
v0.5.4
v0.5.3
v0.5.2
v0.5.1
v0.5.0
Seems like I've almost reached the initially set modest feature scope. I'll be focusing on enhancing detection rates and coverage of techs for the foreseeable future. Nevertheless, turning great ideas into features is always a blast. If you have any cool improvements or ideas, feel free to drop them anytime through issues or discussions!
Release Note
- OAS 3 Support
- Swagger to OAS 2 Name Transition
- Improve detection
- Header Identification Now Supported in Crystal-Kemal and Ruby-Sinatra
- Elevating Code Quality
OAS3
Swagger to OAS2
I've aligned the naming similarly to OAS2 with the introduction of OAS3 support.
oas2
format: ["JSON", "YAML"]
similar: ["oas 2.0", "oas_2_0", "swagger 2.0", "swagger_2_0", "swagger"]
oas3
format: ["JSON", "YAML"]
similar: ["oas 3.0", "oas_3_0"]
Header Identifications
Example for Kemal Analyzer / In the default format, headers are displayed in green.
And..
I'd like to extend my heartfelt thanks to all the contributors and everyone who provided feedback :D