This commit is contained in:
2026-05-11 09:15:08 +02:00
parent 9bec2b9e42
commit 404ee3fec4
641 changed files with 416825 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
[Report] @{
Title = 'Google Chrome Audit Report'
ModuleName = 'ATAPAuditor'
BasedOn = @(
"CIS Google Chrome Benchmark, Version: 2.0.0, Date: 2019-05-17"
"DISA Google Chrome Security Technical Implementation Guide, Version: V1R15, Date: 2019-01-28"
)
Sections = @(
[ReportSection] @{
Title = "CIS Recommendations"
Description = "This section contains all CIS recommendations"
SubSections = @(
[ReportSection] @{
Title = "Registry Settings/Group Policies"
AuditInfos = Test-AuditGroup "Google Chrome-CIS-2.0.0#RegistrySettings"
}
)
}
[ReportSection] @{
Title = "DISA Recommendations"
Description = "This section contains all DISA recommendations"
SubSections = @(
[ReportSection] @{
Title = "Registry Settings/Group Policies"
AuditInfos = Test-AuditGroup "Google Chrome-DISA-V1R15#RegistrySettings"
}
)
}
)
}