File tree 4 files changed +13
-4
lines changed
4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,10 @@ Authorization through tx.origin
16
16
17
17
## Relationships
18
18
19
- [ CWE-477: Use of Obsolete Function] ( https://cwe.mitre.org/data/definitions/477.html )
19
+ - [ CWE-477: Use of Obsolete Function] ( https://cwe.mitre.org/data/definitions/477.html )
20
+ - EEA EthTrust Security Levels:
21
+ - [ ** [ S] No ` tx.origin ` ** ] ( https://entethalliance.github.io/eta-registry/security-levels-spec.html#req-1-no-tx.origin )
22
+ - [ ** [ Q] Verify ` tx.origin ` Usage** ] ( https://entethalliance.github.io/eta-registry/security-levels-spec.html#req-3-verify-tx.origin )
20
23
21
24
## Description
22
25
Original file line number Diff line number Diff line change @@ -16,7 +16,9 @@ Block values as a proxy for time
16
16
17
17
## Relationships
18
18
19
- [ CWE-829: Inclusion of Functionality from Untrusted Control Sphere] ( https://cwe.mitre.org/data/definitions/829.html )
19
+ - [ CWE-829: Inclusion of Functionality from Untrusted Control Sphere] ( https://cwe.mitre.org/data/definitions/829.html )
20
+ - [ ** [ M] Document Special Code Use** ] ( https://entethalliance.org/specs/ethtrust-sl/#req-2-documented )
21
+ - [ ** [ M] Don't Misuse Block Data** ] ( https://entethalliance.org/specs/ethtrust-sl/#req-2-block-data-misuse )
20
22
21
23
## Description
22
24
Original file line number Diff line number Diff line change @@ -16,7 +16,9 @@ Typographical Error
16
16
17
17
## Relationships
18
18
19
- [ CWE-480: Use of Incorrect Operator] ( https://cwe.mitre.org/data/definitions/480.html )
19
+ - [ CWE-480: Use of Incorrect Operator] ( https://cwe.mitre.org/data/definitions/480.html )
20
+ - EEA EthTrust Security Levels:
21
+ - [ ** [ Q] Implement as Documented** ] ( https://entethalliance.github.io/eta-registry/security-levels-spec.html#req-3-implement-as-documented )
20
22
21
23
## Description
22
24
Original file line number Diff line number Diff line change @@ -16,7 +16,9 @@ Unexpected Ether balance
16
16
## Relationships
17
17
18
18
- [ CWE-667: Improper Locking] ( https://cwe.mitre.org/data/definitions/667.html )
19
-
19
+ - EEA EthTrust Security Levels:
20
+ - [ ** [ S] No Exact Balance Check** ] ( https://entethalliance.org/specs/ethtrust-sl/#req-1-exact-balance-check )
21
+ - [ ** [ M] Verify Exact Balance Checks** ] ( https://entethalliance.org/specs/ethtrust-sl/#req-1-verify-exact-balance-check )
20
22
21
23
## Description
22
24
You can’t perform that action at this time.
0 commit comments