Feature branch for Asset scanning v2 - #294
Conversation
feat: add support for asset scaning in import command
feat: add asset scanning support
feat: enhance bulk asset operations with data-dir support and user prompts
feat: add asset scanning support in import
…ull-guard fix(bulk-publish): add null guard on asset.publish_details before forEach
…-zip-0.6.0 chore(deps): bump adm-zip from 0.5.18 to 0.6.0
bumped versions
…o updated-lock-file
…ns into updated-lock-file
updated lock file
🔒 Security Scan Results
⏱️ SLA Breach Summary
ℹ️ Vulnerabilities Without Available Fixes (Informational Only)The following vulnerabilities were detected but do not have fixes available (no upgrade or patch). These are excluded from failure thresholds:
Consider reviewing these vulnerabilities when fixes become available. |
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
🔒 Security Scan Results
⏱️ SLA Breach Summary
ℹ️ Vulnerabilities Without Available Fixes (Informational Only)The following vulnerabilities were detected but do not have fixes available (no upgrade or patch). These are excluded from failure thresholds:
Consider reviewing these vulnerabilities when fixes become available. |
…gins into feat/Asset-Scanning
🔒 Security Scan Results
⏱️ SLA Breach Summary
✅ BUILD PASSED - All security checks passed |
🔒 Security Scan Results
⏱️ SLA Breach Summary
✅ BUILD PASSED - All security checks passed |
The ASSET_FIX message shipped with a misspelling in user-facing output. A regression test in test/unit/messages/index.test.ts guards against it and was failing. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
The private method had no callers. Asset scanning detection is already handled in import-config-handler.ts via config.planStatus['assetsScan'], which feeds assetScanningEnabled and skipAssetsPublish. Keeping a second detection path with a different data source risked drift, and its bare catch reported "not enabled" on any API error. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
🔒 Security Scan Results
⏱️ SLA Breach Summary
✅ BUILD PASSED - All security checks passed |
No description provided.