mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-01-10 15:49:31 +00:00
empty environ mac: fix typo in authority field name
This commit is contained in:
parent
eb6851df7f
commit
bd8bd02bd3
@ -44,7 +44,7 @@ WHERE -- This time should match the interval
|
|||||||
signature.identifier LIKE 'com.apple.%'
|
signature.identifier LIKE 'com.apple.%'
|
||||||
AND signature.authority = 'Software Signing'
|
AND signature.authority = 'Software Signing'
|
||||||
)
|
)
|
||||||
AND signature_authority NOT IN (
|
AND signature.authority NOT IN (
|
||||||
'Developer ID Application: Adobe Inc. (JQ525L2MZD)',
|
'Developer ID Application: Adobe Inc. (JQ525L2MZD)',
|
||||||
'Developer ID Application: Brave Software, Inc. (KL8N8XSYF4)',
|
'Developer ID Application: Brave Software, Inc. (KL8N8XSYF4)',
|
||||||
'Developer ID Application: Docker Inc (9BNSXJN65R)',
|
'Developer ID Application: Docker Inc (9BNSXJN65R)',
|
||||||
|
Loading…
Reference in New Issue
Block a user