mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-06 19:35:13 +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
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -607,8 +607,8 @@ dependencies = [
|
|||
]
|
||||
|
||||
[[package]]
|
||||
name = "nyx"
|
||||
version = "0.1.0"
|
||||
name = "nyx-scanner"
|
||||
version = "0.1.1"
|
||||
dependencies = [
|
||||
"blake3",
|
||||
"bytesize",
|
||||
|
|
|
|||
16
Cargo.toml
16
Cargo.toml
|
|
@ -1,8 +1,20 @@
|
|||
[package]
|
||||
name = "nyx"
|
||||
version = "0.1.0"
|
||||
name = "nyx-scanner"
|
||||
version = "0.1.1"
|
||||
edition = "2024"
|
||||
description = "A CLI security scanner for automating vulnerability checks"
|
||||
license = "MIT OR Apache-2.0"
|
||||
authors = ["Eli Peter <elicpeter@gmail.com>"]
|
||||
homepage = "https://github.com/ecpeter23/nyx"
|
||||
repository = "https://github.com/ecpeter23/nyx"
|
||||
documentation = "https://github.com/ecpeter23/nyx#readme"
|
||||
keywords = ["security", "vulnerability", "scanner", "cli", "automation"]
|
||||
categories = ["command-line-utilities", "development-tools" ]
|
||||
readme = "README.md"
|
||||
exclude = [
|
||||
"assets/",
|
||||
".github/",
|
||||
]
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3"
|
||||
|
|
|
|||
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.
|
||||
|
|
|
|||
BIN
assets/logo.png
Normal file
BIN
assets/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 MiB |
Loading…
Add table
Add a link
Reference in a new issue