Skip to content
Snippets Groups Projects
Commit 48a4995b authored by pmaksimo's avatar pmaksimo
Browse files

lots

parent 25bd984c
No related branches found
No related tags found
No related merge requests found
title: Verified Trustworthy Software Specification title: Verified Software
subtitle: <a href="http://www.doc.ic.ac.uk">Department of Computing</a>, <a href="http://www.imperial.ac.uk/">Imperial College London</a> subtitle: <a href="http://www.doc.ic.ac.uk">Department of Computing</a>, <a href="http://www.imperial.ac.uk/">Imperial College London</a>
copyright: Imperial College London copyright: Imperial College London
......
...@@ -7,13 +7,8 @@ menu_order: 4 ...@@ -7,13 +7,8 @@ menu_order: 4
sub_menu_order: 1 sub_menu_order: 1
--- ---
We develop formal reasoning techniques for concurrent programs, with a We develop compositional reasoning techniques for concurrent programs using modern concurrent separation logics, introducing
particular emphasis on concurrent program logics. Recently, various fundamental concepts in the reasoning: logical abstraction (Concurrent Abstract Predicates), logical atomicity (the TaDA Logic) and logical environment liveness properties (TaDA Live). In addition, we have started to work on weak consistency models for distribution, developing an interleaving operational semantics for client-observational behaviour of atomic transactions (ECOOP’20).
logics based on separation logic have been developed, by ourselves and
others, to provide more modular abstract reasoning about concurrent programs.
Our work has tackled a range of problems including data abstraction,
abstract atomicity, fault-tolerance and progress. In particular, we
have recently developed {% cite_details Dinsdale-Young2010Concurrent --text Concurrent Abstract Predicates %}, {% cite_details Dinsdale-Young2013Views --text Views %}, {% cite_details daRochaPinto2014TaDA --text TaDA %}, {% cite_details Raad2015CoLoSL --text CoLoSL %}, {% cite_details Ntzik2015Fault --text Fault-tolerant Concurrent Separation Logic %} and {% cite_details daRochaPinto2016Modular --text Total-TaDA %}.
We have applied our reasoning to, for example, algorithms for We have applied our reasoning to, for example, algorithms for
manipulating concurrent B-trees, skip lists from manipulating concurrent B-trees, skip lists from
...@@ -25,15 +20,16 @@ logics, and applying our work to real-world concurrent programs. ...@@ -25,15 +20,16 @@ logics, and applying our work to real-world concurrent programs.
#### Research Support #### Research Support
This research is supported by the EPSRC programme grant This research is supported by Gardner's UKRI Established Career Fellowship
["VeTSpec: Verified Trustworthy Software Specification"][VeTSpec] and
Emanuele D'Osualdo's Marie-Curie Fellowship "VeSPA: Verification through
Security and Progress Abstractions".
It was previously supported by the EPSRC programme grant
[EP/K008528/1]: [REMS: Rigorous Engineering of Mainstream [EP/K008528/1]: [REMS: Rigorous Engineering of Mainstream
Systems][REMS] and previously by the EPSRC programme grant [EP/H008373/2]: [Resource Systems][REMS] and the EPSRC programme grant [EP/H008373/2]: [Resource
Reasoning]. We also have substantial collaboration with [Thomas Dinsdale-Young], Reasoning].
previously a PhD student and RA of Gardner and now an independent
research fellow at the University of Aarhus.
[EP/K008528/1]: http://gow.epsrc.ac.uk/NGBOViewGrant.aspx?GrantRef=EP/K008528/1 [EP/K008528/1]: http://gow.epsrc.ac.uk/NGBOViewGrant.aspx?GrantRef=EP/K008528/1
[REMS]: http://www.cl.cam.ac.uk/~pes20/rems/ [REMS]: http://www.cl.cam.ac.uk/~pes20/rems/
[EP/H008373/2]: http://gow.epsrc.ac.uk/NGBOViewGrant.aspx?GrantRef=EP/H008373/2 [EP/H008373/2]: http://gow.epsrc.ac.uk/NGBOViewGrant.aspx?GrantRef=EP/H008373/2
[Resource Reasoning]: http://www.resourcereasoning.com/ [Resource Reasoning]: http://www.resourcereasoning.com/
[Thomas Dinsdale-Young]: http://cs.au.dk/~tyoung/
...@@ -9,7 +9,7 @@ sub_menu_order: 2 ...@@ -9,7 +9,7 @@ sub_menu_order: 2
Gillian is a multi-language platform for the development Gillian is a multi-language platform for the development
of compositional symbolic analysis tools. Gillian currently of compositional symbolic analysis tools. Gillian currently
supports three flavours of analysis: whole-program symbolic supports three flavours of analysis: symbolic
testing, full verification based on separation logic, and testing, full verification based on separation logic, and
automatic compositional testing based on bi-abduction. automatic compositional testing based on bi-abduction.
These analysis are, for the first time, unified in a These analysis are, for the first time, unified in a
...@@ -17,11 +17,10 @@ common symbolic execution engine. ...@@ -17,11 +17,10 @@ common symbolic execution engine.
#### GIL #### GIL
At the core of Gillian is GIL, a simple goto intermediate At the core of Gillian is GIL, a simple goto intermediate language
language that is parametric on the basic actions of the that is parametric on the memory model of the target language (TL):
memory model of the target language (TL); that is, the ways that is, on the set of basic actions capturing the ways in which
in which TL-programs fundamentally interact TL programs fundamentally interact with their memories.
with their memories.
#### Correctness #### Correctness
...@@ -30,19 +29,30 @@ the implementation closely following the formalisation. ...@@ -30,19 +29,30 @@ the implementation closely following the formalisation.
The correctness results are, for the first time, stated The correctness results are, for the first time, stated
and proven parametrically, independently of the TL. and proven parametrically, independently of the TL.
This has been made possible by a novel concept of restriction, This has been made possible by a novel concept of restriction,
which generalises path conditions of classical symbolic execution. which generalises path conditions of classic symbolic execution.
#### Instantiations #### Instantiations
In order to instantiate Gillian to a new target language, In order to instantiate Gillian to a new TL,
the tool developer has to provide: the tool developer has to provide:
- a trusted, memory-preserving compiler from the TL to GIL instantiated with the TL basic actions; - a trusted compiler from the TL to GIL instantiated with the TL basic actions, preserving the TL memory model and semantics;
- an OCaml implementation of the concrete and symbolic memory models of the TL; and - an OCaml implementation of the concrete and symbolic memory models of the TL; and
- for the meta-theory, proofs for only two lemmas on the TL basic actions. - for the meta-theory, proofs of simple lemmas for the TL basic actions.
So far, we have instantiated Gillian to JavaScript and C. So far, we have instantiated Gillian to JavaScript and C.
#### Publications #### Publications
We have recently published the first paper on Gillian at PLDI'20 (see below), which We have recently published the first paper on Gillian at PLDI'20 (see below), which
introduces the principles of Gillian, its core symbolic execution, and its symbolic testing. introduces the principles of Gillian, its core symbolic execution, and its symbolic testing.
\ No newline at end of file
#### Research Support
Gillian is supported by Gardner's UKRI Established Career Fellowship
["VeTSpec: Verified Trustworthy Software Specification"][VeTSpec], Facebook,
and GCHQ. It was previously supported by the EPSRC programme grant
[EP/K008528/1]: [REMS: Rigorous Engineering of Mainstream Systems][REMS].
[VeTSpec]: https://gow.epsrc.ukri.org/NGBOViewGrant.aspx?GrantRef=EP/R034567/1
[EP/K008528/1]: http://gow.epsrc.ac.uk/NGBOViewGrant.aspx?GrantRef=EP/K008528/1
[REMS]: http://www.cl.cam.ac.uk/~pes20/rems/
\ No newline at end of file
...@@ -7,47 +7,58 @@ menu_order: 4 ...@@ -7,47 +7,58 @@ menu_order: 4
sub_menu_order: 3 sub_menu_order: 3
--- ---
We study the mechanised specification of the JavaScript language We study various forms of program analysis for JavaScript (ECMAScript 5 Strict) programs,
(following the ECMAScript 5 standard) and the verification of extending this work to include important Web APIs, such as the DOM (including UI Events), JavaScript Promises, and async/await.
JavaScript programs. We are also interested in the mechanised specification of JavaScript itself.
#### JSCert #### JaVerT
We have developed JaVerT, a compositional symbolic analysis tool for JavaScript, targeting the strict mode of the ECMAScript 5 standard. JaVerT supports whole-program symbolic testing, verification and automatic compositional testing based on bi-abduction. It comprises:
—JSIL, an intermediate goto language with a symbolic execution engine with explicit management of execution errors that guides the feedback for symbolic testing and the automatic bi-abductive inference. The meta-theory underpinning JSIL is formally defined and modular, streamlining the proofs and guiding the implementation.
—JS-2-JSIL, a trusted compiler that preserves the JavaScript memory model and semantics, trusted in the sense that it is line-by-line close to the standard and comprehensively tested using the official Test262 test suite.
#### Web APIs
Using our considerable experience with the DOM specification and JavaScript analysis, we have recently (ECOOP'20) introduced a trusted infrastructure for symbolic analysis of modern event-driven Web applications, comprising:
—reference implementations of the DOM Core Level 1, DOM UI Events, JavaScript Promises, and the JavaScript async/await APIs, all following the API standards as closely as possible and all thoroughly tested against the official test suites;
—a simple Core Events Semantics that is sufficiently expressive to describe the event models underlying these APIs;
-JaVerT.Click, an extension of JaVerT with the Core Events Semantics, that is, for the first time, able to symbolically test JavaScript programs that use any/all of the above-mentioned APIs.
We have used JaVerT.Click to analyse the events module of [cash][https://kenwheeler.github.io/cash/], a small, widely-used jQuery alternative, in which we found two bugs (fixed) and for which we have proven boundned correctness of several essential properties, such as "an event handler can be triggered if and only if it has previously been registered".
We have also found a bug in the [p-map][https://github.com/sindresorhus/p-map] library (fixed), which extends the functionality of JavaScript Promises.
#### Language Semantics
With Bodin, Charguéraud, and Schmitt at Inria, we With Bodin, Charguéraud, and Schmitt at Inria, we
have developed [JSCert](http://jscert.org/), a substantial Coq specification that is have developed [JSCert](http://jscert.org/), a substantial Coq specification that is
line-by-line close to the core language of the ECMAScript 5 line-by-line close to the core language of the ECMAScript 5
standard. It comes with a reference interpreter, JSRef, proven correct standard. It comes with a reference interpreter, JSRef, proven correct
with respect to JSCert and tested using the official Test262 test with respect to JSCert and tested using the official Test262 test
suite. We are currently extending this specification to the suite. With Schmitt and Jensen, we have also recently introduced the skeletal semantics framework
numerous libraries, providing continuous test integration for the for capturing both concrete and abstract semantics, connected together by a
ever-growing specification, developing a new, human-readable JSRef, general consistency result. Our hope is that this framework will simplify
with a tighter connection to the standard and good tracking the verification of properties such has heap well-formedness for large
properties, and creating the web service Explain.js to explain complex languages such as JavaScript.
behavioural complexities of JavaScript programs.
#### JSIL
We have developed a principled compiler from JavaScript (ECMAScript 5
strict) to a small intermediate language JSIL, which has a simpler
operational semantics and is better suited to program verification.
The compiler has been substantially tested using the Test262 test
suite and it comes with a hand-proof of translation correctness
for a fragment of the language. We will use JSIL to develop JSVerify - a
verification tool for JavaScript. Daiva Naudžiūnienė will
this year hold internships at Amazon and Facebook to use
JSIL to develop front-ends for the CBMC and Infer verification tools.
#### Research Support #### Research Support
This research is supported by the EPSRC This work is supported by Gardner's UKRI Established Career Fellowship
["VeTSpec: Verified Trustworthy Software Specification"][VeTSpec].
It was previously supported by the EPSRC
programme grant [EP/K008528/1]: [REMS: Rigorous Engineering of programme grant [EP/K008528/1]: [REMS: Rigorous Engineering of
Mainstream Systems][REMS] and previously by the EPSRC/GCHQ grant [EP/K032089/1]: Mainstream Systems][REMS], the EPSRC/GCHQ grant [EP/K032089/1]:
[Certified Verification of Client-Side Web Programs][1] and the EPSRC [Certified Verification of Client-Side Web Programs][1], and the EPSRC
programme grant [EP/H008373/2]: [Resource Reasoning]. programme grant [EP/H008373/2]: [Resource Reasoning]. We also have
substantial collaboration with [José Fragoso Santos], previously an RA
We also interact extensively with [Arthur Charguéraud], [Alan Schmitt] and in the group and now an Assistant Professor at the Instituto
[Martin Bodin] of INRIA, who are supported by the [AJACS] project. Superior Técnico, Lisbon.
[VeTSpec]: https://gow.epsrc.ukri.org/NGBOViewGrant.aspx?GrantRef=EP/R034567/1
[EP/K032089/1]: http://gow.epsrc.ac.uk/NGBOViewGrant.aspx?GrantRef=EP/K032089/1 [EP/K032089/1]: http://gow.epsrc.ac.uk/NGBOViewGrant.aspx?GrantRef=EP/K032089/1
[EP/H008373/2]: http://gow.epsrc.ac.uk/NGBOViewGrant.aspx?GrantRef=EP/H008373/2 [EP/H008373/2]: http://gow.epsrc.ac.uk/NGBOViewGrant.aspx?GrantRef=EP/H008373/2
[EP/K008528/1]: http://gow.epsrc.ac.uk/NGBOViewGrant.aspx?GrantRef=EP/K008528/1 [EP/K008528/1]: http://gow.epsrc.ac.uk/NGBOViewGrant.aspx?GrantRef=EP/K008528/1
...@@ -56,5 +67,5 @@ We also interact extensively with [Arthur Charguéraud], [Alan Schmitt] and ...@@ -56,5 +67,5 @@ We also interact extensively with [Arthur Charguéraud], [Alan Schmitt] and
[Resource Reasoning]: http://www.resourcereasoning.com/ [Resource Reasoning]: http://www.resourcereasoning.com/
[Arthur Charguéraud]: http://www.chargueraud.org/ [Arthur Charguéraud]: http://www.chargueraud.org/
[Alan Schmitt]: https://www.irisa.fr/celtique/aschmitt/ [Alan Schmitt]: https://www.irisa.fr/celtique/aschmitt/
[Martin Bodin]: http://people.irisa.fr/Martin.Bodin/index.html?lang=en [[José Fragoso Santos]]: http://web.ist.utl.pt/jose.fragoso/
[AJACS]: http://ajacs.inria.fr/ [AJACS]: http://ajacs.inria.fr/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment