Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Frama-C Website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
Frama-C Website
Commits
b0060baf
Commit
b0060baf
authored
4 years ago
by
Augustin Lemesle
Browse files
Options
Downloads
Patches
Plain Diff
hide unfinished
parent
3c6cd5e7
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#26191
passed
4 years ago
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
_data/nav.yml
+2
-2
2 additions, 2 deletions
_data/nav.yml
html/contact.html
+1
-1
1 addition, 1 deletion
html/contact.html
html/using-frama-c.html
+2
-22
2 additions, 22 deletions
html/using-frama-c.html
with
5 additions
and
25 deletions
_data/nav.yml
+
2
−
2
View file @
b0060baf
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
link
:
/dokuwiki/start.html
link
:
/dokuwiki/start.html
-
name
:
Blog
-
name
:
Blog
link
:
/blog/index.html
link
:
/blog/index.html
-
name
:
Careers
#
- name: Careers
link
:
/html/careers.html
#
link: /html/careers.html
-
name
:
Contact
-
name
:
Contact
link
:
/html/contact.html
link
:
/html/contact.html
This diff is collapsed.
Click to expand it.
html/contact.html
+
1
−
1
View file @
b0060baf
...
@@ -69,7 +69,7 @@ function(err, data) {
...
@@ -69,7 +69,7 @@ function(err, data) {
<div
id=
"wrapper"
class=
"hfeed"
>
<div
id=
"wrapper"
class=
"hfeed"
>
{% include headers.html header=
6
%}
{% include headers.html header=
5
%}
<div
id=
"container"
class=
"mainContainer"
>
<div
id=
"container"
class=
"mainContainer"
>
<div
class=
"pageContact pages"
>
<div
class=
"pageContact pages"
>
...
...
This diff is collapsed.
Click to expand it.
html/using-frama-c.html
+
2
−
22
View file @
b0060baf
...
@@ -74,37 +74,17 @@ css: plugin
...
@@ -74,37 +74,17 @@ css: plugin
<!-- <div id="group_code_standards">
<!-- <div id="group_code_standards">
<div class="paragraphGroup">
<div class="paragraphGroup">
<h3>Enforce code standards</h3>
<h3>Enforce code standards</h3>
<p>Frama-C allows to verify that the source code complies with a provided formal specification. Functional
specifications can be written in a dedicated language, ACSL. The specifications can be partial, concentrating
on one aspect of the analyzed program at a time.</p>
<p>The most structured sections of your existing design documents can also be considered as formal
specifications. For instance, the list of global variables that a function is supposed to read from or write to
is a formal specification. Frama-C can compute this information automatically from the source code of the
function, allowing you to verify that the code satisfies this part of the design document, faster and with less
risks than a code review.</p>
</div>
</div>
</div>
</div>
<div id="group_security_defects">
<div id="group_security_defects">
<div class="paragraphGroup">
<div class="paragraphGroup">
<h3>Detect security defects</h3>
<h3>Detect security defects</h3>
<p>Frama-C allows to verify that the source code complies with a provided formal specification. Functional
specifications can be written in a dedicated language, ACSL. The specifications can be partial, concentrating
on one aspect of the analyzed program at a time.</p>
<p>The most structured sections of your existing design documents can also be considered as formal
specifications. For instance, the list of global variables that a function is supposed to read from or write to
is a formal specification. Frama-C can compute this information automatically from the source code of the
function, allowing you to verify that the code satisfies this part of the design document, faster and with less
risks than a code review.</p>
</div>
</div>
</div> -->
</div> -->
</div>
</div>
<div
class=
"contentFluid recommendBlock"
>
<!--
<div class="contentFluid recommendBlock">
<div class="contentWrap">
<div class="contentWrap">
<h3>Case Studies</h3>
<h3>Case Studies</h3>
...
@@ -128,7 +108,7 @@ css: plugin
...
@@ -128,7 +108,7 @@ css: plugin
<div class="swiper-button-next"></div>
<div class="swiper-button-next"></div>
</div>
</div>
</div>
</div>
</div>
</div>
-->
</div>
</div>
</section>
</section>
</article>
</article>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment