@opensip-cli/tool-osv-scanner 0.1.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +202 -0
- package/NOTICE +8 -0
- package/README.md +33 -0
- package/dist/__tests__/parse-osv-json.test.d.ts +8 -0
- package/dist/__tests__/parse-osv-json.test.d.ts.map +1 -0
- package/dist/__tests__/parse-osv-json.test.js +271 -0
- package/dist/__tests__/parse-osv-json.test.js.map +1 -0
- package/dist/__tests__/tool.test.d.ts +12 -0
- package/dist/__tests__/tool.test.d.ts.map +1 -0
- package/dist/__tests__/tool.test.js +187 -0
- package/dist/__tests__/tool.test.js.map +1 -0
- package/dist/__tests__/worker-e2e.test.d.ts +28 -0
- package/dist/__tests__/worker-e2e.test.d.ts.map +1 -0
- package/dist/__tests__/worker-e2e.test.js +320 -0
- package/dist/__tests__/worker-e2e.test.js.map +1 -0
- package/dist/index.d.ts +11 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +11 -0
- package/dist/index.js.map +1 -0
- package/dist/parse-osv-json.d.ts +35 -0
- package/dist/parse-osv-json.d.ts.map +1 -0
- package/dist/parse-osv-json.js +164 -0
- package/dist/parse-osv-json.js.map +1 -0
- package/dist/tool.d.ts +58 -0
- package/dist/tool.d.ts.map +1 -0
- package/dist/tool.js +116 -0
- package/dist/tool.js.map +1 -0
- package/package.json +138 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
|
|
2
|
+
Apache License
|
|
3
|
+
Version 2.0, January 2004
|
|
4
|
+
http://www.apache.org/licenses/
|
|
5
|
+
|
|
6
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
7
|
+
|
|
8
|
+
1. Definitions.
|
|
9
|
+
|
|
10
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
11
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
12
|
+
|
|
13
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
14
|
+
the copyright owner that is granting the License.
|
|
15
|
+
|
|
16
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
17
|
+
other entities that control, are controlled by, or are under common
|
|
18
|
+
control with that entity. For the purposes of this definition,
|
|
19
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
20
|
+
direction or management of such entity, whether by contract or
|
|
21
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
22
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
23
|
+
|
|
24
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
25
|
+
exercising permissions granted by this License.
|
|
26
|
+
|
|
27
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
28
|
+
including but not limited to software source code, documentation
|
|
29
|
+
source, and configuration files.
|
|
30
|
+
|
|
31
|
+
"Object" form shall mean any form resulting from mechanical
|
|
32
|
+
transformation or translation of a Source form, including but
|
|
33
|
+
not limited to compiled object code, generated documentation,
|
|
34
|
+
and conversions to other media types.
|
|
35
|
+
|
|
36
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
37
|
+
Object form, made available under the License, as indicated by a
|
|
38
|
+
copyright notice that is included in or attached to the work
|
|
39
|
+
(an example is provided in the Appendix below).
|
|
40
|
+
|
|
41
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
42
|
+
form, that is based on (or derived from) the Work and for which the
|
|
43
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
44
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
45
|
+
of this License, Derivative Works shall not include works that remain
|
|
46
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
47
|
+
the Work and Derivative Works thereof.
|
|
48
|
+
|
|
49
|
+
"Contribution" shall mean any work of authorship, including
|
|
50
|
+
the original version of the Work and any modifications or additions
|
|
51
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
52
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
53
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
54
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
55
|
+
means any form of electronic, verbal, or written communication sent
|
|
56
|
+
to the Licensor or its representatives, including but not limited to
|
|
57
|
+
communication on electronic mailing lists, source code control systems,
|
|
58
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
59
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
60
|
+
excluding communication that is conspicuously marked or otherwise
|
|
61
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
62
|
+
|
|
63
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
64
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
65
|
+
subsequently incorporated within the Work.
|
|
66
|
+
|
|
67
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
68
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
69
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
70
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
71
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
72
|
+
Work and such Derivative Works in Source or Object form.
|
|
73
|
+
|
|
74
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
75
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
76
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
77
|
+
(except as stated in this section) patent license to make, have made,
|
|
78
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
79
|
+
where such license applies only to those patent claims licensable
|
|
80
|
+
by such Contributor that are necessarily infringed by their
|
|
81
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
82
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
83
|
+
institute patent litigation against any entity (including a
|
|
84
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
85
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
86
|
+
or contributory patent infringement, then any patent licenses
|
|
87
|
+
granted to You under this License for that Work shall terminate
|
|
88
|
+
as of the date such litigation is filed.
|
|
89
|
+
|
|
90
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
91
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
92
|
+
modifications, and in Source or Object form, provided that You
|
|
93
|
+
meet the following conditions:
|
|
94
|
+
|
|
95
|
+
(a) You must give any other recipients of the Work or
|
|
96
|
+
Derivative Works a copy of this License; and
|
|
97
|
+
|
|
98
|
+
(b) You must cause any modified files to carry prominent notices
|
|
99
|
+
stating that You changed the files; and
|
|
100
|
+
|
|
101
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
102
|
+
that You distribute, all copyright, patent, trademark, and
|
|
103
|
+
attribution notices from the Source form of the Work,
|
|
104
|
+
excluding those notices that do not pertain to any part of
|
|
105
|
+
the Derivative Works; and
|
|
106
|
+
|
|
107
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
108
|
+
distribution, then any Derivative Works that You distribute must
|
|
109
|
+
include a readable copy of the attribution notices contained
|
|
110
|
+
within such NOTICE file, excluding those notices that do not
|
|
111
|
+
pertain to any part of the Derivative Works, in at least one
|
|
112
|
+
of the following places: within a NOTICE text file distributed
|
|
113
|
+
as part of the Derivative Works; within the Source form or
|
|
114
|
+
documentation, if provided along with the Derivative Works; or,
|
|
115
|
+
within a display generated by the Derivative Works, if and
|
|
116
|
+
wherever such third-party notices normally appear. The contents
|
|
117
|
+
of the NOTICE file are for informational purposes only and
|
|
118
|
+
do not modify the License. You may add Your own attribution
|
|
119
|
+
notices within Derivative Works that You distribute, alongside
|
|
120
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
121
|
+
that such additional attribution notices cannot be construed
|
|
122
|
+
as modifying the License.
|
|
123
|
+
|
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
|
125
|
+
may provide additional or different license terms and conditions
|
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
129
|
+
the conditions stated in this License.
|
|
130
|
+
|
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
134
|
+
this License, without any additional terms or conditions.
|
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
136
|
+
the terms of any separate license agreement you may have executed
|
|
137
|
+
with Licensor regarding such Contributions.
|
|
138
|
+
|
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
141
|
+
except as required for reasonable and customary use in describing the
|
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
143
|
+
|
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
|
153
|
+
|
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
|
159
|
+
incidental, or consequential damages of any character arising as a
|
|
160
|
+
result of this License or out of the use or inability to use the
|
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
163
|
+
other commercial damages or losses), even if such Contributor
|
|
164
|
+
has been advised of the possibility of such damages.
|
|
165
|
+
|
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
169
|
+
or other liability obligations and/or rights consistent with this
|
|
170
|
+
License. However, in accepting such obligations, You may act only
|
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
175
|
+
of your accepting any such warranty or additional liability.
|
|
176
|
+
|
|
177
|
+
END OF TERMS AND CONDITIONS
|
|
178
|
+
|
|
179
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
180
|
+
|
|
181
|
+
To apply the Apache License to your work, attach the following
|
|
182
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
183
|
+
replaced with your own identifying information. (Don't include
|
|
184
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
185
|
+
comment syntax for the file format. We also recommend that a
|
|
186
|
+
file or class name and description of purpose be included on the
|
|
187
|
+
same "printed page" as the copyright notice for easier
|
|
188
|
+
identification within third-party archives.
|
|
189
|
+
|
|
190
|
+
Copyright [yyyy] [name of copyright owner]
|
|
191
|
+
|
|
192
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
193
|
+
you may not use this file except in compliance with the License.
|
|
194
|
+
You may obtain a copy of the License at
|
|
195
|
+
|
|
196
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
197
|
+
|
|
198
|
+
Unless required by applicable law or agreed to in writing, software
|
|
199
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
200
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
201
|
+
See the License for the specific language governing permissions and
|
|
202
|
+
limitations under the License.
|
package/NOTICE
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
OpenSIP CLI
|
|
2
|
+
Copyright 2026 opensip-ai
|
|
3
|
+
|
|
4
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
5
|
+
this software except in compliance with the License. A copy of the License is
|
|
6
|
+
included in the LICENSE file and is also available at:
|
|
7
|
+
|
|
8
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
package/README.md
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
<!-- Generated by scripts/build-package-readmes.mjs — do not edit by hand.
|
|
2
|
+
Change the package's "description" (or the generator template) and run
|
|
3
|
+
`pnpm docs:readmes`. CI enforces sync via `pnpm docs:readmes:check`. -->
|
|
4
|
+
|
|
5
|
+
# @opensip-cli/tool-osv-scanner
|
|
6
|
+
|
|
7
|
+
> External Tool Adapter for OSV-Scanner — wraps the osv-scanner dependency vulnerability scanner as an opensip-cli tool (opensip osv-scanner / opensip osv)
|
|
8
|
+
|
|
9
|
+
This package is the **engine** behind a first-party `opensip-cli` tool. The CLI bundles it — you do not normally install it directly.
|
|
10
|
+
|
|
11
|
+
Part of [**opensip-cli**](https://github.com/opensip-ai/opensip-cli) — an open-source codebase intelligence CLI: fitness checks (`fit`), static call-graph analysis (`graph`), simulation (`sim`), and advisory reduction audits (`yagni`).
|
|
12
|
+
|
|
13
|
+
**Distribution model:** the published `opensip-cli` npm package is a full-stack bundle of first-party tools, check packs, and language adapters. Third-party tools install separately via the `opensipTools` manifest and host allowlist; a slim install without bundled tools is not a current goal.
|
|
14
|
+
|
|
15
|
+
## Install
|
|
16
|
+
|
|
17
|
+
Most users install the CLI, which bundles the first-party tools:
|
|
18
|
+
|
|
19
|
+
```bash
|
|
20
|
+
curl -fsSL https://opensip.ai/cli/install.sh | bash
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
This package is published for the CLI and advanced plugin authors; most users should not install `@opensip-cli/tool-osv-scanner` directly.
|
|
24
|
+
|
|
25
|
+
## Documentation
|
|
26
|
+
|
|
27
|
+
- 📚 Project docs: https://opensip.ai/docs/opensip-cli/
|
|
28
|
+
- 🧭 Package catalog (what every package does): https://github.com/opensip-ai/opensip-cli/blob/v0.1.15/docs/public/70-reference/02-package-catalog.md
|
|
29
|
+
- 📦 Source: https://github.com/opensip-ai/opensip-cli/tree/v0.1.15/packages/tool-osv-scanner
|
|
30
|
+
|
|
31
|
+
## License
|
|
32
|
+
|
|
33
|
+
Apache-2.0 © opensip-ai
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tier-1 (in-process) unit tests for the OSV-Scanner JSON parser (ADR-0090 D6
|
|
3
|
+
* Tier 1). The committed golden drives the normalized-signal golden; dedicated
|
|
4
|
+
* cases prove the three severity paths (CVSS `max_severity`, the GHSA
|
|
5
|
+
* `MODERATE → medium` label, and the no-severity `medium` default).
|
|
6
|
+
*/
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=parse-osv-json.test.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parse-osv-json.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/parse-osv-json.test.ts"],"names":[],"mappings":"AAAA;;;;;GAKG"}
|
|
@@ -0,0 +1,271 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tier-1 (in-process) unit tests for the OSV-Scanner JSON parser (ADR-0090 D6
|
|
3
|
+
* Tier 1). The committed golden drives the normalized-signal golden; dedicated
|
|
4
|
+
* cases prove the three severity paths (CVSS `max_severity`, the GHSA
|
|
5
|
+
* `MODERATE → medium` label, and the no-severity `medium` default).
|
|
6
|
+
*/
|
|
7
|
+
import { readFileSync } from 'node:fs';
|
|
8
|
+
import { fileURLToPath } from 'node:url';
|
|
9
|
+
import { normalizedSignalShape } from '@opensip-cli/external-tool-adapter';
|
|
10
|
+
import { describe, expect, it } from 'vitest';
|
|
11
|
+
import { parseOsvJson } from '../parse-osv-json.js';
|
|
12
|
+
const GOLDEN_RAW = readFileSync(fileURLToPath(new URL('../../__fixtures__/osv-golden.json', import.meta.url)), 'utf8');
|
|
13
|
+
const EXPECTED = JSON.parse(readFileSync(fileURLToPath(new URL('../../__fixtures__/expected-signals.json', import.meta.url)), 'utf8'));
|
|
14
|
+
/** A minimal context — the osv-scanner parser ignores it entirely. */
|
|
15
|
+
const CTX = { tool: 'osv-scanner' };
|
|
16
|
+
// ── CVSS v3.1 base-score helper (A10 fixture-consistency guard) ──────────────
|
|
17
|
+
//
|
|
18
|
+
// Real osv-scanner derives `groups[].max_severity` as the max CVSS base score
|
|
19
|
+
// across the group's members, so a member's `CVSS_V3` vector can never disagree
|
|
20
|
+
// with its group's max_severity. This small, self-contained CVSS-v3.1 base-score
|
|
21
|
+
// calculator lets the golden assert that invariant: max_severity ≥ the score the
|
|
22
|
+
// member's vector computes. (Equation per FIRST CVSS v3.1 §7.) A future
|
|
23
|
+
// contradictory golden — like the prior `9.8`-vector vuln tagged `max_severity:"7.5"`
|
|
24
|
+
// — then fails loudly instead of banding the wrong severity.
|
|
25
|
+
const AV = { N: 0.85, A: 0.62, L: 0.55, P: 0.2 };
|
|
26
|
+
const AC = { L: 0.77, H: 0.44 };
|
|
27
|
+
const PR_U = { N: 0.85, L: 0.62, H: 0.27 };
|
|
28
|
+
const PR_C = { N: 0.85, L: 0.68, H: 0.5 };
|
|
29
|
+
const UI = { N: 0.85, R: 0.62 };
|
|
30
|
+
const CIA = { H: 0.56, L: 0.22, N: 0 };
|
|
31
|
+
/** CVSS 3.1 "Roundup": smallest 1-decimal number ≥ input (FIRST appendix A). */
|
|
32
|
+
function roundUp(input) {
|
|
33
|
+
const intInput = Math.round(input * 100_000);
|
|
34
|
+
return intInput % 10_000 === 0 ? intInput / 100_000 : (Math.floor(intInput / 10_000) + 1) / 10;
|
|
35
|
+
}
|
|
36
|
+
/** Compute the CVSS v3.x base score from a vector string (`CVSS:3.1/AV:N/.../A:H`). */
|
|
37
|
+
function cvss3BaseScore(vector) {
|
|
38
|
+
const m = new Map(vector
|
|
39
|
+
.split('/')
|
|
40
|
+
.map((part) => part.split(':'))
|
|
41
|
+
.filter((pair) => pair.length === 2)
|
|
42
|
+
.map(([k, v]) => [k, v]));
|
|
43
|
+
const scopeChanged = m.get('S') === 'C';
|
|
44
|
+
const iscBase = 1 - (1 - CIA[m.get('C') ?? 'N']) * (1 - CIA[m.get('I') ?? 'N']) * (1 - CIA[m.get('A') ?? 'N']);
|
|
45
|
+
const impact = scopeChanged
|
|
46
|
+
? 7.52 * (iscBase - 0.029) - 3.25 * (iscBase - 0.02) ** 15
|
|
47
|
+
: 6.42 * iscBase;
|
|
48
|
+
const pr = (scopeChanged ? PR_C : PR_U)[m.get('PR') ?? 'N'];
|
|
49
|
+
const exploitability = 8.22 * AV[m.get('AV') ?? 'N'] * AC[m.get('AC') ?? 'L'] * pr * UI[m.get('UI') ?? 'N'];
|
|
50
|
+
if (impact <= 0)
|
|
51
|
+
return 0;
|
|
52
|
+
const raw = scopeChanged ? 1.08 * (impact + exploitability) : impact + exploitability;
|
|
53
|
+
return roundUp(Math.min(raw, 10));
|
|
54
|
+
}
|
|
55
|
+
function parsed(raw) {
|
|
56
|
+
let json;
|
|
57
|
+
try {
|
|
58
|
+
json = JSON.parse(raw);
|
|
59
|
+
}
|
|
60
|
+
catch {
|
|
61
|
+
json = undefined;
|
|
62
|
+
}
|
|
63
|
+
return { kind: 'json', raw, ...(json === undefined ? {} : { json }) };
|
|
64
|
+
}
|
|
65
|
+
describe('parseOsvJson', () => {
|
|
66
|
+
it('normalizes the golden to the expected signal shapes', () => {
|
|
67
|
+
const signals = parseOsvJson(parsed(GOLDEN_RAW), CTX);
|
|
68
|
+
expect(signals.map(normalizedSignalShape)).toEqual(EXPECTED);
|
|
69
|
+
});
|
|
70
|
+
it('maps every vulnerability to a security signal from osv-scanner', () => {
|
|
71
|
+
const signals = parseOsvJson(parsed(GOLDEN_RAW), CTX);
|
|
72
|
+
expect(signals).toHaveLength(2);
|
|
73
|
+
for (const s of signals) {
|
|
74
|
+
expect(s.category).toBe('security');
|
|
75
|
+
expect(s.source).toBe('osv-scanner');
|
|
76
|
+
}
|
|
77
|
+
});
|
|
78
|
+
it('CVSS path: groups[].max_severity "9.8" → critical, preserving the raw label + score', () => {
|
|
79
|
+
// A10: the golden member carries the 9.8 vector (C:H/I:H/A:H), so the group's
|
|
80
|
+
// max_severity is 9.8 and the band is `critical` — a real osv-scanner capture
|
|
81
|
+
// could never pair that vector with a 7.5 max_severity (see the self-consistency
|
|
82
|
+
// guard below). VERIFY-against-installed-osv for the exact emitted values.
|
|
83
|
+
const [first] = parseOsvJson(parsed(GOLDEN_RAW), CTX);
|
|
84
|
+
expect(first?.severity).toBe('critical');
|
|
85
|
+
expect(first?.metadata).toMatchObject({
|
|
86
|
+
aliases: ['CVE-2019-10744'],
|
|
87
|
+
ecosystem: 'npm',
|
|
88
|
+
pkg: 'lodash',
|
|
89
|
+
installed: '4.17.15',
|
|
90
|
+
cvss: '9.8',
|
|
91
|
+
nativeSeverity: 'CRITICAL',
|
|
92
|
+
});
|
|
93
|
+
// The lockfile finding carries no line/column anchor.
|
|
94
|
+
expect(first?.line).toBeUndefined();
|
|
95
|
+
expect(first?.column).toBeUndefined();
|
|
96
|
+
expect(first?.filePath).toBe('package-lock.json');
|
|
97
|
+
});
|
|
98
|
+
it('CVSS path: the second golden member (minimist, 9.8 vector) is also critical', () => {
|
|
99
|
+
// A10: minimist CVE-2021-44906 is 9.8/CRITICAL at NVD (vector C:H/I:H/A:H), so
|
|
100
|
+
// its group max_severity is 9.8 — the prior fixture fabricated an omitted
|
|
101
|
+
// max_severity → MODERATE path. VERIFY-against-installed-osv.
|
|
102
|
+
const [, second] = parseOsvJson(parsed(GOLDEN_RAW), CTX);
|
|
103
|
+
expect(second?.severity).toBe('critical');
|
|
104
|
+
expect(second?.metadata).toMatchObject({
|
|
105
|
+
aliases: ['CVE-2021-44906'],
|
|
106
|
+
pkg: 'minimist',
|
|
107
|
+
installed: '1.2.5',
|
|
108
|
+
cvss: '9.8',
|
|
109
|
+
nativeSeverity: 'CRITICAL',
|
|
110
|
+
});
|
|
111
|
+
});
|
|
112
|
+
it('LABEL fallback: database_specific.severity "MODERATE" with no CVSS score → medium', () => {
|
|
113
|
+
// Synthetic case (not a real-binary golden): an advisory that carries a GHSA
|
|
114
|
+
// label but NO CVSS vector / max_severity (e.g. some Go or reserved-CVE records)
|
|
115
|
+
// falls back to the label, and MODERATE ⇒ medium — the one non-obvious mapping.
|
|
116
|
+
const doc = JSON.stringify({
|
|
117
|
+
results: [
|
|
118
|
+
{
|
|
119
|
+
source: { path: 'go.mod' },
|
|
120
|
+
packages: [
|
|
121
|
+
{
|
|
122
|
+
package: { name: 'pkg-mod', version: '1.0.0', ecosystem: 'Go' },
|
|
123
|
+
vulnerabilities: [
|
|
124
|
+
{
|
|
125
|
+
id: 'GO-2024-1234',
|
|
126
|
+
summary: 'mod issue',
|
|
127
|
+
database_specific: { severity: 'MODERATE' },
|
|
128
|
+
},
|
|
129
|
+
],
|
|
130
|
+
groups: [{ ids: ['GO-2024-1234'] }],
|
|
131
|
+
},
|
|
132
|
+
],
|
|
133
|
+
},
|
|
134
|
+
],
|
|
135
|
+
});
|
|
136
|
+
const [s] = parseOsvJson(parsed(doc), CTX);
|
|
137
|
+
expect(s?.severity).toBe('medium');
|
|
138
|
+
expect(s?.metadata).toMatchObject({ cvss: null, nativeSeverity: 'MODERATE' });
|
|
139
|
+
});
|
|
140
|
+
it('carries the advisory details as a suggestion', () => {
|
|
141
|
+
const [first] = parseOsvJson(parsed(GOLDEN_RAW), CTX);
|
|
142
|
+
expect(first?.suggestion).toContain('Prototype Pollution');
|
|
143
|
+
});
|
|
144
|
+
it('DEFAULT path: a vuln with no max_severity and no label defaults to medium (nativeSeverity null)', () => {
|
|
145
|
+
const doc = JSON.stringify({
|
|
146
|
+
results: [
|
|
147
|
+
{
|
|
148
|
+
source: { path: 'go.mod' },
|
|
149
|
+
packages: [
|
|
150
|
+
{
|
|
151
|
+
package: { name: 'example', version: '1.0.0', ecosystem: 'Go' },
|
|
152
|
+
vulnerabilities: [{ id: 'GO-2024-0001', summary: 'Some issue' }],
|
|
153
|
+
groups: [{ ids: ['GO-2024-0001'] }],
|
|
154
|
+
},
|
|
155
|
+
],
|
|
156
|
+
},
|
|
157
|
+
],
|
|
158
|
+
});
|
|
159
|
+
const [s] = parseOsvJson(parsed(doc), CTX);
|
|
160
|
+
expect(s?.severity).toBe('medium');
|
|
161
|
+
expect(s?.metadata.nativeSeverity).toBeNull();
|
|
162
|
+
expect(s?.metadata.cvss).toBeNull();
|
|
163
|
+
});
|
|
164
|
+
it('CRITICAL / LOW labels map straight through when no CVSS score is present', () => {
|
|
165
|
+
const doc = JSON.stringify({
|
|
166
|
+
results: [
|
|
167
|
+
{
|
|
168
|
+
source: { path: 'requirements.txt' },
|
|
169
|
+
packages: [
|
|
170
|
+
{
|
|
171
|
+
package: { name: 'pkg-c', version: '1.0.0', ecosystem: 'PyPI' },
|
|
172
|
+
vulnerabilities: [
|
|
173
|
+
{ id: 'V-CRIT', summary: 'crit', database_specific: { severity: 'CRITICAL' } },
|
|
174
|
+
{ id: 'V-LOW', summary: 'low', database_specific: { severity: 'LOW' } },
|
|
175
|
+
],
|
|
176
|
+
groups: [{ ids: ['V-CRIT'] }, { ids: ['V-LOW'] }],
|
|
177
|
+
},
|
|
178
|
+
],
|
|
179
|
+
},
|
|
180
|
+
],
|
|
181
|
+
});
|
|
182
|
+
const signals = parseOsvJson(parsed(doc), CTX);
|
|
183
|
+
expect(signals.map((s) => s.severity)).toEqual(['critical', 'low']);
|
|
184
|
+
});
|
|
185
|
+
it('CVSS max_severity wins over the GHSA label when both are present', () => {
|
|
186
|
+
const doc = JSON.stringify({
|
|
187
|
+
results: [
|
|
188
|
+
{
|
|
189
|
+
source: { path: 'package-lock.json' },
|
|
190
|
+
packages: [
|
|
191
|
+
{
|
|
192
|
+
package: { name: 'pkg-x', version: '2.0.0', ecosystem: 'npm' },
|
|
193
|
+
// Label says MODERATE, but the numeric score is critical-band (9.8).
|
|
194
|
+
vulnerabilities: [
|
|
195
|
+
{ id: 'V-X', summary: 'x', database_specific: { severity: 'MODERATE' } },
|
|
196
|
+
],
|
|
197
|
+
groups: [{ ids: ['V-X'], max_severity: '9.8' }],
|
|
198
|
+
},
|
|
199
|
+
],
|
|
200
|
+
},
|
|
201
|
+
],
|
|
202
|
+
});
|
|
203
|
+
const [s] = parseOsvJson(parsed(doc), CTX);
|
|
204
|
+
expect(s?.severity).toBe('critical');
|
|
205
|
+
expect(s?.metadata.cvss).toBe('9.8');
|
|
206
|
+
expect(s?.metadata.nativeSeverity).toBe('MODERATE');
|
|
207
|
+
});
|
|
208
|
+
it('falls back defensively for a vuln missing id/summary/package fields', () => {
|
|
209
|
+
const doc = JSON.stringify({
|
|
210
|
+
results: [{ source: { path: 'Cargo.lock' }, packages: [{ vulnerabilities: [{}] }] }],
|
|
211
|
+
});
|
|
212
|
+
const [s] = parseOsvJson(parsed(doc), CTX);
|
|
213
|
+
expect(s?.ruleId).toBe('osv-vulnerability');
|
|
214
|
+
expect(s?.message).toBe('osv-vulnerability');
|
|
215
|
+
expect(s?.metadata).toMatchObject({ pkg: null, installed: null, ecosystem: null });
|
|
216
|
+
expect(s?.filePath).toBe('Cargo.lock');
|
|
217
|
+
});
|
|
218
|
+
it('returns [] for a clean run (empty results) — the nothing-scanned no-op', () => {
|
|
219
|
+
expect(parseOsvJson(parsed('{"results":[]}'), CTX)).toEqual([]);
|
|
220
|
+
expect(parseOsvJson(parsed('{}'), CTX)).toEqual([]);
|
|
221
|
+
});
|
|
222
|
+
it('returns [] for malformed JSON (never throws)', () => {
|
|
223
|
+
expect(parseOsvJson({ kind: 'json', raw: 'not json{' }, CTX)).toEqual([]);
|
|
224
|
+
});
|
|
225
|
+
it('returns [] when the document is an array (wrong shape), not an object', () => {
|
|
226
|
+
expect(parseOsvJson(parsed('[1,2,3]'), CTX)).toEqual([]);
|
|
227
|
+
});
|
|
228
|
+
it('skips non-object packages / vulnerabilities entries', () => {
|
|
229
|
+
const doc = JSON.stringify({
|
|
230
|
+
results: [{ source: { path: 'p' }, packages: ['nope', { vulnerabilities: [42, null] }] }],
|
|
231
|
+
});
|
|
232
|
+
expect(parseOsvJson(parsed(doc), CTX)).toEqual([]);
|
|
233
|
+
});
|
|
234
|
+
it('parses from raw bytes when the descriptor has no pre-parsed json', () => {
|
|
235
|
+
// The acceptance-harness path passes only raw; the parser must still work.
|
|
236
|
+
const signals = parseOsvJson({ kind: 'json', raw: GOLDEN_RAW }, CTX);
|
|
237
|
+
expect(signals).toHaveLength(2);
|
|
238
|
+
});
|
|
239
|
+
});
|
|
240
|
+
describe('osv-golden.json — CVSS self-consistency (A10 guard)', () => {
|
|
241
|
+
it('the base-score helper computes 9.8 for the C:H/I:H/A:H network vector', () => {
|
|
242
|
+
// Sanity-pin the helper against a known FIRST example before trusting it below.
|
|
243
|
+
expect(cvss3BaseScore('CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H')).toBe(9.8);
|
|
244
|
+
expect(cvss3BaseScore('CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N')).toBe(0);
|
|
245
|
+
});
|
|
246
|
+
it('every CVSS_V3 golden member has a group max_severity ≥ the score its vector computes', () => {
|
|
247
|
+
// The load-bearing invariant: osv-scanner sets max_severity to the max base
|
|
248
|
+
// score across members, so it can never be LOWER than a member vector's score.
|
|
249
|
+
// The prior golden (9.8 vector, max_severity "7.5") violated this and banded the
|
|
250
|
+
// lodash finding "high" where a real binary yields "critical".
|
|
251
|
+
const doc = JSON.parse(GOLDEN_RAW);
|
|
252
|
+
let checked = 0;
|
|
253
|
+
for (const result of doc.results) {
|
|
254
|
+
for (const pkg of result.packages) {
|
|
255
|
+
for (const vuln of pkg.vulnerabilities ?? []) {
|
|
256
|
+
const vector = (vuln.severity ?? []).find((s) => s.type === 'CVSS_V3')?.score;
|
|
257
|
+
if (vector === undefined)
|
|
258
|
+
continue;
|
|
259
|
+
const group = (pkg.groups ?? []).find((g) => g.ids.includes(vuln.id));
|
|
260
|
+
const maxSeverity = Number.parseFloat(group?.max_severity ?? '');
|
|
261
|
+
expect(Number.isFinite(maxSeverity)).toBe(true);
|
|
262
|
+
expect(maxSeverity).toBeGreaterThanOrEqual(cvss3BaseScore(vector));
|
|
263
|
+
checked += 1;
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
// Guard the guard: the golden must actually exercise at least one CVSS_V3 member.
|
|
268
|
+
expect(checked).toBeGreaterThan(0);
|
|
269
|
+
});
|
|
270
|
+
});
|
|
271
|
+
//# sourceMappingURL=parse-osv-json.test.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parse-osv-json.test.js","sourceRoot":"","sources":["../../src/__tests__/parse-osv-json.test.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tier-1 (in-process) tests for the osv-scanner adapter `Tool` (ADR-0090 D6
|
|
3
|
+
* Tier 1).
|
|
4
|
+
*
|
|
5
|
+
* Asserts the declarative surface (commandSpecs / identity / metadata), the binary
|
|
6
|
+
* helpers (version parse + scan args), the FROZEN exit model (Phase-0 decision 4 —
|
|
7
|
+
* incl. the `128` nothing-scanned no-op), the manifest↔runtime host-shape guards
|
|
8
|
+
* (`assertManifestMatchesTool` + `deriveAdapterManifestCommands` parity), and the
|
|
9
|
+
* full normalize→envelope path via the acceptance harness.
|
|
10
|
+
*/
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=tool.test.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tool.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/tool.test.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG"}
|