Cingulara / openrmf-docs

Documentation on the OpenRMF application, including scripts to run the whole stack as well as just infrastructure with documentation on using the tool.
https://www.openrmf.io/
GNU General Public License v3.0
125 stars 26 forks source link

[BUG] Microsoft Defender Antivirus does not detect the upgrade #299

Closed Cingulara closed 1 year ago

Cingulara commented 1 year ago

Describe the bug The STIG CKL for v2 r3 "Windows Defender Antivirus Security Technical Implementation Guide" does not detect there is an upgrade. The newer STIG title of course changed by DISA to "Microsoft Defender Antivirus Security Technical Implementation Guide " so we need to update the search to a Regex and trim words.

To Reproduce Steps to reproduce the behavior:

  1. Go to a checklist for Defender v 2 r 3 or earlier
  2. Notice there is not an upgrade notification

Expected behavior The upgrade shows up.

Need to check the Template MSG and Template API call on "is there an update" to make sure the matching, regex, and DISA's moving/removing of Microsoft and Windows is accounted for...

Screenshots Older Version: image

Newer Template: image

DaleBinghamSoteriaSoft commented 1 year ago

This is fixed. Had to do with title and type changes.