Advertisement
Guest User

Untitled

a guest
May 13th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. Bringing Safety and Security to Python
  2. Mingshen Sun
  3.  
  4. Security
  5.  
  6. We build a security-enhanced Python implementation based on PyPy mainly focuses on improving its security and memory safety. We achieve the memory-safety promise through various methods: hardening RPython's type system, rewriting PyPy/RPython's libraries, and verifying the RPython's libraries as well as its translator/JIT backend. On top of the enhancements, we also bring Python into Intel SGX to write memory-safe applications running in the trusted execution environment.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement