dhh1128 / intent

the intent formal language
https://intentlang.org
2 stars 1 forks source link

consider implementing JIF-style information flow for security #72

Open dhh1128 opened 9 years ago

dhh1128 commented 9 years ago

An object has a security policy attached to it. In the screenshot, x is owned by Alice, who allows Bob access, and y is owned by both Alice and Chuck. The compiler can prevent "y = x" based on policy.

Note the hyperlink to the project url (JIF = java with information flow).

snapshot24