diff --git a/entries/docs/SWC-115.md b/entries/docs/SWC-115.md index d7e7b2a5..6f9cc077 100644 --- a/entries/docs/SWC-115.md +++ b/entries/docs/SWC-115.md @@ -16,7 +16,10 @@ Authorization through tx.origin ## Relationships -[CWE-477: Use of Obsolete Function](https://cwe.mitre.org/data/definitions/477.html) +- [CWE-477: Use of Obsolete Function](https://cwe.mitre.org/data/definitions/477.html) +- EEA EthTrust Security Levels: + - [**[S] No `tx.origin`**](https://entethalliance.github.io/eta-registry/security-levels-spec.html#req-1-no-tx.origin) + - [**[Q] Verify `tx.origin` Usage**](https://entethalliance.github.io/eta-registry/security-levels-spec.html#req-3-verify-tx.origin) ## Description diff --git a/entries/docs/SWC-116.md b/entries/docs/SWC-116.md index ec88720e..35927a65 100644 --- a/entries/docs/SWC-116.md +++ b/entries/docs/SWC-116.md @@ -16,7 +16,9 @@ Block values as a proxy for time ## Relationships -[CWE-829: Inclusion of Functionality from Untrusted Control Sphere](https://cwe.mitre.org/data/definitions/829.html) +- [CWE-829: Inclusion of Functionality from Untrusted Control Sphere](https://cwe.mitre.org/data/definitions/829.html) + - [**[M] Document Special Code Use**](https://entethalliance.org/specs/ethtrust-sl/#req-2-documented) + - [**[M] Don't Misuse Block Data**](https://entethalliance.org/specs/ethtrust-sl/#req-2-block-data-misuse) ## Description diff --git a/entries/docs/SWC-129.md b/entries/docs/SWC-129.md index c795f221..42df8f84 100644 --- a/entries/docs/SWC-129.md +++ b/entries/docs/SWC-129.md @@ -16,7 +16,9 @@ Typographical Error ## Relationships -[CWE-480: Use of Incorrect Operator](https://cwe.mitre.org/data/definitions/480.html) +- [CWE-480: Use of Incorrect Operator](https://cwe.mitre.org/data/definitions/480.html) +- EEA EthTrust Security Levels: + - [**[Q] Implement as Documented**](https://entethalliance.github.io/eta-registry/security-levels-spec.html#req-3-implement-as-documented) ## Description diff --git a/entries/docs/SWC-132.md b/entries/docs/SWC-132.md index b284086c..7f56dc69 100644 --- a/entries/docs/SWC-132.md +++ b/entries/docs/SWC-132.md @@ -16,7 +16,9 @@ Unexpected Ether balance ## Relationships - [CWE-667: Improper Locking](https://cwe.mitre.org/data/definitions/667.html) - +- EEA EthTrust Security Levels: + - [**[S] No Exact Balance Check**](https://entethalliance.org/specs/ethtrust-sl/#req-1-exact-balance-check) + - [**[M] Verify Exact Balance Checks**](https://entethalliance.org/specs/ethtrust-sl/#req-1-verify-exact-balance-check) ## Description