summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <jcarstairs@scottlogic.com>2024-07-16 10:08:49 +0100
committerJoe Carstairs <jcarstairs@scottlogic.com>2024-07-16 10:08:49 +0100
commit2cf3723b8cb30f8eaab10bd5e6ab3b860480aac9 (patch)
treea0ba3e74ed3cc985c7fcfc50217b7430ad531840
parente7f41976f1d0c0467eaf293e3524773fd4ee4eef (diff)
Reverse Engineering TicketMaster's Rotating Barcodes
-rw-r--r--website/src/data/links.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/website/src/data/links.ts b/website/src/data/links.ts
index 964613c..cc2659b 100644
--- a/website/src/data/links.ts
+++ b/website/src/data/links.ts
@@ -80,6 +80,12 @@ const LINKS: Link[] = [
description: 'Did you know that most organisations store less than 100GB, and almost all analytics is run on the last 24h of data? I didn’t. Though take it all with a pinch of salt: the guy’s writing on his company blog which sells traditional data warehouses.',
isoDateAdded: '2024-06-17',
},
+ {
+ href: 'https://conduition.io/coding/ticketmaster',
+ title: "Reverse Engineering TicketMaster's Rotating Barcodes (SafeTix)",
+ description: 'Who doesn\'t like a classic David-and-Goliath hacker story? Also, if you\'re American, please <a href="https://www.breakupticketmaster.com">break up TicketMaster</a>. If you\'re in the UK, it\'s not quite as bad, but <a href="https://assets.publishing.service.gov.uk/media/5519473540f0b61401000087/final_report.pdf">it\'s still really bad</a>. Use alternatives where you can.',
+ isoDateAdded: '2024-07-16',
+ },
];
export default LINKS;