Skip to content

Commit

Permalink
Make it clearer what address and data scrambling is about
Browse files Browse the repository at this point in the history
  • Loading branch information
mchack-work committed Mar 25, 2024
1 parent 3a71846 commit 3b97d6e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/threat_model/threat_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,10 @@ information, see the [Release Notes](/doc/release_notes.md)
- The reading and handling of the UDS is randomized so it doesn't
always occur on the same cycle.

- The RAM memory includes an initial address and scrambling mechanism
to make it harder to find assets generated by and stored in the RAM
by applications.
- The RAM memory includes an initial address and data scrambling
mechanism to make it harder to find assets generated by and stored
in the RAM by applications. This mitigates an attack from
outside the CPU, not from applications running on it.

#### Known possible weakneses

Expand Down

0 comments on commit 3b97d6e

Please sign in to comment.