google-research / raksha

Apache License 2.0
35 stars 17 forks source link

Add an API to invoke policy checker on the SQL proto. #515

Closed bgogul closed 2 years ago

bgogul commented 2 years ago

Something like this Verify(SqlIrProto proto). SqlIrProto is the relevant proto.

bgogul commented 2 years ago

First step is to get the proto passed in from Kotlin and get the IR generated.

bgogul commented 2 years ago

Here are the relevant files and their history: