From 84b7c02cc5e6044969744c265e1ccb25d53edb1a Mon Sep 17 00:00:00 2001 From: JRM Date: Fri, 20 Feb 2026 14:51:54 -0600 Subject: [PATCH 1/7] add myself as a contributor --- contributors/mouzakis87.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 contributors/mouzakis87.txt diff --git a/contributors/mouzakis87.txt b/contributors/mouzakis87.txt new file mode 100644 index 000000000..bbef60ba4 --- /dev/null +++ b/contributors/mouzakis87.txt @@ -0,0 +1 @@ + https://github.com/mouzakis87 From 9504d3a4cf5ab65d3be3c860deb860015539060e Mon Sep 17 00:00:00 2001 From: JRM Date: Mon, 23 Feb 2026 13:37:00 -0600 Subject: [PATCH 2/7] B: recovery --- slander.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 slander.md diff --git a/slander.md b/slander.md new file mode 100644 index 000000000..30fbe30f2 --- /dev/null +++ b/slander.md @@ -0,0 +1,4 @@ +# Breaking News + +MegaCorp CEO Lane enjoyed the live-action Last Airbender movie +MegaCorp CTO ThePrimeagen is a fan of The Notebook (and most other Nicholas Sparks content) From 0903b61388a4d6c149d79a2c3326ef31a6ab2b32 Mon Sep 17 00:00:00 2001 From: JRM Date: Tue, 24 Feb 2026 08:14:56 -0600 Subject: [PATCH 3/7] C: update customers and partners --- customers/all.csv | 1 + orgs/partners.txt | 2 ++ 2 files changed, 3 insertions(+) diff --git a/customers/all.csv b/customers/all.csv index 16dd7b21e..ef48c262d 100644 --- a/customers/all.csv +++ b/customers/all.csv @@ -1 +1,2 @@ first_name,last_name,company,title +karson,yummy,intercooler,ceo diff --git a/orgs/partners.txt b/orgs/partners.txt index 880748638..f72fee8b1 100644 --- a/orgs/partners.txt +++ b/orgs/partners.txt @@ -1 +1,3 @@ partner list +Boot.dev +TheStartup From 9017f0ef7ed945f338529a92bcc81b7f333a84ea Mon Sep 17 00:00:00 2001 From: JRM Date: Tue, 24 Feb 2026 08:44:21 -0600 Subject: [PATCH 4/7] D: add jayson to customers --- customers/all.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/customers/all.csv b/customers/all.csv index 16dd7b21e..734dbd659 100644 --- a/customers/all.csv +++ b/customers/all.csv @@ -1 +1,2 @@ first_name,last_name,company,title +jayson,gross,htmz,contributor From cf13ed9124a1a52f7e83dddf56f3e52144e07dc4 Mon Sep 17 00:00:00 2001 From: JRM Date: Tue, 24 Feb 2026 11:16:14 -0600 Subject: [PATCH 5/7] E: fine, Greg can have this one --- orgs/partners.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orgs/partners.txt b/orgs/partners.txt index f72fee8b1..ab0427ba4 100644 --- a/orgs/partners.txt +++ b/orgs/partners.txt @@ -1,3 +1,3 @@ -partner list + Boot.dev TheStartup From e4fe694c66c8a8bda84060632dcda30bb3c0ede2 Mon Sep 17 00:00:00 2001 From: JRM Date: Wed, 25 Feb 2026 09:18:15 -0600 Subject: [PATCH 6/7] J: redacted --- customers/all.csv | 1 - customers/banned.csv | 3 +++ customers/favs.md | 6 ++++++ orgs/partners.txt | 4 ++-- 4 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 customers/banned.csv create mode 100644 customers/favs.md diff --git a/customers/all.csv b/customers/all.csv index 9d215a37c..cebc042af 100644 --- a/customers/all.csv +++ b/customers/all.csv @@ -1,4 +1,3 @@ first_name,last_name,company,title -jayson,gross,htmz,contributor diff --git a/customers/banned.csv b/customers/banned.csv new file mode 100644 index 000000000..5b13c1afc --- /dev/null +++ b/customers/banned.csv @@ -0,0 +1,3 @@ +first_name,last_name,company,title +Ballan,Agrandian,Boots.lore,Protagonist +sam,ctrlman,closedai,ceo diff --git a/customers/favs.md b/customers/favs.md new file mode 100644 index 000000000..359c9fe0c --- /dev/null +++ b/customers/favs.md @@ -0,0 +1,6 @@ +# Favorite Customers + +* Jesse Pinkman, Heisenberg's Assistant + +* Walter White, Heisenberg, Chemist + diff --git a/orgs/partners.txt b/orgs/partners.txt index ab0427ba4..2f6c37ace 100644 --- a/orgs/partners.txt +++ b/orgs/partners.txt @@ -1,3 +1,3 @@ - -Boot.dev +partner list +SalesInc TheStartup From 189986917c19d5e468494da7b428099664857d21 Mon Sep 17 00:00:00 2001 From: JRM Date: Wed, 25 Feb 2026 10:20:45 -0600 Subject: [PATCH 7/7] K: credit card numbers --- scripts/scan.sh | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/scripts/scan.sh b/scripts/scan.sh index f4d9eb226..be676a78a 100755 --- a/scripts/scan.sh +++ b/scripts/scan.sh @@ -1 +1,10 @@ -# TODO: write the script +printf "\n====== SCANNING FOR CREDIT CARD NUMBERS ======\n" +grep -rE --color=always '(\b[0-9]{4}[- ]?){3}[0-9]{4}\b' . --exclude-dir={.git} --line-number +echo "========= CREDIT CARD SCAN COMPLETE ==========" +printf "\n==== SCANNING FOR SOCIAL SECURITY NUMBERS ====\n" +grep -rE --color=always '\b[0-9]{3}-[0-9]{2}-[0-9]{4}\b' . --exclude-dir={.git} --line-number +echo "======= SOCIAL SECURITY SCAN COMPLETE ========" +printf "\n========= SCANNING FOR PHONE NUMBERS =========\n" +grep -rE --color=always '\b[0-9]{3}-[0-9]{3}-[0-9]{4}\b' . --exclude-dir={.git} --line-number +grep -rE --color=always '\([0-9]{3}\) [0-9]{3}-[0-9]{4}' . --exclude-dir={.git} --line-number +echo "========= PHONE NUMBER SCAN COMPLETE ========="