You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/src/components/CapabilitiesGrid/index.js
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -6,27 +6,27 @@ const capabilities = [
6
6
{
7
7
title: 'License Detection',
8
8
description: 'Detect licenses in any codebase, whether open source, or proprietary; in source code and binaries. Powers dozens of open source and commercial SCA tools.',
Copy file name to clipboardExpand all lines: website/src/components/EcosystemGrid/index.js
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -254,16 +254,16 @@ export default function EcosystemGrid() {
254
254
<divclassName={styles.gridWrapper}>
255
255
<GridSection
256
256
id="licensing"
257
-
title="License"
257
+
title="Licenses"
258
258
items={licenses}
259
-
header_link={{label: 'Get started with compliance',url: '/docs/getting_started/license-compliance/'}}
259
+
header_link={{label: 'Get started with license compliance',url: '/docs/getting_started/license-compliance/'}}
260
260
intro={<p>AboutCode tracks over 2,500+ curated licenses across 12 categories. Browse all <ahref="https://scancode-licensedb.aboutcode.org"target="_blank"rel="noopener noreferrer">2,500+ licenses</a> in the LicenseDB. Industry-leading license detection is backed by <ahref="https://github.com/aboutcode-org/scancode-toolkit/tree/develop/src/licensedcode/data/rules"target="_blank"rel="noopener noreferrer">over 35,000 license notices</a> used as detection rules.</p>}
261
261
/>
262
262
<GridSection
263
263
id="vuln-sources"
264
264
title="Software vulnerabilities"
265
265
items={vulnerability_sources}
266
-
header_link={{label: 'Get started with security',url: '/docs/getting_started/software-security/'}}
266
+
header_link={{label: 'Get started with software security',url: '/docs/getting_started/software-security/'}}
267
267
intro={<p>AboutCode collects, correlates, and improves vulnerabilities from multiple advisory data sources, privileging upstream data. </p>}
268
268
/>
269
269
<GridSection
@@ -305,7 +305,7 @@ export default function EcosystemGrid() {
305
305
id="vuln-reference-data"
306
306
title="Vulnerability severity and other reference data"
307
307
items={vulnerability_reference_data}
308
-
header_link={{label: 'Get started with security',url: '/docs/getting_started/software-security/'}}
308
+
header_link={{label: 'Get started with software security',url: '/docs/getting_started/software-security/'}}
309
309
intro={<p>AboutCode imports vulnerability reference data in key industry formats, mapping these to PURL. </p>}
0 commit comments