From 44ca59c9d6f8df044f3bf716aab5d15f3020e413 Mon Sep 17 00:00:00 2001 From: Thomas Stromberg Date: Tue, 20 Dec 2022 08:03:14 -0500 Subject: [PATCH] sketchy fetchers: Remove trailing commas --- detection/execution/sketchy-fetcher-events.sql | 2 +- detection/execution/sketchy-fetcher.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/detection/execution/sketchy-fetcher-events.sql b/detection/execution/sketchy-fetcher-events.sql index 82daeab..c54240a 100644 --- a/detection/execution/sketchy-fetcher-events.sql +++ b/detection/execution/sketchy-fetcher-events.sql @@ -126,5 +126,5 @@ WHERE -- These are typically curl -k calls AND remote_addr NOT IN ( 'releases.hashicorp.com', - 'github.com', + 'github.com' ) \ No newline at end of file diff --git a/detection/execution/sketchy-fetcher.sql b/detection/execution/sketchy-fetcher.sql index 356e12c..49592a9 100644 --- a/detection/execution/sketchy-fetcher.sql +++ b/detection/execution/sketchy-fetcher.sql @@ -123,5 +123,5 @@ WHERE -- These are typically curl -k calls AND remote_addr NOT IN ( 'releases.hashicorp.com', - 'github.com', + 'github.com' ) \ No newline at end of file