Giter Club home page Giter Club logo

standards's Introduction

Standards

To import these data into a OpenControl project add the follow code to your opencontrol.yaml file.

dependencies:
  standards:
    - url: https://github.com/opencontrol/standards
      revision: master

For more information on the opencontrol.yaml visit the Compliance Masonry CLI.

Using the NIST 800-53 standards

On 1-APR-2018, the NIST 800-53 standard files were updated to allow OpenControl content authors to specify which revision of NIST 800-53 should be used. There are now three options:

  • NIST-800-53 rev3: Legacy NIST 800-53 revision 3 content [nist-800-53-rev3.yaml]
  • NIST-800-53 rev4: NIST 800-53 revision 4 content [nist-800-53-rev4.yaml]
  • NIST-800-53: Special target that will always point to latest NIST revision upon ratification from NIST. Currently this is rev4, and will automatically transition to rev5 when available. [nist-800-53-latest.yaml]

Sample component.yaml

When creating OpenControl content for components, the standard_key should be updated to reflect which NIST 800-53 content should be used.

For example, for NIST 800-53 rev4:

- control_key: AC-2 (2)
  standard_key: NIST-800-53 rev4
  covered_by: []
  implementation_status: Implemented
  narrative:
    - text: |
        'Your control response text'

And for your content to automatically use the latest revision, use:

- control_key: AC-2 (2)
  standard_key: NIST-800-53
  covered_by: []
  implementation_status: Not applicable
  narrative:
    - text: |
        'Your control response text'

standards's People

Contributors

afeld avatar anweiss avatar geramirez avatar jmccarthy avatar johnpfield avatar shawndwells avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.