From 15114f6a370e1cb419d87646b8e3c829c72aef04 Mon Sep 17 00:00:00 2001 From: Diamantis Kourkouzelis Date: Tue, 29 Apr 2025 14:27:30 -0700 Subject: [PATCH] Remove secret suppression --- false_positives/sqlite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/false_positives/sqlite.c b/false_positives/sqlite.c index 709e158..60cd2a3 100644 --- a/false_positives/sqlite.c +++ b/false_positives/sqlite.c @@ -1,2 +1,2 @@ // We should not be matching this -#define sqlite3_soft_heap_limit64 sqlite3_api->soft_heap_limit64 // endorctl:allow +#define sqlite3_soft_heap_limit64 sqlite3_api->soft_heap_limit64