lehmann@osdi21@USENIX

Total: 1

#1 STORM: Refinement Types for Secure Web Applications [PDF] [Copy] [Kimi] [REL]

Authors: Nico Lehmann ; Rose Kunkel ; Jordan Brown ; Jean Yang ; Niki Vazou ; Nadia Polikarpova ; Deian Stefan ; Ranjit Jhala

We present Storm , a web framework that allows developers to build MVC applications with compile-time enforcement of centrally specified data-dependent security policies. Storm ensures security using a Security Typed ORM that refines the (type) abstractions of each layer of the MVC API with logical assertions that describe the data produced and consumed by the underlying operation and the users allowed access to that data. To evaluate the security guarantees of Storm , we build a formally verified reference implementation using the Labeled IO (LIO) IFC framework. We present case studies and end-to-end applications that show how Storm lets developers specify diverse policies while centralizing the trusted code to under 1% of the application, and statically enforces security with modest type annotation overhead, and no run-time cost.