@greenarmor/ges-scoring-engine
Advanced tools
+2
-0
@@ -80,2 +80,4 @@ const SEVERITY_WEIGHTS = { | ||
| const fwControls = controls.filter((c) => c.framework === fw); | ||
| if (fwControls.length === 0) | ||
| continue; | ||
| const { score, maxPossible } = computeWeightedScore(fwControls); | ||
@@ -82,0 +84,0 @@ const breakdown = buildSeverityBreakdown(fwControls); |
+2
-2
| { | ||
| "dependencies": { | ||
| "@greenarmor/ges-core": "1.2.5" | ||
| "@greenarmor/ges-core": "1.2.6" | ||
| }, | ||
@@ -27,3 +27,3 @@ "description": "GESF Scoring Engine - Compliance scoring across frameworks", | ||
| "types": "./dist/index.d.ts", | ||
| "version": "1.2.5", | ||
| "version": "1.2.6", | ||
| "scripts": { | ||
@@ -30,0 +30,0 @@ "build": "tsc", |
19068
0.31%356
0.56%+ Added
- Removed
Updated