Aircloak / aircloak

This repository contains the Aircloak Air frontend as well as the code for our Cloak query and anonymization platform
2 stars 0 forks source link

Always use unsafe calls in virtual table queries. #4827

Closed cristianberneanu closed 3 years ago

cristianberneanu commented 3 years ago

Virtual tables should be similar to a database view. Always using safe calls goes against the point of bounds analysis. And since they are statically defined, there isn't much room for exploitation.

aircloak-robot commented 3 years ago

Standard tests have passed 😊

aircloak-robot commented 3 years ago

Pull request can be merged 👏

sebastian commented 3 years ago

Could you add something to the Changelog please? Something like that the virtual tables are now don't rely on bla black leading to higher performance in certain circumstances.

aircloak-robot commented 3 years ago

Pull request can be merged 👏