@greenarmor/ges-compliance-engine 0.5.5 → 0.6.1
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/article-32.js +2 -1
- package/package.json +2 -2
package/dist/article-32.js
CHANGED
|
@@ -140,12 +140,13 @@ export function createArticle32Controls() {
|
|
|
140
140
|
article: "Article 32(1)(d)",
|
|
141
141
|
status: "not-implemented",
|
|
142
142
|
severity: "critical",
|
|
143
|
-
implementation_guidance: "Run dependency scans (Trivy, Dependabot). Perform secret scanning (Gitleaks). Use SAST (Semgrep). Schedule penetration tests.",
|
|
143
|
+
implementation_guidance: "Run dependency scans (Trivy, Dependabot). Perform secret scanning (Gitleaks). Use SAST (Semgrep). Schedule penetration tests. Generate SBOM for supply-chain visibility.",
|
|
144
144
|
checks: [
|
|
145
145
|
{ id: "GDPR-ART32-009-C1", description: "Dependency scanning in CI/CD", status: "not-implemented" },
|
|
146
146
|
{ id: "GDPR-ART32-009-C2", description: "Secret scanning in CI/CD", status: "not-implemented" },
|
|
147
147
|
{ id: "GDPR-ART32-009-C3", description: "SAST analysis integrated", status: "not-implemented" },
|
|
148
148
|
{ id: "GDPR-ART32-009-C4", description: "Penetration test schedule defined", status: "not-implemented" },
|
|
149
|
+
{ id: "GDPR-ART32-009-C5", description: "SBOM generated and scanned for vulnerabilities", status: "not-implemented" },
|
|
149
150
|
],
|
|
150
151
|
},
|
|
151
152
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@greenarmor/ges-compliance-engine",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "GESF Compliance Engine - GDPR controls, evaluation, and compliance checking",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@greenarmor/ges-core": "0.
|
|
15
|
+
"@greenarmor/ges-core": "0.6.1"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"typescript": "^6.0.0",
|