mirror of
https://github.com/elicpeter/nyx.git
synced 2026-07-06 20:42:10 +02:00
fix: Clarify changelog entry for Windows zip command issue in release pipeline (#17)
This commit is contained in:
parent
ef0a6f80bb
commit
423e6bffd1
4 changed files with 33 additions and 5 deletions
18
README.md
18
README.md
|
|
@ -1,6 +1,22 @@
|
|||
<div align="center">
|
||||
<img src="assets/logo.png" alt="nyx logo" width="200"/>
|
||||
|
||||
# Nyx
|
||||
|
||||
**Nyx** is a lightweight, Rust‑native command‑line tool that detects potentially dangerous code patterns across several programming languages. It combines the accuracy of [`tree‑sitter`](https://tree-sitter.github.io/) parsing with a curated rule set and an optional SQLite‑backed index to deliver fast, repeatable scans on projects of any size.
|
||||
**Fast, cross-language cli vulnerability scanner.**
|
||||
|
||||
[](https://github.com/ecpeter23/nyx/releases)
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://opensource.org/licenses/Apache-2.0)
|
||||
[](https://www.rust-lang.org)
|
||||
[](https://github.com/ecpeter23/nyx/actions)
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
## What is Nyx?
|
||||
|
||||
**Nyx** is a lightweight lightning-fast Rust‑native command‑line tool that detects potentially dangerous code patterns across several programming languages. It combines the accuracy of [`tree‑sitter`](https://tree-sitter.github.io/) parsing with a curated rule set and an optional SQLite‑backed index to deliver fast, repeatable scans on projects of any size.
|
||||
|
||||
> **Project status – Alpha**
|
||||
> Nyx is under active development. The public interface, rule set, and output formats may change without notice while we stabilize the core. Please pin exact versions in production environments.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue