Closed SamErde closed 1 week ago
@SamErde what's the status on this? The current version seems to return no result.
Will try to find time to revive and resolve this week.
@SamErde and I chatted. We're gonna go a different route. Thanks for playing along at home, everyone!
Get-PublishedTemplates pulls a list of published templates with their name, OID, flags, enrollment flag, whenModified, revision, and minor revision. This should help us check if vulnerable templates are published and also ultimately check if the vulnerable version is in use by issued certificate requests.
Please review the bitwise checks for the template's
flags
andmspki-enrollment-flag
properties to see if the logic is correct and returns all published templates in your test environments.Contributes to #87.