Skip to content

Commit

Permalink
🐛 update actor data_properties in demo config files; close #103
Browse files Browse the repository at this point in the history
  • Loading branch information
OleksiiOleksenko committed Jul 2, 2024
1 parent 6a5860c commit ada7835
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions demo/detecting-foreshadow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ instruction_blocklist:
- IDIV

actor:
- name: "main"
- data_properties:
- present: False
- writable: False
- main:
- data_properties:
- present: false
- writable: false

# misc. fuzzing configuration
enable_speculation_filter: true
Expand Down
6 changes: 3 additions & 3 deletions demo/detecting-mds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ instruction_categories:

# environment
actor:
- name: "main"
- data_properties:
- accessed: False
- main:
- data_properties:
- accessed: False

# fuzzing configuration
enable_speculation_filter: true
Expand Down

0 comments on commit ada7835

Please sign in to comment.