Skip to content

Commit

Permalink
Fixed Typo in ADCS Cypher Query (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
spyr0-sec authored Feb 8, 2024
1 parent 0759e44 commit 8ecba58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/javascript/bh-shared-ui/src/commonSearches.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export const CommonSearches: CommonSearchType[] = [
},
{
description: 'Enrollment rights on published certificate templates with no security extension',
cypher: `MATCH p = ()-[:Enroll|GenericAll|AllExtendedRights]->(ct:CertTemplate)-[:PublishedTo]->(:EnterpriseCA)\nnWHERE ct.nosecurityextension = true\nRETURN p`,
cypher: `MATCH p = ()-[:Enroll|GenericAll|AllExtendedRights]->(ct:CertTemplate)-[:PublishedTo]->(:EnterpriseCA)\nWHERE ct.nosecurityextension = true\nRETURN p`,
},
{
description:
Expand Down

0 comments on commit 8ecba58

Please sign in to comment.