Add a semicolon to the query (#476)

- Fixes missing semicolon in "Find hosts with firewall disabled" query.
This commit is contained in:
Marnin
2021-03-15 09:54:20 -04:00
committed by GitHub
parent 699c37e343
commit 595bf9acac
@@ -5,7 +5,7 @@ macOS
### Query
```sql
SELECT * FROM alf WHERE global_state = 0
SELECT * FROM alf WHERE global_state = 0;
```
### Purpose
@@ -14,4 +14,4 @@ Detection
### Remediation
TODO
TODO