34 lines
916 B
Markdown
34 lines
916 B
Markdown
|
|
# SCA Summary
|
||
|
|
|
||
|
|
- Generated at: 2026-03-28 21:27:45 +08:00
|
||
|
|
- Project root: D:\project
|
||
|
|
|
||
|
|
## Commands
|
||
|
|
|
||
|
|
- `cd frontend/admin && npm.cmd audit --omit=dev --json --registry=https://registry.npmjs.org/`
|
||
|
|
- `cd frontend/admin && npm.cmd audit --json --registry=https://registry.npmjs.org/`
|
||
|
|
- `go run golang.org/x/vuln/cmd/govulncheck@latest -json ./...`
|
||
|
|
|
||
|
|
## Exit Codes
|
||
|
|
|
||
|
|
- npm audit production: 0
|
||
|
|
- npm audit full: 1
|
||
|
|
- govulncheck: 0
|
||
|
|
|
||
|
|
## Findings
|
||
|
|
|
||
|
|
- npm audit production: info=0 low=0 moderate=0 high=0 critical=0 total=0
|
||
|
|
- npm audit full: info=0 low=0 moderate=21 high=1 critical=0 total=22
|
||
|
|
- govulncheck reachable findings: 0
|
||
|
|
- govulncheck reachable IDs: none
|
||
|
|
|
||
|
|
## Evidence Files
|
||
|
|
|
||
|
|
- npm-audit-prod-20260328-212647.json
|
||
|
|
- npm-audit-prod-20260328-212647.stderr.txt
|
||
|
|
- npm-audit-full-20260328-212647.json
|
||
|
|
- npm-audit-full-20260328-212647.stderr.txt
|
||
|
|
- govulncheck-20260328-212647.jsonl
|
||
|
|
- govulncheck-20260328-212647.stderr.txt
|
||
|
|
|