Security profiles (EVL)Security profiles (EVL)\EVL - Hooks

EVL - Hooks

Links may be associated to controls by means of hook-files. These are files in the library directory which name starts with the pattern “hooks-“. The content is formatted as JSON.

Let’s show an example:

 

bib_es/hooks-ccn.json

{

  "encoding": "áéíóú",

  "title" : "CCN-CERT",

  "defs" : [

    { "controls" : [ [ "ens:2015", "org.1" ],

                     [ "27002:2013", "5.1.1", "6.1.1" ] ],

      "classes" : [ ],

      "links" : [

        { "label" : "CCN-STIC-805 - Política de Seguridad de la Información",

          "url" : "https://www.ccn-cert.cni.es/guias/guias-series-ccn-stic/800-guia-esquema-nacional-de-seguridad.html"

        },

        { "label" : "CCN-STIC-801 - Responsabilidades y Funciones en el ENS",

          "url" : "https://www.ccn-cert.cni.es/guias/guias-series-ccn-stic/800-guia-esquema-nacional-de-seguridad.html"

        }

      ]

    },

    { "controls" : [ [ "ens:2015", "org.2" ],

                     [ "27002:2013", "5.1.1" ] ],

      "classes" : [ ],

      "links" : [

        { "label" : "CCN-STIC-821 - Normas de Seguridad en el ENS",

          "url" : "https://www.ccn-cert.cni.es/guias/guias-series-ccn-stic/800-guia-esquema-nacional-de-seguridad.html"

        }

      ]

    },

 

 

 

 

Top