Skip to content

Commit

Permalink
Add another example vulnerability class
Browse files Browse the repository at this point in the history
  • Loading branch information
boustrophedon committed Mar 8, 2022
1 parent 2eb4e2f commit b85fb66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ So you can be extra safe. Suppose your program has a dependency with an undiscov
- Relies on being able to make network calls, so extrasafe can mitigate this by
- If your program doesn't need network access, don't give it access (but then you aren't really exploitable anyway in most cases)
- Logging in a separate thread that doesn't have network access
- Exploits involving executing SUID-root binaries rely on being able to fork and exec.

# Caveats

Expand Down

0 comments on commit b85fb66

Please sign in to comment.