phase 16 implementation
This commit is contained in:
@@ -0,0 +1,135 @@
|
||||
# Phase 15 Static Repository Audit
|
||||
|
||||
- Result: **PASS**
|
||||
- Files inspected: 549
|
||||
- JSON files parsed: 44
|
||||
- CSV files parsed: 51
|
||||
- Secret-scan files: 435
|
||||
- Findings: {}
|
||||
|
||||
## Findings
|
||||
|
||||
No Critical, High, Medium, Low, or informational findings were produced by this audit.
|
||||
|
||||
## Metrics
|
||||
|
||||
```json
|
||||
{
|
||||
"csv_files_parsed": 51,
|
||||
"direct_dependencies_exact": true,
|
||||
"direct_dependency_count": 25,
|
||||
"email_fixture_hits": [
|
||||
{
|
||||
"address": "avery@example.test",
|
||||
"line": 21,
|
||||
"path": "tests/integration/demo-service.test.ts"
|
||||
},
|
||||
{
|
||||
"address": "ADA@EXAMPLE.TEST",
|
||||
"line": 6,
|
||||
"path": "tests/unit/integrations/demo-schema.test.ts"
|
||||
},
|
||||
{
|
||||
"address": "ada@example.test",
|
||||
"line": 22,
|
||||
"path": "tests/unit/integrations/demo-schema.test.ts"
|
||||
},
|
||||
{
|
||||
"address": "person@example.test",
|
||||
"line": 20,
|
||||
"path": "tests/unit/integrations/analytics.test.ts"
|
||||
},
|
||||
{
|
||||
"address": "person@example.test",
|
||||
"line": 9,
|
||||
"path": "tests/unit/integrations/redaction.test.ts"
|
||||
},
|
||||
{
|
||||
"address": "avery@example.test",
|
||||
"line": 36,
|
||||
"path": "tests/browser/integrations/demo-workflow.spec.ts"
|
||||
},
|
||||
{
|
||||
"address": "avery@example.test",
|
||||
"line": 53,
|
||||
"path": "tests/browser/integrations/demo-workflow.spec.ts"
|
||||
},
|
||||
{
|
||||
"address": "private@example.test",
|
||||
"line": 66,
|
||||
"path": "tests/browser/integrations/demo-workflow.spec.ts"
|
||||
},
|
||||
{
|
||||
"address": "name@fictional.invalid",
|
||||
"line": 47,
|
||||
"path": "src/content/development/component-lab.ts"
|
||||
},
|
||||
{
|
||||
"address": "nom@fictif.invalid",
|
||||
"line": 158,
|
||||
"path": "src/content/development/component-lab.ts"
|
||||
},
|
||||
{
|
||||
"address": "name@fictional.invalid",
|
||||
"line": 281,
|
||||
"path": "src/content/development/component-lab.ts"
|
||||
}
|
||||
],
|
||||
"file_count": 549,
|
||||
"issue_register_path": "docs/IMPLEMENTATION_ISSUE_REGISTER_v1.5.csv",
|
||||
"issue_register_rows": 47,
|
||||
"json_files_parsed": 44,
|
||||
"release_gate_path": "docs/phase15/RELEASE_GATE_MATRIX_v1.0.csv",
|
||||
"release_gate_status_counts": {
|
||||
"Blocked": 16,
|
||||
"Open": 1,
|
||||
"Passed": 3
|
||||
},
|
||||
"runtime_url_hits": [
|
||||
{
|
||||
"line": 2,
|
||||
"path": ".env.example",
|
||||
"url": "https://your-approved-domain.example"
|
||||
},
|
||||
{
|
||||
"line": 6,
|
||||
"path": "src/lib/localization/site-origin.ts",
|
||||
"url": "http://localhost:3000"
|
||||
},
|
||||
{
|
||||
"line": 2,
|
||||
"path": "src/contracts/phase9/design-tokens.json",
|
||||
"url": "https://design-tokens.github.io/community-group/format/"
|
||||
}
|
||||
],
|
||||
"secret_scan_files": 435,
|
||||
"suffix_counts": {
|
||||
".css": 48,
|
||||
".csv": 51,
|
||||
".duration": 8,
|
||||
".example": 1,
|
||||
".exit": 24,
|
||||
".js": 1,
|
||||
".json": 44,
|
||||
".log": 63,
|
||||
".md": 98,
|
||||
".mjs": 36,
|
||||
".png": 6,
|
||||
".py": 2,
|
||||
".svg": 2,
|
||||
".ts": 76,
|
||||
".tsx": 66,
|
||||
".txt": 10,
|
||||
".yaml": 2,
|
||||
".yml": 2,
|
||||
"<none>": 9
|
||||
},
|
||||
"total_bytes": 2491857,
|
||||
"unresolved_issue_counts": {
|
||||
"Critical": 1,
|
||||
"High": 21,
|
||||
"Low": 2,
|
||||
"Medium": 17
|
||||
}
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user