Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (obsidian_security_scanner) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Obsidian Security Scanner
A CLI to scan community plugins in an Obsidian vault for known vulnerabilities.
Installation
npm install
npm run buildUsage
To scan the plugins of a vault, use the scan command with the path to your Obsidian vault.
npx obsidian-security-scanner scan --vault-path /path/to/your/vaultOptions
| Option | Description |
|---|---|
-p, --vault-path <path> |
Path to the Obsidian vault (required) |
--withCVE |
Include CVE information in the output (optional) |
Example
$ npx obsidian-security-scanner scan --vault-path /path/to/your/vault --withCVE
✔ Scanning plugins for vulnerabilities...
✔ Scan complete. Vulnerabilities found in the following plugins:re
Plugin: Example Plugin (v1.0.0)
┌───────────┬─────────┬──────────┬────────────────────────────────────┐
│ Component │ Version │ Severity │ Info (CVEs) │
├───────────┼─────────┼──────────┼────────────────────────────────────┤
│ jquery │ 2.1.4 │ medium │ CVE-2015-9251, CVE-2019-11358, C… │
└───────────┴─────────┴──────────┴────────────────────────────────────┘License
MIT