Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarzin committed Feb 8, 2022
1 parent 6898c80 commit b903a4c
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 14 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ Read this in other languages: [French](README.fr.md)
Computer attacks occur in a constantly changing environment.
To meet these challenges, it is necessary to implement a global approach to risk management within the organization.

The mapping of the Information System allows to have a global view of all the elements which constitute the information
The mapping of the Information System allows to have a global view of all the elements which compose the information
system to obtain a better readability, and thus a better control.

The elaboration of a cartography participates in the protection, the defense and the resilience of the information system.
It is an essential tool for the control of its information system (IS) and is an obligation for Operators of Vital Importance (OVI)
and is part of a global risk management and a global risk management approach.

## Major functions
- View management (ecosystem, information system, administration, logical, applications, and physical)
- Generation of the Information System Architecture report
- Drawing of mapping diagrams
- Calculation of compliance levels
- Graphical views of the ecosystem, information system, administration, logical, applications, and physical infrastructure
- Generate information system architecture report
- Draw mapping diagrams
- Compute compliance levels
- Extraction in Excel, CSV, PDF ... of all lists
- Multi-user with role management
- Multilingual
Expand Down
5 changes: 5 additions & 0 deletions docs/model.md
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,11 @@ Table *certificates* :
| updated_at | timestamp | Date de mise à jour |
| deleted_at | timestamp | Date de suppression |

* Note :
* status = 0 : "Bon"
* status = 1 : "Révoqué"
* status = 2 : "Inconnu"

### L’infrastructure physique

La vue des infrastructures physiques décrit les équipements physiques qui composent le système d’information ou qui sont utilisés par celui-ci.
Expand Down
2 changes: 1 addition & 1 deletion site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,5 +176,5 @@ <h3 id="limitations">Limitations</h3>

<!--
MkDocs version : 1.2.3
Build Date UTC : 2021-12-11 21:39:20.453688+00:00
Build Date UTC : 2022-02-08 17:29:06.552409+00:00
-->
13 changes: 13 additions & 0 deletions site/model/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2024,6 +2024,11 @@ <h4 id="certificats">Certificats</h4>
<td align="left">Date de fin de validité</td>
</tr>
<tr>
<td align="left">status</td>
<td align="left">int</td>
<td align="left">Etat du certificat (RFC 6960)</td>
</tr>
<tr>
<td align="left">created_at</td>
<td align="left">timestamp</td>
<td align="left">Date de création</td>
Expand All @@ -2040,6 +2045,14 @@ <h4 id="certificats">Certificats</h4>
</tr>
</tbody>
</table>
<ul>
<li>Note :<ul>
<li>status = 0 : "Bon"</li>
<li>status = 1 : "Révoqué"</li>
<li>status = 2 : "Inconnu"</li>
</ul>
</li>
</ul>
<h3 id="linfrastructure-physique">L’infrastructure physique</h3>
<p>La vue des infrastructures physiques décrit les équipements physiques qui composent le système d’information ou qui sont utilisés par celui-ci. </p>
<p><a href="/mercator/images/physical.png"><img src="/mercator/images/physical.png" width="700"></a></p>
Expand Down
2 changes: 1 addition & 1 deletion site/search/search_index.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions site/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,37 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://dbarzin.githubs.io/mercator/</loc>
<lastmod>2021-12-11</lastmod>
<lastmod>2022-02-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://dbarzin.githubs.io/mercator/admin/</loc>
<lastmod>2021-12-11</lastmod>
<lastmod>2022-02-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://dbarzin.githubs.io/mercator/application/</loc>
<lastmod>2021-12-11</lastmod>
<lastmod>2022-02-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://dbarzin.githubs.io/mercator/cartography/</loc>
<lastmod>2021-12-11</lastmod>
<lastmod>2022-02-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://dbarzin.githubs.io/mercator/model/</loc>
<lastmod>2021-12-11</lastmod>
<lastmod>2022-02-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://dbarzin.githubs.io/mercator/references/</loc>
<lastmod>2021-12-11</lastmod>
<lastmod>2022-02-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://dbarzin.githubs.io/mercator/reports/</loc>
<lastmod>2021-12-11</lastmod>
<lastmod>2022-02-08</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified site/sitemap.xml.gz
Binary file not shown.

0 comments on commit b903a4c

Please sign in to comment.