Skip to content

Commit 5074e11

Browse files
ahmadnassriVinnyBarton
authored andcommitted
feat: add socket.dev
Signed-off-by: Ahmad Nassri <[email protected]>
1 parent d8bcf6a commit 5074e11

File tree

1 file changed

+90
-22
lines changed

1 file changed

+90
-22
lines changed

tools.json

Lines changed: 90 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -12909,53 +12909,121 @@
1290912909
]
1291012910
},
1291112911
{
12912-
"name": "SecureSBOM",
12913-
"publisher": "ShiftLeftCyber",
12914-
"description": "SecureSBOM is an enterprise-grade API that provides cryptographic signing and verification capabilities at scale.",
12915-
"website_url": "https://shiftleftcyber.io/securesbom",
12912+
"name": "Socket",
12913+
"publisher": "Socket",
12914+
"description": "Supply Chain Security platform. Next-gen SCA + SBOM + 0-day prevention.",
12915+
"website_url": "https://socket.dev",
1291612916
"capabilities": [
1291712917
"SBOM",
1291812918
"VDR/VEX"
1291912919
],
1292012920
"availability": [
1292112921
"FREEMIUM",
12922-
"SUBSCRIPTION"
12922+
"SUBSCRIPTION",
12923+
"COMMERCIAL_LICENSE"
1292312924
],
1292412925
"functions": [
1292512926
"ANALYSIS",
12926-
"PACKAGE_MANAGER_INTEGRATION",
12927-
"SIGNING/NOTARY"
12927+
"AUTHOR",
12928+
"PACKAGE_MANAGER_INTEGRATION"
12929+
],
12930+
"analysis": [
12931+
"SECURITY_VULNERABILITIES",
12932+
"POLICY_EVALUATION",
12933+
"LICENSE_REPORTING",
12934+
"OUTDATED_COMPONENTS"
1292812935
],
12929-
"analysis": [],
1293012936
"transform": [],
1293112937
"packaging": [
12938+
"APPLICATION",
1293212939
"COMMAND_LINE_UTILITY",
1293312940
"GITHUB_ACTION",
12934-
"LIBRARY"
12935-
],
12936-
"library": [
12937-
"GO"
12941+
"GITHUB_APP",
12942+
"GITLAB_CI_TEMPLATE"
1293812943
],
12944+
"library": [],
1293912945
"platform": [
1294012946
"LINUX",
1294112947
"MAC",
1294212948
"WINDOWS"
1294312949
],
1294412950
"lifecycle": [
12951+
"DESIGN",
12952+
"PRE-BUILD",
1294512953
"BUILD",
12946-
"POST-BUILD",
12947-
"OPERATIONS"
12954+
"POST-BUILD"
1294812955
],
1294912956
"supportedStandards": [
1295012957
"CYCLONEDX",
12951-
"SPDX"
12952-
],
12953-
"cycloneDxVersion": [
12954-
"CYCLONEDX_V1.4",
12955-
"CYCLONEDX_V1.5",
12956-
"CYCLONEDX_V1.6"
12958+
"SPDX",
12959+
"PACKAGE_URL"
1295712960
],
12958-
"supportedLanguages": []
12959-
}
12961+
"cycloneDxVersion": [],
12962+
"supportedLanguages": [
12963+
"C/C++",
12964+
".NET",
12965+
"ERLANG_ELIXIR",
12966+
"GO",
12967+
"JAVA",
12968+
"JAVASCRIPT/TYPESCRIPT",
12969+
"KOTLIN",
12970+
"NODE.JS",
12971+
"PHP",
12972+
"PYTHON",
12973+
"RUBY",
12974+
"RUST",
12975+
"SCALA",
12976+
"SWIFT"
12977+
]
12978+
},
12979+
{
12980+
"name": "SecureSBOM",
12981+
"publisher": "ShiftLeftCyber",
12982+
"description": "SecureSBOM is an enterprise-grade API that provides cryptographic signing and verification capabilities at scale.",
12983+
"website_url": "https://shiftleftcyber.io/securesbom",
12984+
"capabilities": [
12985+
"SBOM",
12986+
"VDR/VEX"
12987+
],
12988+
"availability": [
12989+
"FREEMIUM",
12990+
"SUBSCRIPTION"
12991+
],
12992+
"functions": [
12993+
"ANALYSIS",
12994+
"PACKAGE_MANAGER_INTEGRATION",
12995+
"SIGNING/NOTARY"
12996+
],
12997+
"analysis": [],
12998+
"transform": [],
12999+
"packaging": [
13000+
"COMMAND_LINE_UTILITY",
13001+
"GITHUB_ACTION",
13002+
"LIBRARY"
13003+
],
13004+
"library": [
13005+
"GO"
13006+
],
13007+
"platform": [
13008+
"LINUX",
13009+
"MAC",
13010+
"WINDOWS"
13011+
],
13012+
"lifecycle": [
13013+
"BUILD",
13014+
"POST-BUILD",
13015+
"OPERATIONS"
13016+
],
13017+
"supportedStandards": [
13018+
"CYCLONEDX",
13019+
"SPDX"
13020+
],
13021+
"cycloneDxVersion": [
13022+
"CYCLONEDX_V1.4",
13023+
"CYCLONEDX_V1.5",
13024+
"CYCLONEDX_V1.6"
13025+
],
13026+
"supportedLanguages": []
13027+
}
1296013028
]
1296113029
}

0 commit comments

Comments
 (0)