Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Compliance
# License Compliance
Compliance with licenses for third-party software is a very broad topic which was historically separated into two distinct domains:
- Licenses for commercial software products where a purchasing department or
similar organization has the primary responsibility for negotiating license
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Security
# "Software Security
Software security is a very broad domain. The AboutCode community has focused
on the identification, reporting, triage and remediation of open source
vulnerabilities because this fits with our core expertise in software
Expand Down
4 changes: 2 additions & 2 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ const sidebars = {
getting_started: [
'getting_started/getting-started',
'getting_started/software-identification',
'getting_started/security',
'getting_started/compliance',
'getting_started/software-security',
'getting_started/license-compliance',
'getting_started/cravex',
],

Expand Down
4 changes: 2 additions & 2 deletions website/src/components/CapabilitiesGrid/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const capabilities = [
{
title: 'License Detection',
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.',
link: '/docs/getting_started/compliance/',
link: '/docs/getting_started/license-compliance/',
},
{
title: 'Code Origin Matching',
Expand All @@ -26,7 +26,7 @@ const capabilities = [
{
title: 'Vulnerability Management',
description: 'Aggregate vulnerability data, map to affected packages, identify fixes, and score exploitability and risk for triage.',
link: '/docs/getting_started/security/',
link: '/docs/getting_started/software-security/',
},
{
title: 'SBOMs and Compliance',
Expand Down