1 # Changes to code that runs at high privilege and which has a high risk of
2 # memory corruption, such as parsers for complex inputs, require a security
3 # review to avoid introducing sandbox escapes.
5 # Although this file is in base/, it may apply to more than just base, OWNERS
6 # files outside of base may also include this file.
8 # Security team: If you are uncomfortable reviewing a particular bit of code
9 # yourself, don't hesitate to seek help from another security team member!
10 # Nobody knows everything, and the only way to learn is from experience.