Releases: owasp-noir/noir
Releases · owasp-noir/noir
v0.3.0
Summary
- Add
--exclude-techs
flag - A module for handling similar word processing for tech and managing techs has been added.
- Changed
--techs-list
to--list-techs
for consistency with other flags.
Exclude techs
You can now force the technology to be ignored.
And, Similar languages are also handled.
--exclude-techs Rails
--exclude-techs ruby-rails
--exclude-techs rails
# All of the above flags disable ruby_rails.
Techs
Now, the technology list is managed with additional metadata information included.
So the --list-techs
flag has also been modified accordingly.
v0.2.4
-
Fixed bugs #18 ( by @ksg97031 )
- Invalid UTF-8 characters can cause regex to crash (ref: crystal-lang/crystal#13237).
- Django analyzer's failure to properly append URL prefixes.
- Spring analyzer can scan non-Java files, which can lead to a crash.
- Spring analyzer can't identify cases where the path is empty, using the example at https://github.com/ksg97031/spring-demo/blob/main/src/main/java/com/example/demo/controller/TestController2.java#L8-L16.
-
Fixed a bug where some techniques were missing from the
--techs-list
flag