@greenarmor/ges-core
Advanced tools
| export type ProjectType = "saas" | "ai-application" | "mcp-server" | "blockchain" | "wallet" | "government-system" | "healthcare-system" | "event-platform" | "photo-storage-platform" | "vulnerability-scanner" | "generic-web-application" | "api-backend" | "mobile-application"; | ||
| export type FrameworkName = "GDPR" | "OWASP" | "CIS" | "NIST" | "ISO27001" | "ISO27701" | "HIPAA"; | ||
| export type FrameworkName = "GDPR" | "OWASP" | "CIS" | "NIST" | "NIST-800-53" | "ISO27001" | "ISO27701" | "HIPAA"; | ||
| export type DataClassification = "public" | "internal" | "confidential" | "restricted"; | ||
@@ -4,0 +4,0 @@ export type SeverityLevel = "critical" | "high" | "medium" | "low"; |
+1
-1
@@ -27,3 +27,3 @@ { | ||
| "types": "./dist/index.d.ts", | ||
| "version": "1.2.6", | ||
| "version": "1.2.7", | ||
| "scripts": { | ||
@@ -30,0 +30,0 @@ "build": "tsc", |
62372
0.03%