fix: Clarify changelog entry for Windows zip command issue in release pipeline (#17)

This commit is contained in:
Eli Peter 2025-06-25 03:37:39 +02:00 committed by GitHub
parent ef0a6f80bb
commit 423e6bffd1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 33 additions and 5 deletions

4
Cargo.lock generated
View file

@ -607,8 +607,8 @@ dependencies = [
]
[[package]]
name = "nyx"
version = "0.1.0"
name = "nyx-scanner"
version = "0.1.1"
dependencies = [
"blake3",
"bytesize",

View file

@ -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"

View file

@ -1,6 +1,22 @@
<div align="center">
<img src="assets/logo.png" alt="nyx logo" width="200"/>
# Nyx
**Nyx** is a lightweight, Rustnative commandline tool that detects potentially dangerous code patterns across several programming languages. It combines the accuracy of [`treesitter`](https://tree-sitter.github.io/) parsing with a curated rule set and an optional SQLitebacked index to deliver fast, repeatable scans on projects of any size.
**Fast, cross-language cli vulnerability scanner.**
[![release](https://img.shields.io/github/v/release/ecpeter23/nyx?style=flat-square)](https://github.com/ecpeter23/nyx/releases)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Rust](https://img.shields.io/badge/rust-1.70+-orange.svg)](https://www.rust-lang.org)
[![CI](https://img.shields.io/github/actions/workflow/status/ecpeter23/nyx/ci.yml?branch=master)](https://github.com/ecpeter23/nyx/actions)
</div>
---
## What is Nyx?
**Nyx** is a lightweight lightning-fast Rustnative commandline tool that detects potentially dangerous code patterns across several programming languages. It combines the accuracy of [`treesitter`](https://tree-sitter.github.io/) parsing with a curated rule set and an optional SQLitebacked 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB