-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathexternal-tools.json
More file actions
32 lines (32 loc) · 875 Bytes
/
external-tools.json
File metadata and controls
32 lines (32 loc) · 875 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"@coana-tech/cli": {
"description": "Coana CLI for static analysis and reachability detection",
"type": "npm",
"package": "@coana-tech/cli",
"version": "14.12.148"
},
"@cyclonedx/cdxgen": {
"description": "CycloneDX SBOM generator for software bill of materials",
"type": "npm",
"package": "@cyclonedx/cdxgen",
"version": "11.11.0"
},
"python": {
"description": "Python runtime from python-build-standalone",
"type": "github-release",
"repository": "astral-sh/python-build-standalone",
"version": "3.10.18",
"buildTag": "20250918"
},
"socketsecurity": {
"description": "Socket Python CLI (socket-python-cli)",
"type": "pypi",
"package": "socketsecurity",
"version": "^2.2.15"
},
"sfw": {
"description": "Socket Firewall (sfw)",
"type": "standalone",
"version": "2.0.4"
}
}