-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add(risk): aura factory * add(risk): router v2 * delete(risk): gen lend sturdy * fix(risk): exclude router v2 from v1
- Loading branch information
1 parent
2b5c396
commit df68bd4
Showing
4 changed files
with
33 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,6 @@ | |
"router" | ||
], | ||
"strategies": [], | ||
"exclude": [] | ||
"exclude": ["StrategyRouterV2"] | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.