Skip to content

Commit

Permalink
update: risk strategies (#281)
Browse files Browse the repository at this point in the history
* add(risk): aura factory

* add(risk): router v2

* delete(risk): gen lend sturdy

* fix(risk): exclude router v2 from v1
  • Loading branch information
0xBasically authored and Majorfi committed Jun 20, 2023
1 parent 2b5c396 commit df68bd4
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 18 deletions.
15 changes: 15 additions & 0 deletions data/risks/networks/1/aura-factory.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"$schema": "risks",
"label": "Aura Factory",
"codeReviewScore": 3,
"testingScore": 3,
"auditScore": 4,
"protocolSafetyScore": 4,
"complexityScore": 3,
"teamKnowledgeScore": 3,
"criteria": {
"nameLike": ["StrategyAuraFactory"],
"strategies": [],
"exclude": []
}
}
17 changes: 17 additions & 0 deletions data/risks/networks/1/router-strategy-v2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "risks",
"label": "Router Strategy v2",
"codeReviewScore": 2,
"testingScore": 3,
"auditScore": 5,
"protocolSafetyScore": 2,
"complexityScore": 2,
"teamKnowledgeScore": 4,
"criteria": {
"nameLike": [
"StrategyRouterV2"
],
"strategies": [],
"exclude": []
}
}
2 changes: 1 addition & 1 deletion data/risks/networks/1/router-strategy.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"router"
],
"strategies": [],
"exclude": []
"exclude": ["StrategyRouterV2"]
}
}
17 changes: 0 additions & 17 deletions data/risks/networks/1/sturdy.json

This file was deleted.

0 comments on commit df68bd4

Please sign in to comment.