GovReady / hyperGRC

hyperGRC is a lightweight, in-browser tool for managing compliance-as-code repositories in OpenControl format.
GNU General Public License v3.0
22 stars 9 forks source link

Create hyperlinks between controls #9

Open openprivacy opened 5 years ago

openprivacy commented 5 years ago

If the control implementation statement includes a reference to a control, say IA-5, make that a hyperlink to the control IA-5.

Conversely (and this may require a sqlite database): under every displayed control implementation statement, include a list of the controls that link to it.

The regex to search for control identifiers in text might be something like \b[A-Z][A-Z]-\d\d?\b (untested).