mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-02-19 02:56:51 +00:00
Merge pull request #291 from tstromberg/chrome-management-perms
unexpected chrome extension: Check for 'management' permission
This commit is contained in:
commit
3a0902b04b
@ -63,6 +63,7 @@ WHERE state = 1
|
||||
OR perms LIKE "%nativeMessaging%"
|
||||
OR perms LIKE "%proxy%"
|
||||
OR perms LIKE "%webAuthenticationProxy%"
|
||||
OR perms LIKE "%management%"
|
||||
)
|
||||
)
|
||||
AND NOT exception_key IN (
|
||||
|
Loading…
Reference in New Issue
Block a user