Skip to content

Commit

Permalink
Severe dependency-resolution and candidate-verification in storage
Browse files Browse the repository at this point in the history
Without this an incorrect envelope is stored when adding these
commands as severed ones.

Ref: NCSDK-25353

Signed-off-by: Artur Hadasz <[email protected]>
  • Loading branch information
ahasztag committed Mar 18, 2024
1 parent 73c99e2 commit d8ea0aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions suit_generator/envelope.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ def sever(self) -> None:
severable = [
"suit-payload-fetch",
"suit-install",
"suit-dependency-resolution",
"suit-candidate-verification",
"suit-text",
"suit-integrated-payloads",
"suit-integrated-dependencies",
Expand Down

0 comments on commit d8ea0aa

Please sign in to comment.