diff --git a/website/docs/design.md b/website/docs/design.md index 7ddf17d4..36168420 100644 --- a/website/docs/design.md +++ b/website/docs/design.md @@ -76,7 +76,6 @@ type PackageManager interface { ## Tradeoffs -The core architectural choice of using packages as the unit of patching creates several constraints: 1. **Package-Based Update Model**: - While Copa can work with or without vulnerability scanner reports, its patching capability is fundamentally based on os-level package updates diff --git a/website/versioned_docs/version-v0.7.x/design.md b/website/versioned_docs/version-v0.7.x/design.md index b9756136..5b0c91c1 100644 --- a/website/versioned_docs/version-v0.7.x/design.md +++ b/website/versioned_docs/version-v0.7.x/design.md @@ -76,8 +76,6 @@ type PackageManager interface { ## Tradeoffs -The core architectural choice of using packages as the unit of patching creates several constraints: - 1. **Package-Based Update Model**: - While Copa can work with or without vulnerability scanner reports, its patching capability is fundamentally based on os-level package updates - When using scanner reports to perform a targeted patching of packages, false positives/negatives from scanners flow downstream to Copa diff --git a/website/versioned_docs/version-v0.8.x/design.md b/website/versioned_docs/version-v0.8.x/design.md index 1e89fb94..955599e0 100644 --- a/website/versioned_docs/version-v0.8.x/design.md +++ b/website/versioned_docs/version-v0.8.x/design.md @@ -76,7 +76,6 @@ type PackageManager interface { ## Tradeoffs -The core architectural choice of using packages as the unit of patching creates several constraints: 1. **Package-Based Update Model**: - While Copa can work with or without vulnerability scanner reports, its patching capability is fundamentally based on os-level package updates diff --git a/website/versioned_docs/version-v0.9.x/design.md b/website/versioned_docs/version-v0.9.x/design.md index b9756136..5b0c91c1 100644 --- a/website/versioned_docs/version-v0.9.x/design.md +++ b/website/versioned_docs/version-v0.9.x/design.md @@ -76,8 +76,6 @@ type PackageManager interface { ## Tradeoffs -The core architectural choice of using packages as the unit of patching creates several constraints: - 1. **Package-Based Update Model**: - While Copa can work with or without vulnerability scanner reports, its patching capability is fundamentally based on os-level package updates - When using scanner reports to perform a targeted patching of packages, false positives/negatives from scanners flow downstream to Copa