Commit c6f11ee0 authored by Daniel Thompson-Yvetot's avatar Daniel Thompson-Yvetot
Browse files

Merge branch 'table.fix' into 'main'

table fix

See merge request cyber/stan4cr2/en-304-618!20
parents 67b9f0f4 66492647
Loading
Loading
Loading
Loading
+8 −14
Original line number Diff line number Diff line
@@ -824,20 +824,14 @@ advancement.

## 4.3.7 Trade-off Analysis Framework

Implementation decisions across these dimensions necessitate explicit trade-offs
among competing objectives:

| Dimension          | Security Benefit | Usability Impact | Flexibility       |
:                    :                  :                  : Constraint        :
| ------------------ | ---------------- | ---------------- | ----------------- |
| **Local-Only**     | Maximum          | No cross-device  | Platform-specific |
:                    : isolation        : access           :                   :
| **Cloud-Sync**     | Backup/recovery  | Internet         | Privacy concerns  |
:                    :                  : dependency       :                   :
| **OS-Integration** | Kernel           | Platform lock-in | Limited           |
:                    : protection       :                  : portability       :
| **Standalone**     | Vendor control   | User complexity  | Integration       |
:                    :                  :                  : overhead          :
Implementation decisions across these dimensions necessitate explicit trade-offs among competing objectives:

| Dimension | Security Benefit | Usability Impact | Flexibility Constraint |
|-----------|-----------------|------------------|----------------------|
| **Local-Only** | Maximum isolation | No cross-device access | Platform-specific |
| **Cloud-Sync** | Backup/recovery | Internet dependency | Privacy concerns |
| **OS-Integration** | Kernel protection | Platform lock-in | Limited portability |
| **Standalone** | Vendor control | User complexity | Integration overhead |

## 4.3.8 Scope Application