Skip to content

Commit

Permalink
Update USAGE-CAPEC.md
Browse files Browse the repository at this point in the history
updated for CAPEC 3.0
  • Loading branch information
rpiazza authored Aug 14, 2018
1 parent 5e3cd4b commit a555e46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion USAGE-CAPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ The following is a table mapping of CAPEC properties to STIX properties. Some of
**Typical\_Severity** | **Typical\_Severity** | `x_capec_typical_severity` | enumeration(`High, Medium, Low`)
**ID** | **ID** | `external_references[i].external_id where external_references[i].source_name == "capec"` | integer
**Related\_Weaknesses** | **Related\_Weaknesses** | `external_references[i].external_id where external_references[i].source_name == "cwe"` | integer
**References** | **References** | `external_references[i].external_id where external_references[i].source_name == "reference_from_CAPEC"` | `external-reference`
**Mitigation** | **Solutions\_and\_Mitigations** | `relationship_type == "mitigates"` | `relationship`

CAPEC 3.0 properties not mapped (at this time): **Execution\_Flow**, **Indicators**, **Taxonomy\_Mappings**, **References**, **Content\_History**
CAPEC 3.0 properties not mapped (at this time): **Execution\_Flow**, **Indicators**, **Taxonomy\_Mappings**, **Content\_History**

CAPEC 3.0 properties not appropriate to map: **Status**

Expand Down

0 comments on commit a555e46

Please sign in to comment.