Skip to content

Commit

Permalink
Draft security and reporting advisory (angr#3072)
Browse files Browse the repository at this point in the history
* Draft security and reporting advisory

* Second draft
  • Loading branch information
rhelmot authored Jan 10, 2022
1 parent f43d110 commit fb389e2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Security
========

angr is meant to be able to function as fully secure environment for analyzing code of any kind in its default configuration.
As a result, we take sandbox escapes - opportunities for guest code to manipulate the host environment without the analysis author explicitly allowing it - very seriously.
If you read all the documentation, you should be able to deploy angr to analyze untrusted code without worrying about it.

If you find a sandbox escape bug of any sort by this definition, please let us know through a private channel.
You can contact the core developers through their emails at [email protected] and [email protected].

0 comments on commit fb389e2

Please sign in to comment.