Skip to content

Commit

Permalink
Resolving Review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pradhans0906 committed Dec 7, 2024
1 parent 4b350df commit 52087f6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion website/docs/design.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions website/versioned_docs/version-v0.7.x/design.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion website/versioned_docs/version-v0.8.x/design.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions website/versioned_docs/version-v0.9.x/design.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52087f6

Please sign in to comment.