We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ec189b commit 0e81004Copy full SHA for 0e81004
1 file changed
socketsecurity/fossa_compat.py
@@ -20,12 +20,14 @@
20
containerLayers -> {base: 0, other: 0}
21
customRiskScore -> None
22
remediation.partialFixDistance, completeFixDistance -> None (semver-distance TBD)
23
+ remediation.partialFix, completeFix -> same Socket fix version
24
+ (Socket has no partial/complete distinction)
25
projects[].scannedAt, analyzedAt, firstFoundAt -> None
26
27
dependencies[] (SBOM):
28
description, downloadUrl, projectUrl -> ""
29
hash, isGolang -> None (always null in real FOSSA samples)
- notes -> []
30
+ notes, otherLicenses -> []
31
32
Top-level SBOM:
33
copyrightsByLicense -> {} (would require parsing attribText for `Copyright (c)` lines)
0 commit comments