From e442fbae9e3514ab0d90f69cc18d79d5dedbfd93 Mon Sep 17 00:00:00 2001 From: Ricardo Agostinho Date: Wed, 19 Nov 2025 15:51:54 +0000 Subject: [PATCH 1/8] add myself as a contributor --- contributors/ricardo.txt | Bin 0 -> 82 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 contributors/ricardo.txt diff --git a/contributors/ricardo.txt b/contributors/ricardo.txt new file mode 100644 index 0000000000000000000000000000000000000000..27d6d85000f693681d6746c1827df147a3888053 GIT binary patch literal 82 zcmXYoQ3`+{6a?ox@GABf=xr<{10RLe^|K{nzh-x*KZQ# Date: Wed, 19 Nov 2025 16:28:12 +0000 Subject: [PATCH 2/8] B: recovery --- slander.md | Bin 0 -> 20 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 slander.md diff --git a/slander.md b/slander.md new file mode 100644 index 0000000000000000000000000000000000000000..999a12c592b8974218929d01d2f7067eb49e34b8 GIT binary patch literal 20 UcmezWFOh+lfr}vtOeTX#05=Q+X#fBK literal 0 HcmV?d00001 From f1a568513d1236f24a0ca38fda587236b47033f7 Mon Sep 17 00:00:00 2001 From: Ricardo Agostinho Date: Wed, 19 Nov 2025 17:04:48 +0000 Subject: [PATCH 3/8] 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..884a55a15 100644 --- a/customers/all.csv +++ b/customers/all.csv @@ -1 +1,2 @@ first_name,last_name,company,title +karson,yummy,intercooler,ceo \ No newline at end of file diff --git a/orgs/partners.txt b/orgs/partners.txt index 880748638..93abf2117 100644 --- a/orgs/partners.txt +++ b/orgs/partners.txt @@ -1 +1,3 @@ partner list +Boot.dev +TheStartup \ No newline at end of file From c7f1576194c92d98fc1a481a178a71d5c518c30b Mon Sep 17 00:00:00 2001 From: Ricardo Agostinho Date: Wed, 19 Nov 2025 17:05:38 +0000 Subject: [PATCH 4/8] 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..9ca3b90b1 100644 --- a/customers/all.csv +++ b/customers/all.csv @@ -1 +1,2 @@ first_name,last_name,company,title +jayson,gross,htmz,contributor \ No newline at end of file From 67301af3e7fa3843c7b1542dacb85850430cf0ec Mon Sep 17 00:00:00 2001 From: Ricardo Agostinho Date: Wed, 19 Nov 2025 17:44:21 +0000 Subject: [PATCH 5/8] F: delete those records --- customers/all.csv | 1 - orgs/partners.txt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/customers/all.csv b/customers/all.csv index 734dbd659..16dd7b21e 100644 --- a/customers/all.csv +++ b/customers/all.csv @@ -1,2 +1 @@ first_name,last_name,company,title -jayson,gross,htmz,contributor diff --git a/orgs/partners.txt b/orgs/partners.txt index 93abf2117..24b4c33fe 100644 --- a/orgs/partners.txt +++ b/orgs/partners.txt @@ -1,3 +1,3 @@ partner list -Boot.dev + TheStartup \ No newline at end of file From e6eb32e22e86993ad55526cd6aaf7e2f7710efc1 Mon Sep 17 00:00:00 2001 From: Ricardo Agostinho Date: Wed, 19 Nov 2025 17:46:50 +0000 Subject: [PATCH 6/8] F: multiple conflicts --- 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..9c74e1007 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,html,contributor diff --git a/orgs/partners.txt b/orgs/partners.txt index 93abf2117..e25dfe69d 100644 --- a/orgs/partners.txt +++ b/orgs/partners.txt @@ -1,3 +1,3 @@ partner list -Boot.dev +SalesInc TheStartup \ No newline at end of file From ceb2c64d9624f15c4aa44aa605e016a769fae51c Mon Sep 17 00:00:00 2001 From: Ricardo Agostinho Date: Thu, 20 Nov 2025 14:32:28 +0000 Subject: [PATCH 7/8] J: redacted --- customers/banned.csv | 3 +++ customers/favs.md | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 customers/banned.csv create mode 100644 customers/favs.md diff --git a/customers/banned.csv b/customers/banned.csv new file mode 100644 index 000000000..b01b34169 --- /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 \ No newline at end of file diff --git a/customers/favs.md b/customers/favs.md new file mode 100644 index 000000000..bfe19c681 --- /dev/null +++ b/customers/favs.md @@ -0,0 +1,3 @@ +# Favorite Customers +* Jesse Pinkman, Heisenberg's Assistant +* Walter White, Heisenberg, Chemist From 7c02032c6667e4169437ea5e6d053dceac118dd2 Mon Sep 17 00:00:00 2001 From: Ricardo Agostinho Date: Thu, 20 Nov 2025 15:48:34 +0000 Subject: [PATCH 8/8] K: credits --- scripts/scan.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/scripts/scan.sh b/scripts/scan.sh index f4d9eb226..e73cea72b 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 =========" \ No newline at end of file