mitre / vulcan

A web application to streamline the development of STIGs from SRGs
https://mitre-vulcan-prod.herokuapp.com/
Other
60 stars 16 forks source link

default (and later optional) STIG ID sequence and split and merge pattern #560

Open ejaronne opened 1 year ago

ejaronne commented 1 year ago

To allow more room for multiple rules kept together for one SRG rule:

Instead of ZZZZ-00-000001, ZZZZ-00-000002, ZZZZ-00-000003

default "padding" by tens (first release of feature) ZZZZ-00-000010, ZZZZ-00-000020, ZZZZ-00-000030

later, allow the user to specify the padding value at project creation

rlakey commented 1 year ago

Doing STIG development the traditional way in a spreadsheet I would agree with this since ID management was a manual process but in Vulcan I've learned to not worry about what the STIG ID is because I don't have to manage it.

I can see this being involved to implement as well.