@aegis-scan/core 0.9.4 → 0.9.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/config.js +1 -1
- package/dist/scoring.js +1 -1
- package/package.json +1 -1
package/dist/config.js
CHANGED
|
@@ -101,7 +101,7 @@ const DEFAULT_IGNORE = [
|
|
|
101
101
|
'fixtures',
|
|
102
102
|
'benchmark',
|
|
103
103
|
'benchmarks',
|
|
104
|
-
// Vendored / public assets (v0.9.
|
|
104
|
+
// Vendored / public assets (v0.9.5 corpus finding): scanning public/ dirs
|
|
105
105
|
// produces massive FP noise from minified third-party bundles (Monaco Editor,
|
|
106
106
|
// vendor scripts, etc.) that the project doesn't own or control.
|
|
107
107
|
'public',
|
package/dist/scoring.js
CHANGED
|
@@ -107,7 +107,7 @@ function buildBreakdown(findings) {
|
|
|
107
107
|
// This prevents 40 HIGH findings from completely zeroing a category while
|
|
108
108
|
// still penalizing projects with more findings.
|
|
109
109
|
const categoryFindingCount = {};
|
|
110
|
-
// Per-scanner-per-category deduction cap (v0.9.
|
|
110
|
+
// Per-scanner-per-category deduction cap (v0.9.5 corpus finding): a single
|
|
111
111
|
// quality scanner (e.g. console-checker) with 400+ low-severity findings was
|
|
112
112
|
// collapsing well-maintained projects to F/0 scores. The cap ensures that any
|
|
113
113
|
// one scanner can contribute at most MAX_DEDUCTION_PER_SCANNER_CAT points of
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aegis-scan/core",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.5",
|
|
4
4
|
"description": "AEGIS core engine — orchestrator, scoring (0-1000), config loader with Zod-strict schema, suppression filter, shared types + utilities. The foundation of the AEGIS security-scanner suite for Next.js + Supabase.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "RideMatch1 <230386010+RideMatch1@users.noreply.github.com>",
|