Skip to content

Swap T2 and T3 #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ suits:
A: You've invented a new Spoofing attack

Tampering:
2: An attacker can modify your build system and produce signed builds of your software
3: An attacker can take advantage of your custom key exchange or integrity control which you built instead of using standard crypto
2: An attacker can take advantage of your custom key exchange or integrity control which you built instead of using standard crypto
3: An attacker can modify your build system and produce signed builds of your software
4: Your code makes access control decisions all over the place, rather than with a security kernel
5: An attacker can replay data without detection because your code doesn't provide timestamps or sequence numbers
6: An attacker can write to a data store your code relies on
Expand Down