From 10d3e0f4ecae8078f68e0cff8eb9b3a985dc3375 Mon Sep 17 00:00:00 2001 From: Alkaid412 Date: Mon, 31 Aug 2026 07:51:27 -0400 Subject: [PATCH 1/9] 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 f366a97f2b448c45809905361b04fbad31b3a2aa Mon Sep 17 00:00:00 2001 From: Alkaid412 Date: Mon, 31 Aug 2026 07:56:21 -0400 Subject: [PATCH 2/9] 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 db029dfca4ffd6b36f77b5bb7bfe3b3e88e8d959 Mon Sep 17 00:00:00 2001 From: Alkaid412 Date: Mon, 31 Aug 2026 07:58:19 -0400 Subject: [PATCH 3/9] B: --- customers/all.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customers/all.csv b/customers/all.csv index 734dbd659..9a48778b9 100644 --- a/customers/all.csv +++ b/customers/all.csv @@ -1,2 +1,2 @@ first_name,last_name,company,title -jayson,gross,htmz,contributor +jayson,gross,htmz,contributors From 3ce0c04c98cb18d038123f5c1ea06c4bff7e458f Mon Sep 17 00:00:00 2001 From: Alkaid412 Date: Tue, 1 Sep 2026 08:06:00 -0400 Subject: [PATCH 4/9] B: --- orgs/partners.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orgs/partners.txt b/orgs/partners.txt index f72fee8b1..11868b3b6 100644 --- a/orgs/partners.txt +++ b/orgs/partners.txt @@ -1,3 +1,3 @@ partner list Boot.dev -TheStartup +TheStartups From 4f38f4b2d5097ae628201087f1f2a0cc9d9e9eaf Mon Sep 17 00:00:00 2001 From: Alkaid412 Date: Tue, 1 Sep 2026 08:15:25 -0400 Subject: [PATCH 5/9] G: changed records --- customers/all.csv | 2 +- orgs/partners.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/customers/all.csv b/customers/all.csv index 734dbd659..9e8fd8f8c 100644 --- a/customers/all.csv +++ b/customers/all.csv @@ -1,2 +1,2 @@ first_name,last_name,company,title -jayson,gross,htmz,contributor +carson,gross,htmz,contributor diff --git a/orgs/partners.txt b/orgs/partners.txt index f72fee8b1..2f6c37ace 100644 --- a/orgs/partners.txt +++ b/orgs/partners.txt @@ -1,3 +1,3 @@ partner list -Boot.dev +SalesInc TheStartup From 39aae1e879c32af6864622bc20f313d1cb10bb02 Mon Sep 17 00:00:00 2001 From: Alkaid412 Date: Tue, 1 Sep 2026 08:16:32 -0400 Subject: [PATCH 6/9] H: changed records again --- customers/all.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customers/all.csv b/customers/all.csv index 9e8fd8f8c..b367e5793 100644 --- a/customers/all.csv +++ b/customers/all.csv @@ -1,2 +1,2 @@ first_name,last_name,company,title -carson,gross,htmz,contributor +carson,gross,htmx,contributor From a39bb82bada03b024dad7aa9bacdf0b41d0b57d5 Mon Sep 17 00:00:00 2001 From: Alkaid412 Date: Sat, 5 Sep 2026 07:48:32 -0400 Subject: [PATCH 7/9] F: changed banned --- customers/all.csv | 1 - customers/banned.csv | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 customers/banned.csv diff --git a/customers/all.csv b/customers/all.csv index b367e5793..16dd7b21e 100644 --- a/customers/all.csv +++ b/customers/all.csv @@ -1,2 +1 @@ first_name,last_name,company,title -carson,gross,htmx,contributor diff --git a/customers/banned.csv b/customers/banned.csv new file mode 100644 index 000000000..7f1b7ad05 --- /dev/null +++ b/customers/banned.csv @@ -0,0 +1,3 @@ +first_name,last_name,company,title +Kayha,tbd,TheMarchOfTime,sidekick +sam,ctrlman,closedai,ceo From ef973029e9c273a932719abe56ffa88f568bf9b8 Mon Sep 17 00:00:00 2001 From: Alkaid412 Date: Mon, 7 Sep 2026 19:16:08 -0400 Subject: [PATCH 8/9] J: changed scan --- customers/banned.csv | 2 +- customers/favs.md | 3 +++ scripts/scan.sh | 12 +++++++++++- 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 customers/favs.md diff --git a/customers/banned.csv b/customers/banned.csv index 7f1b7ad05..621607f4b 100644 --- a/customers/banned.csv +++ b/customers/banned.csv @@ -1,3 +1,3 @@ first_name,last_name,company,title Kayha,tbd,TheMarchOfTime,sidekick -sam,ctrlman,closedai,ceo +sam,ctrlman,closedai,ceos diff --git a/customers/favs.md b/customers/favs.md new file mode 100644 index 000000000..73d7e11d5 --- /dev/null +++ b/customers/favs.md @@ -0,0 +1,3 @@ +# Favorite Customers +* Jesse Pinkman, Heisenberg's Assistant +* Walter White, Heisenberg, Chemists diff --git a/scripts/scan.sh b/scripts/scan.sh index f4d9eb226..0b77d12ca 100755 --- a/scripts/scan.sh +++ b/scripts/scan.sh @@ -1 +1,11 @@ -# 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 =========" +a From 02dc1b67cca570485af21be498eab4e7f985f843 Mon Sep 17 00:00:00 2001 From: Alkaid412 Date: Mon, 7 Sep 2026 19:16:30 -0400 Subject: [PATCH 9/9] K: changed scan again --- scripts/scan.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/scan.sh b/scripts/scan.sh index 0b77d12ca..be676a78a 100755 --- a/scripts/scan.sh +++ b/scripts/scan.sh @@ -8,4 +8,3 @@ 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 =========" -a