mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-21 20:18:06 +02:00
Critical bug fixes and recall improvements (#68)
This commit is contained in:
parent
7d0e7320e2
commit
55247b7fcd
352 changed files with 60069 additions and 900 deletions
|
|
@ -8,6 +8,8 @@
|
|||
[](https://www.rust-lang.org)
|
||||
[](https://github.com/elicpeter/nyx/actions)
|
||||
[](https://elicpeter.github.io/nyx/)
|
||||
|
||||
English · [简体中文](./README.zh-CN.md)
|
||||
</div>
|
||||
|
||||
<p align="center"><img src="assets/screenshots/demo.gif" alt="Nyx UI walkthrough: empty Welcome state, kicking off a scan, the populated overview with Health Score, drilling into a HIGH finding's flow visualizer, then the triage flow" width="900"/></p>
|
||||
|
|
@ -74,7 +76,7 @@ Forward cross-file taint runs in every profile. Symex and the demand-driven back
|
|||
### GitHub Action
|
||||
|
||||
```yaml
|
||||
- uses: elicpeter/nyx@v0.6.1
|
||||
- uses: elicpeter/nyx@v0.7.0
|
||||
with:
|
||||
format: sarif
|
||||
fail-on: MEDIUM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue