Querying Schemas With Access Restrictions
Michael Benedikt, Pierre Bourhis, Clemens Ley

TL;DR
This paper introduces a formal framework for verifying properties of web-based data access systems, using a new logic and automaton model to analyze access patterns and restrictions.
Contribution
It presents AccLTL, a first-order temporal logic for describing access properties, and A-automata, a model for analyzing access sequences, with decidability and complexity results.
Findings
Decidability results for various restrictions of AccLTL.
Expressiveness of AccLTL in capturing static analysis problems.
Analysis of complexity for different property classes.
Abstract
We study verification of systems whose transitions consist of accesses to a Web-based data-source. An access is a lookup on a relation within a relational database, fixing values for a set of positions in the relation. For example, a transition can represent access to a Web form, where the user is restricted to filling in values for a particular set of fields. We look at verifying properties of a schema describing the possible accesses of such a system. We present a language where one can describe the properties of an access path, and also specify additional restrictions on accesses that are enforced by the schema. Our main property language, AccLTL, is based on a first-order extension of linear-time temporal logic, interpreting access paths as sequences of relational structures. We also present a lower-level automaton model, Aautomata, which AccLTL specifications can compile into. We…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFormal Methods in Verification · Logic, programming, and type systems · Advanced Database Systems and Queries
