Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Eyberg committed Apr 24, 2019
1 parent 2bc075a commit 0fd7fbd
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,34 @@

For the curious - this is all on by default:

ASLR:
__ASLR__:

[X] Stack Randomization
* Stack Randomization

[X] Heap Randomization
* Heap Randomization

[X] Library Randomization
* Library Randomization

[X] Binary Randomization
* Binary Randomization

Page Protections:
__Page Protections__:

[X] Stack Execution off by Default
* Stack Execution off by Default

[X] Heap Execution off by Default
* Heap Execution off by Default

[X] Null Page is Not Mapped
* Null Page is Not Mapped

[X] Stack Cookies/Canaries
* Stack Cookies/Canaries

[X] Rodata no execute
* Rodata no execute

[X] Text no write
* Text no write

## Other Considerations

[X] Single Process
* Single Process

[X] No Users
* No Users

[X] No Shell
* No Shell

0 comments on commit 0fd7fbd

Please sign in to comment.