v0.9.0
What's Changed
- FastAPI Detector&Analyzer (by @ksg97031 👍)
- Support to URL, Method, Param, Header, WebSocket
- And a thorough test codes
- ElasticSearch Deliver was added. (flag:
--send-es
) - YAML has been added to the output format.
Full Changelog: v0.8.0...v0.9.0
Showcase
FastAPI Detector & Analyzer
noir -b ./fastapi_app
Flag: --send-es
(ES Deliver)
# noir -b <BASE-PATH> --send-es http://<ES-ENDPOINT>/<INDEX>/<TYPE>
noir -b ./app/ --send-es http://localhost:9200/noir/url
Flag: -f yaml
noir -b ./kemal -f yaml