From 5e82c40b3638bf4f3e86ac162116187cb47e02f8 Mon Sep 17 00:00:00 2001 From: Diamantis Kourkouzelis Date: Thu, 17 Apr 2025 15:25:19 -0700 Subject: [PATCH 1/2] some private key --- customer/private-key.txt | 18 ++++++++++++++++++ false_positives/sqlite.c | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 customer/private-key.txt diff --git a/customer/private-key.txt b/customer/private-key.txt new file mode 100644 index 0000000..da5f3d5 --- /dev/null +++ b/customer/private-key.txt @@ -0,0 +1,18 @@ +extraTls: [] +## @param foo If you're providing your own certificates, please use this to +## key and certificate should start with -----BEGIN CERTIFICATE----- or +## -----BEGIN RSA PRIVATE KEY----- +## +## some text here +## some more text here +## +## It is also possible to create and manage the certificates outside of this helm chart +## Please see README.md for more information +## e.g: +## - name: endor.local-tls +## key: +## certificate: +## +secrets: [] +## @param bar Additional text here +## ref: https://someurl.com 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 From bcee0640368f9a89b64e5b23d87c8e9c934beae4 Mon Sep 17 00:00:00 2001 From: Diamantis Kourkouzelis Date: Thu, 17 Apr 2025 15:26:37 -0700 Subject: [PATCH 2/2] revert --- 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 60cd2a3..709e158 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 +#define sqlite3_soft_heap_limit64 sqlite3_api->soft_heap_limit64 // endorctl:allow