Skip to content

Releases: manticore-projects/aurscan

v0.2.4

15 Jun 09:09

Choose a tag to compare

Update CHANGELOG.md

Signed-off-by: Andreas Reichel <andreas@manticore-projects.com>

v0.2.3

15 Jun 02:04

Choose a tag to compare

fix(llm): make request timeout configurable; document local model sizing

Add AURSCAN_TIMEOUT (seconds, default 180) so slow CPU-only local
backends aren't killed mid-generation by the previously hard-coded
deadline. Surface actionable guidance instead of opaque "context
deadline exceeded", give each fallback URL its own full budget, and
send max_tokens on the OpenAI call.

Document which local models are suitable (size-vs-suitability table,
VRAM guidance) and the two settings users get wrong: num_ctx and
AURSCAN_TIMEOUT.

Closes #8, #1

Signed-off-by: Andreas Reichel <andreas@manticore-projects.com>

v0.2.2

14 Jun 04:42

Choose a tag to compare

fix: version information

v0.2.0

14 Jun 01:03

Choose a tag to compare

chore(release): bump PKGBUILD to 0.2.0            (tag: v0.2.0)

docs: document two-stage pipeline, local LLM backend and custom rules
docs: add example extra-instructions file emphasising provenance
feat(cli): route scans through the pipeline; add --rules-only
feat(pipeline): orchestrate rules -> reputation -> LLM with offline fallback
feat(config): load user auditor-instruction overrides
feat(scan): OpenAI-compatible local backend, reputation & static signals
feat(rules): add deterministic static-rule pre-filter

Proof of Concept

13 Jun 05:26

Choose a tag to compare

Initial working version.