Skip to content
Snippets Groups Projects
Commit 08bac2de authored by Allan Blanchard's avatar Allan Blanchard
Browse files

Merge branch 'jobs/new-positions' into 'master'

Update positions

See merge request !180
parents 1e392ea7 ef9a61a3
No related branches found
No related tags found
1 merge request!180Update positions
Pipeline #54063 passed
...@@ -4,7 +4,7 @@ title: Permanent Computer Scientist Position at CEA LIST - LSL ...@@ -4,7 +4,7 @@ title: Permanent Computer Scientist Position at CEA LIST - LSL
short_title: Permanent Computer Scientist Position short_title: Permanent Computer Scientist Position
short: Develop and extend the applicability of Frama-C for cybersecurity purposes short: Develop and extend the applicability of Frama-C for cybersecurity purposes
date: 01-02-2022 date: 01-02-2022
filled: false filled: true
keywords: cybersecurity, software analysis, formal methods, open source keywords: cybersecurity, software analysis, formal methods, open source
--- ---
......
---
layout: job
title: Fixed Term Computer Scientist Position at CEA LIST - LSL
short_title: Fixed Term Computer Scientist Position
short: Develop and extend the formal analysis capability of Frama-C
date: 28-02-2023
filled: false
keywords: software analysis, formal methods, open source
---
#### Mission
At the heart of the Paris-Saclay campus, [CEA List](http://www-list.cea.fr/en/)'s Software Safety and Security Laboratory develops analysis tools to verify and enforce sensitive properties of software. Our goal is to provide trust in mission-critical and sensitive systems. We are open-source believers, and we take pride in seeing our science-fueled tools used for industry-grade applications.
We are looking for a permanent computer scientist to join our [Frama-C](https://www.frama-c.com) team. [Frama-C](https://www.frama-c.com) is a sound static and dynamic analysis platform targeting C/C++/JavaCard source code. It relies on advanced techniques such as abstract interpretation and theorem proving. The platform has been used in academia and the industry to verify the safety and security to prevent various vulnerabilities, and to prove functional properties on small and large codebases.
The main goal of this position is to develop and extend the main static analyzers of [Frama-C](https://www.frama-c.com), namely [Eva](https://www.frama-c.com/fc-plugins/eva.html) and [WP](https://www.frama-c.com/fc-plugins/wp.html).
#### Responsibilities
- Develop new features and improvements for [Frama-C](https://www.frama-c.com)
- Interact with practitioners, prescribers, and the open-source community
- Contribute to the dissemination of the team results in top scientific and technical venues
- Contribute to the development of the team
#### Qualifications
- PhD or more than three years of experience in a research-intensive team
- Ability to develop in OCaml or functional languages
- Practice of software cybersecurity
- Knowledge of formal methods
- Knowledge of the C language and ability to quickly grasp new ones
#### Application
This position will be filled as soon as possible. Every potential candidate feeling they could fit the description are welcome to contact us or apply by emailing the persons indicated below. We try hard to run an inclusive team, so candidates from under-represented groups are certainly welcome. The selection process will include scientific, technical, and HR interviews.
- [Allan Blanchard](mailto:allan.blanchard@cea.fr)
- [Patricia Mouy](mailto:patricia.mouy@cea.fr)
- [David Buhler](mailto:david.buhler@cea.fr)
- [Loic Correnson](mailto:loic.correnson@cea.fr)
---
layout: job
title: Fixed Term Computer Scientist Position at CEA LIST - LSL
short_title: Fixed Term Computer Scientist Position
short: Develop and extend the applicability of Frama-C for cybersecurity purposes
date: 28-02-2023
filled: false
keywords: cybersecurity, software analysis, formal methods, open source
---
#### Mission
At the heart of the Paris-Saclay campus, [CEA List](http://www-list.cea.fr/en/)'s Software Safety and Security Laboratory develops analysis tools to verify and enforce sensitive properties of software. Our goal is to provide trust in mission-critical and sensitive systems. We are open-source believers, and we take pride in seeing our science-fueled tools used for industry-grade applications.
We are looking for a permanent computer scientist to join our [Frama-C](https://www.frama-c.com) team. [Frama-C](https://www.frama-c.com) is a sound static and dynamic analysis platform targeting C/C++/JavaCard source code. It relies on advanced techniques such as abstract interpretation and theorem proving. The platform has been used in academia and the industry to verify the safety and security of control systems and communication protocols, to prevent various CWE occurrences, and to prove functional properties on small and large codebases. Some of those results are displayed in [OSCS](https://git.frama-c.com/pub/open-source-case-studies), an open-source case study repository we maintain.
The main goal of this position is to develop and extend the applicability of [Frama-C](https://www.frama-c.com) for cybersecurity purposes. The platform is used by developers, auditors, and evaluators to validate security properties, and we want to provide them with beyond-state-of-the-art methods, techniques, and tools to support their mission. This will be achieved by defining which security properties to target, developing the platform to make their verification possible, and providing relevant proof artefacts.
#### Responsibilities
- Develop new features and improvements for [Frama-C](https://www.frama-c.com)
- Run case studies for partners and [OSCS](https://git.frama-c.com/pub/open-source-case-studies)
- Interact with practitioners, prescribers, and the open-source community
- Contribute to the dissemination of the team results in top scientific and technical venues
- Contribute to the development of the team
#### Qualifications
- PhD or Master's degree
- Ability to develop in OCaml or functional languages
- Practice of software cybersecurity
- Knowledge of formal methods
- Knowledge of the C language and ability to quickly grasp new ones
#### Application
This position will be filled as soon as possible. Every potential candidate feeling they could fit the description are welcome to contact us or apply by emailing the persons indicated below. We try hard to run an inclusive team, so candidates from under-represented groups are certainly welcome. The selection process will include scientific, technical, and HR interviews.
- [Allan Blanchartd](mailto:allan.blanchard@cea.fr)
- [Patricia Mouy](mailto:patricia.mouy@cea.fr)
- [Andre Maroneze](mailto:andre.maroneze@cea.fr)
...@@ -225,9 +225,9 @@ description: "Frama-C - An open-source extensible and collaborative platform ...@@ -225,9 +225,9 @@ description: "Frama-C - An open-source extensible and collaborative platform
<h3>{{ event.title }}</h3> <h3>{{ event.title }}</h3>
{% if event.layout == "job" %} {% if event.layout == "job" %}
<p>{% if event.filled == true %}<b>[FILLED] </b>{% endif %} {% if event.filled != true %}
{{ event.short }} [<a href="{{ event.url }}">More details</a>] <p>{{ event.short }} [<a href="{{ event.url }}">More details</a>]</p>
</p> {% endif %}
{% else %} {% else %}
<p>{{ event.content }}</p> <p>{{ event.content }}</p>
{% endif %} {% endif %}
......
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