Skip to content

Commit

Permalink
Update website/docs/design.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ashna Mehrotra <[email protected]>
Signed-off-by: swapnasagar pradhan <[email protected]>
  • Loading branch information
pradhans0906 and ashnamehrotra committed Dec 6, 2024
1 parent 1d1e486 commit 1dc84a8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions website/docs/design.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,8 @@ type PackageManager interface {
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 package updates
- When using scanner reports, false positives/negatives from scanners flow downstream to copa
- The package-based approach limits the kinds of vulnerabilities copa can address to those fixable via package updates
- 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

2. **Package Manager Dependencies**:
- Copa depends on individual package manager adapters to correctly deploy patches to target images
Expand Down

0 comments on commit 1dc84a8

Please sign in to comment.