Risk analysisRisk analysis\Safeguards\Hooks

Hooks

Links may be associated to safeguards 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_en/hooks-sp800-53.json

{

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

  "title" : "SP 800-53 rev.5",

  "defs" : [

    {

      "sm" : [ "ACb" ],

      "links" : [

        {

          "label" : "ACCESS CONTROL",

          "url" : "https://nvd.nist.gov/800-53/Rev4/family/ACCESS%20CONTROL"

        }

      ]

    },

    {

      "sm" : [ "AC-1", "AC-1(0)" ],

      "links" : [

        {

          "label" : "Policy and procedures",

          "url" : "https://nvd.nist.gov/800-53/Rev4/control/AC-1"

        }

      ]

    },

 

 

Top