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
: `<div class="footer__build">Built with Docusaurus from <a href="${vcs.repo_url}" target="_blank" rel="noopener noreferrer">${vcs.repo_url} @ ${vcs.version}</a> on ${vcs.commit_date}</div>`;
63
+
38
64
/** @type {import('@docusaurus/types').Config} */
39
65
constconfig={
40
66
title: 'AboutCode.org',
41
67
tagline: 'Open data, tools, and standards for the software supply chains',
exportdefaultfunctionEcosystemGrid({ featured =false}){
280
+
if(featured){
281
+
return(
282
+
<divclassName={styles.gridWrapper}>
283
+
<GridSection
284
+
id="licensing"
285
+
title="Licenses"
286
+
items={featured_licenses}
287
+
header_link={{label: 'Get started with license compliance',url: '/docs/getting_started/license-compliance/'}}
288
+
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>}
289
+
see_all={{label: 'See more supported licenses',url: '/environments/#licensing'}}
290
+
/>
291
+
<GridSection
292
+
id="vuln-sources"
293
+
title="Software vulnerabilities"
294
+
items={featured_vulnerability_sources}
295
+
header_link={{label: 'Get started with software security',url: '/docs/getting_started/software-security/'}}
296
+
intro={<p>AboutCode collects, correlates, and improves vulnerabilities from multiple advisory data sources, privileging upstream data.</p>}
297
+
see_all={{label: 'See more tracked vulnerability sources',url: '/environments/#vuln-sources'}}
298
+
/>
299
+
<GridSection
300
+
id="pkg-ecosystems"
301
+
title="Package ecosystems"
302
+
items={featured_package_ecosystems}
303
+
header_link={{label: 'Get started with software identification',url: '/docs/getting_started/software-identification/'}}
304
+
intro={<p>The AboutCode package database and scanners track millions of packages from most package ecosystems.</p>}
305
+
see_all={{label: 'See more supported package ecosystems',url: '/environments/#pkg-ecosystems'}}
306
+
/>
307
+
</div>
308
+
);
309
+
}
310
+
253
311
return(
254
312
<divclassName={styles.gridWrapper}>
255
313
<GridSection
@@ -259,6 +317,13 @@ export default function EcosystemGrid() {
259
317
header_link={{label: 'Get started with license compliance',url: '/docs/getting_started/license-compliance/'}}
260
318
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
319
/>
320
+
<GridSection
321
+
id="pkg-ecosystems"
322
+
title="Package ecosystems"
323
+
items={package_ecosystems}
324
+
header_link={{label: 'Get started with software identification',url: '/docs/getting_started/software-identification/'}}
325
+
intro={<p>The AboutCode package database and scanners track millions of packages from most package ecosystems.</p>}
326
+
/>
262
327
<GridSection
263
328
id="vuln-sources"
264
329
title="Software vulnerabilities"
@@ -267,12 +332,12 @@ export default function EcosystemGrid() {
267
332
intro={<p>AboutCode collects, correlates, and improves vulnerabilities from multiple advisory data sources, privileging upstream data. </p>}
268
333
/>
269
334
<GridSection
270
-
id="pkg-ecosystems"
271
-
title="Package ecosystems"
272
-
items={package_ecosystems}
273
-
header_link={{label: 'Get started with software identification',url: '/docs/getting_started/software-identification/'}}
274
-
intro={<p>The AboutCode package database and scanners track millions of packages from most package ecosystems.</p>}
275
-
/>
335
+
id="vuln-reference-data"
336
+
title="Vulnerability severity and other reference data"
337
+
items={vulnerability_reference_data}
338
+
header_link={{label: 'Get started with software security',url: '/docs/getting_started/software-security/'}}
339
+
intro={<p>AboutCode imports vulnerability reference data in key industry formats, mapping these to PURL. </p>}
340
+
/>
276
341
<GridSection
277
342
id="operating-systems"
278
343
title="Operating systems"
@@ -301,13 +366,6 @@ export default function EcosystemGrid() {
301
366
header_link={{label: 'Get started with software identification',url: '/docs/getting_started/software-identification/'}}
302
367
intro={<p>AboutCode supports extraction of most archive, compressed, package, and disk image file formats.</p>}
303
368
/>
304
-
<GridSection
305
-
id="vuln-reference-data"
306
-
title="Vulnerability severity and other reference data"
307
-
items={vulnerability_reference_data}
308
-
header_link={{label: 'Get started with software security',url: '/docs/getting_started/software-security/'}}
309
-
intro={<p>AboutCode imports vulnerability reference data in key industry formats, mapping these to PURL. </p>}
@@ -126,14 +114,34 @@ export default function HomepageContent() {
126
114
className={styles.sectionHeader}
127
115
style={{marginBottom: '15px',marginTop: '15px'}}
128
116
>
129
-
<h2>Supported ecosystems, languages, licenses, and data sources</h2>
117
+
<h2>Supported ecosystems, languages, licenses, and data sources - <Linkto="/environments/"className={styles.headerLink}>See all environments</Link></h2>
130
118
</div>
131
119
<divclassName={styles.sectionIntro}>
132
120
<p>AboutCode tools support a large number of licenses, package ecosystems, programming languages,
133
121
and vulnerability data sources, all identified using{' '}
134
-
<ahref="https://packageurl.org">Package-URL (PURL)</a> or SPDX license expressions.</p>
122
+
<ahref="https://packageurl.org">Package-URL (PURL)</a> or SPDX license expressions.
123
+
See a few highlights below; the full set of supported <Linkto="/environments/">Environments</Link>
124
+
also includes operating systems, programming languages, binary and archive formats, and more data sources.</p>
125
+
</div>
126
+
<EcosystemGridfeatured/>
127
+
</section>
128
+
129
+
<sectionclassName={styles.sectionContainer}>
130
+
<div
131
+
className={styles.sectionHeader}
132
+
style={{marginBottom: '15px',marginTop: '15px'}}
133
+
>
134
+
<h2>Supporters</h2>
135
+
</div>
136
+
<divclassName={styles.sectionIntro}>
137
+
<Supporters/>
138
+
<p>
139
+
<Linkto="/docs/about/meetings/">Join the conversation</Link>,{' '}
description='Licenses, package ecosystems, programming languages, operating systems, vulnerability sources, and other environments supported by AboutCode tools. and data'
11
+
>
12
+
<main>
13
+
<sectionclassName={styles.sectionContainer}>
14
+
<div
15
+
className={styles.sectionHeader}
16
+
style={{marginBottom: '15px',marginTop: '30px'}}
17
+
>
18
+
<h1>Environments</h1>
19
+
</div>
20
+
<divclassName={styles.sectionIntro}>
21
+
<p>AboutCode tools support a large number of licenses,
0 commit comments