gapps icon indicating copy to clipboard operation
gapps copied to clipboard

Add additional guidance for controls

Open bmarsh9 opened this issue 2 years ago • 1 comments

bmarsh9 avatar Jan 27 '23 18:01 bmarsh9

Template

    <h2>Recommendation</h2>
    <p>Information about the recommendation</p>

The above string can be added in the guidance field in the JSON list of controls. e.g.

    {
        "name": "Limit information system access to authorized users,  processes acting on behalf of authorized users,  or devices (including other information systems).",
        "description": "Limit information system access to authorized users,  processes acting on behalf of authorized users,  or devices (including other information systems).",
        "ref_code": "ac.1.001",
        "level": "1",
        "system_level": false,
        "category": "access control",
        "subcategory": "access control",
        "references": "",
        "guidance":"<p>testing</p>",
        "dti": "easy",
        "dtc": "easy",
        "meta": {},
        "subcontrols": []
    },

bmarsh9 avatar Jan 27 '23 18:01 bmarsh9