You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,12 +39,14 @@ See the [**Schema Documentation**](docs/methodology-schema.md) for complete deta
39
39
40
40
This library features a **plugin-based architecture** that allows for easy integration of different SSVC methodologies. It includes built-in support for **6 methodologies**:
|**Coordinator Triage**| CERT/CC Coordinator Triage Decision Model |[docs/coordinator_triage.md](docs/coordinator_triage.md)|[CERT/CC Coordinator Triage](https://certcc.github.io/SSVC/howto/coordination_triage_decision/)|
47
+
|**Coordinator Publication**| CERT/CC Coordinator Publication Decision Model |[docs/coordinator_publication.md](docs/coordinator_publication.md)|[CERT/CC Publication Decision](https://certcc.github.io/SSVC/howto/publication_decision/)|
48
+
|**Supplier**| CERT/CC Supplier Decision Model for patch prioritization |[docs/supplier.md](docs/supplier.md)|[CERT/CC Supplier Tree](https://certcc.github.io/SSVC/howto/supplier_tree/)|
49
+
|**Deployer**| CERT/CC Deployer Decision Model for patch deployment |[docs/deployer.md](docs/deployer.md)|[CERT/CC Deployer Tree](https://certcc.github.io/SSVC/howto/deployer_tree/)|
48
50
49
51
All methodologies support both **quantitative** (structured decision trees) and **qualitative** (expert judgment) approaches, with the library providing the quantitative framework while allowing for qualitative override based on domain expertise.
0 commit comments