Skip to content

Commit

Permalink
Final site version for release 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
coredump committed Feb 18, 2009
1 parent 0ebba69 commit d3c7dc2
Show file tree
Hide file tree
Showing 18 changed files with 766 additions and 177 deletions.
62 changes: 55 additions & 7 deletions _sources/crisk.txt
@@ -1,11 +1,59 @@
The crisk Module
================
The ``crisk`` Package
=====================

.. module:: crisk
.. automodule:: crisk

.. module:: crisk.mainview
.. currentmodule:: crisk.model
.. automodule:: crisk.model

The crisk.reports Module
========================
.. autoclass:: Basic
:members:

.. autoclass:: Asset
:members:

.. autoclass:: Vulnerability
:members:

.. autoclass:: Threat
:members:

.. autoclass:: Owner
:members:

.. currentmodule:: crisk.mainview
.. automodule:: crisk.mainview

.. autoclass:: Step
:members:

.. autoclass:: MainView
:members:

.. automodule:: crisk.basicsview
.. currentmodule:: crisk.basicsview

.. autoclass:: BasicsView
:members:

.. automodule:: crisk.inventoryview
.. currentmodule:: crisk.inventoryview

.. autoclass:: InventoryView
:members:

.. autoclass:: InventoryAddEdit
:members:

.. autoclass:: vuln
:members:

.. autoclass:: TempModel
:members:

.. automodule:: crisk.vulnerabilitiesview
.. currentmodule:: crisk.vulnerabilitiesview

.. autoclass:: VulnerabilitiesView
:members:

.. automodule:: crisk.reports
4 changes: 2 additions & 2 deletions _sources/index.txt
Expand Up @@ -26,10 +26,10 @@ Contents
.. toctree::
:maxdepth: 2

crisk
screenshots
using

todo
crisk

Indices and tables
==================
Expand Down
15 changes: 15 additions & 0 deletions _sources/todo.txt
@@ -0,0 +1,15 @@
Stuff to do
===========

You can suggest more features or report bugs on our `issue tracking system <http://core.lighthouseapp.com/projects/25415-crisk/>`_

Next features
-------------

* Vulnerability per asset report
* Import `OpenVAS <http://www.openvas.org/>`_ reports

Future features
---------------

* Adding controls funcionality
12 changes: 10 additions & 2 deletions _sources/using.txt
Expand Up @@ -4,9 +4,17 @@ Using Crisk
Analyzing servers and computers
-------------------------------

This is the most direct way to use Crisk. Assign each server/computer an owner on the asset screen, and make sure to include its value. You can consider the hardware value only or add the value of the information stored on that asset.

You can also add other assets like network appliances, routers, etc. and consider the value as how important those items are for the network as a whole.


Analyzing information
---------------------

Analyzing software
------------------
This works the same way as above, but consider information only while adding to the assets. This way of working is more independent of hardware and computers and can facilitate analysis of processes.

The Risk Matrix
---------------

The Vulnerabilities report includes a Risk Matrix. The risk matrix is a scatter graphic that shows where the risks are concentrated on the analysis. The bigger the circle, the most vulnerabilities are concentrated on that point. The green area shows where vulnerabilities are hard to occur (low probability) and/or have less impact (low severity). On the other hand, the red area shows where the vulnerabilities are more likely to happen (high probability) and/or have more impact (high severity).
Binary file added _static/criskicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion _static/default.css
Expand Up @@ -5,7 +5,7 @@
body {
font-family: sans-serif;
font-size: 100%;
background-color: #11303d;
background-color: #dbecac;
color: #000;
margin: 0;
padding: 0;
Expand Down
Binary file added _static/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _static/sidebarlogo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion _static/sphinxdoc.css
Expand Up @@ -10,7 +10,7 @@ body {
line-height: 150%;
text-align: center;
/*background-color: #AFC1C4; */
background-color: #BFD1D4;
background-color: #dbecac;
color: black;
padding: 0;
border: 1px solid #aaa;
Expand Down

0 comments on commit d3c7dc2

Please sign in to comment.