From 74d653b2f1118b536ed086f42cdb154187415b7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 23:41:43 +0000 Subject: [PATCH 1/3] chore(deps): bump nokogiri from 1.18.10 to 1.19.1 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.18.10 to 1.19.1. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.18.10...v1.19.1) --- updated-dependencies: - dependency-name: nokogiri dependency-version: 1.19.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 094dc4c..a09d922 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -267,9 +267,9 @@ GEM prism (~> 1.5) net-http (0.9.1) uri (>= 0.11.1) - nokogiri (1.18.10-arm64-darwin) + nokogiri (1.19.1-arm64-darwin) racc (~> 1.4) - nokogiri (1.18.10-x86_64-linux-gnu) + nokogiri (1.19.1-x86_64-linux-gnu) racc (~> 1.4) octokit (4.25.1) faraday (>= 1, < 3) From 6c4f1221ae29926901dfaca3c2eebc78a8ff50a3 Mon Sep 17 00:00:00 2001 From: mauvehed Date: Sat, 14 Mar 2026 14:07:38 -0500 Subject: [PATCH 2/3] chore(data): normalize all people JSON files to match template schema Add missing obituary and affiliations fields, convert empty string collection fields to empty arrays, and standardize field ordering across all 44 modified person files to match _template.json --- people/aaronswartz.json | 2 ++ people/arjenkamphuis.json | 6 ++++-- people/barnabyjack.json | 2 ++ people/benbyer.json | 8 +++++--- people/bill.json | 1 + people/borisfloricic.json | 6 ++++-- people/bradsmith.json | 1 - people/brandenhancock.json | 7 ++++--- people/bretmattingly.json | 7 ++++--- people/christianwright.json | 8 +++++--- people/christopherfudge.json | 7 +++++-- people/conorfaheylatrope.json | 1 + people/darensenn.json | 1 + people/davidjones.json | 16 ++++++++++++---- people/devenfore.json | 4 +++- people/donblumenthal.json | 4 +++- people/ericchavez.json | 1 + people/garyjames.json | 8 +++++--- people/geoffreybennett.json | 4 ++-- people/ianmurdock.json | 6 ++++-- people/jaimecochran.json | 3 ++- people/jaydesdyson.json | 5 +++-- people/jerrodbates.json | 5 ++++- people/joeengressia.json | 8 +++++--- people/joerogers.json | 8 +++++--- people/jonathanstuart.json | 2 ++ people/jonhart.json | 6 ++++-- people/joshcohen.json | 5 +++-- people/karlkoch.json | 6 ++++-- people/kriskaspersky.json | 2 ++ people/larrytesler.json | 3 ++- people/lensassaman.json | 4 +++- people/maxxredwine.json | 8 +++++--- people/michaelassante.json | 4 +++- people/michaelhamelin.json | 6 ++++-- people/mikekemp.json | 8 +++++--- people/nickjeremicah.json | 7 ++++--- people/nolanberry.json | 5 +++-- people/obsèquesdepaolo.json | 8 +++++--- people/rebeccabace.json | 6 ++++-- people/robertashby.json | 7 ++++--- people/ryanvanderwall.json | 8 +++++--- people/scottsard.json | 4 +++- people/tiffanyhinch.json | 4 +++- 44 files changed, 155 insertions(+), 77 deletions(-) diff --git a/people/aaronswartz.json b/people/aaronswartz.json index a9f9dde..dc8daac 100644 --- a/people/aaronswartz.json +++ b/people/aaronswartz.json @@ -4,7 +4,9 @@ "handle": "", "birth": "1986", "death": "2013", + "obituary": "", "issue": "7", + "affiliations": "", "mainimage": "/images/y3t1_Art-Aaron_Swartz.png", "maintext": "

Aaron Swartz was an American computer programmer, entrepreneur, writer, political organizer, and Internet hacktivist. He was involved in the development of the web feed format RSS, the Markdown publishing format, the organization Creative Commons, and the website framework web.py, and was a co-founder of the social news site Reddit. He was given the title of co-founder by Y Combinator owner Paul Graham after the formation of Not a Bug, Inc. (a merger of Swartz's project Infogami and Reddit, a company run by Alexis Ohanian and Steve Huffman).

", "socialmedialinks": [ diff --git a/people/arjenkamphuis.json b/people/arjenkamphuis.json index 7e1cb5e..fcfb48c 100644 --- a/people/arjenkamphuis.json +++ b/people/arjenkamphuis.json @@ -4,7 +4,9 @@ "handle": "", "birth": "", "death": "", + "obituary": "", "issue": "22", + "affiliations": "", "mainimage": "/images/face-silhouette-clipart.png", "maintext": "", "socialmedialinks": [ @@ -17,6 +19,6 @@ "siteurl": "https://about.me/arjenkamphuis" } ], - "contributions": "", - "gallery": "" + "contributions": [], + "gallery": [] } diff --git a/people/barnabyjack.json b/people/barnabyjack.json index e107148..c32815c 100644 --- a/people/barnabyjack.json +++ b/people/barnabyjack.json @@ -4,7 +4,9 @@ "handle": "", "birth": "1977", "death": "2013", + "obituary": "", "issue": "4", + "affiliations": "", "mainimage": "/images/y3t1_Art-Barnaby_Jack.png", "maintext": "", "socialmedialinks": [ diff --git a/people/benbyer.json b/people/benbyer.json index a781546..addf342 100644 --- a/people/benbyer.json +++ b/people/benbyer.json @@ -4,10 +4,12 @@ "handle": "bushing", "birth": "1980", "death": "2016", + "obituary": "", "issue": "31", + "affiliations": "", "mainimage": "/images/byer-ben.jpg", "maintext": "

We are deeply saddened by the news that our member, colleague, and friend Ben “bushing” Byer passed away of natural causes on Monday, February 8th. Many of you knew him as one of the public faces of our group, fail0verflow, and before that, Team Twiizers and the iPhone Dev Team. Outspoken but never confrontational, he was proof that even in the competitive and oftentimes aggressive hacking scene, there is a place for both a sharp mind and a kind heart. To us he was, of course, much more. He brought us together, as a group and in spirit. Without him, we as a team would not exist. He was a mentor to many, and an inspiration to us all. Yet above anything, he was our friend. He will be dearly missed. Our thoughts go out to his wife and family. Keep hacking. It’s what bushing would have wanted.

", - "socialmedialinks": "", - "contributions": "", - "gallery": "" + "socialmedialinks": [], + "contributions": [], + "gallery": [] } diff --git a/people/bill.json b/people/bill.json index 5d5fa2c..2b28aa9 100644 --- a/people/bill.json +++ b/people/bill.json @@ -6,6 +6,7 @@ "death": "2019", "obituary": "", "issue": "59", + "affiliations": "", "mainimage": "/images/bill.jpg", "maintext": "25 years later, still Wolfgame. IT Consultant, Cider Enthusiast, Vaper, Gamer, and cranky fucker with no time for your shit.", "socialmedialinks": [ diff --git a/people/borisfloricic.json b/people/borisfloricic.json index 1594091..b8030cf 100644 --- a/people/borisfloricic.json +++ b/people/borisfloricic.json @@ -4,7 +4,9 @@ "handle": "Tron", "birth": "1972", "death": "1998", + "obituary": "", "issue": "24", + "affiliations": "", "mainimage": "/images/face-silhouette-clipart.png", "maintext": "

Boris Floricic, better known by his pseudonym Tron, was a German hacker and phreaker whose death in unclear circumstances has led to various conspiracy theories. He is also known for his Diplom thesis presenting one of the first public implementations of a telephone with built-in voice encryption, the 'Cryptophon'.

Floricic's pseudonym was a reference to the eponymous character in the 1982 Disney film Tron. Floricic was interested in defeating computer security mechanisms; amongst other hacks, he broke the security of the German phonecard and produced working clones. He was subsequently sentenced to 15 months in jail for the physical theft of a public phone (for reverse engineering purposes) but the sentence was suspended to probation.

", "socialmedialinks": [ @@ -17,6 +19,6 @@ "siteurl": "https://en.wikipedia.org/wiki/Tron_(hacker)" } ], - "contributions": "", - "gallery": "" + "contributions": [], + "gallery": [] } diff --git a/people/bradsmith.json b/people/bradsmith.json index f717c88..215f69a 100644 --- a/people/bradsmith.json +++ b/people/bradsmith.json @@ -39,7 +39,6 @@ "siteurl": "https://web.archive.org/web/20120617165745/http://www.bradthenurse.com/" } ], - "contributions": [ { "title": "2014 - Presentation - Hacker Halted - Cracking BlueTooth for Phun and Profit", diff --git a/people/brandenhancock.json b/people/brandenhancock.json index b3c894c..ecff520 100644 --- a/people/brandenhancock.json +++ b/people/brandenhancock.json @@ -4,11 +4,12 @@ "handle": "Ghent", "birth": "1977", "death": "2003", + "obituary": "", "issue": "15", "affiliations": "Goon", "mainimage": "https://www.defcon.org/images/links/whois/ghent.jpg", "maintext": "

Ghent aka Branden Hancock died of inuries sustained in a motorcycle accident.

He is survived by his mother and younger sister.

Ghent was 26 years old.

", - "socialmedialinks": "", - "contributions": "", - "gallery": "" + "socialmedialinks": [], + "contributions": [], + "gallery": [] } diff --git a/people/bretmattingly.json b/people/bretmattingly.json index dcb1135..4c99ed1 100644 --- a/people/bretmattingly.json +++ b/people/bretmattingly.json @@ -4,8 +4,9 @@ "handle": "Delta", "birth": "1992", "death": "2019", - "issue": "29", "obituary": "https://www.legacy.com/obituaries/indystar/obituary.aspx?n=bret-oliver-mattingly&pid=191620602&fhid=14455", + "issue": "29", + "affiliations": "", "mainimage": "/images/Bret_Mattingly.jpg", "maintext": "", "socialmedialinks": [ @@ -22,6 +23,6 @@ "siteurl": "https://www.linkedin.com/in/bretmattinglyii" } ], - "contributions": "", - "gallery": "" + "contributions": [], + "gallery": [] } diff --git a/people/christianwright.json b/people/christianwright.json index 13a3465..c1ddd15 100644 --- a/people/christianwright.json +++ b/people/christianwright.json @@ -4,10 +4,12 @@ "handle": "Curiosity", "birth": "", "death": "", + "obituary": "", "issue": "11", + "affiliations": "", "mainimage": "/images/y3t1_Art-Christian_Wright_aka_Curiosity.jpg", "maintext": "", - "socialmedialinks": "", - "contributions": "", - "gallery": "" + "socialmedialinks": [], + "contributions": [], + "gallery": [] } diff --git a/people/christopherfudge.json b/people/christopherfudge.json index e2bf263..65d6b65 100644 --- a/people/christopherfudge.json +++ b/people/christopherfudge.json @@ -17,7 +17,10 @@ ], "contributions": [ { - "title": "CISO at Tri-State Generation" + "title": "CISO at Tri-State Generation", + "url": "", + "description": "" } - ] + ], + "gallery": [] } diff --git a/people/conorfaheylatrope.json b/people/conorfaheylatrope.json index 5151a73..7afb346 100644 --- a/people/conorfaheylatrope.json +++ b/people/conorfaheylatrope.json @@ -6,6 +6,7 @@ "death": "", "obituary": "", "issue": "81", + "affiliations": "", "mainimage": "/images/Conor_Fahey-Latrope.jpg", "maintext": "", "socialmedialinks": [ diff --git a/people/darensenn.json b/people/darensenn.json index b7dbb5f..2c5dac7 100644 --- a/people/darensenn.json +++ b/people/darensenn.json @@ -6,6 +6,7 @@ "death": "", "obituary": "", "issue": "49", + "affiliations": "", "mainimage": "/images/face-silhouette-clipart.png", "maintext": "", "socialmedialinks": [], diff --git a/people/davidjones.json b/people/davidjones.json index a858360..8b5d94e 100644 --- a/people/davidjones.json +++ b/people/davidjones.json @@ -4,7 +4,9 @@ "handle": "Rev. Rance", "birth": "", "death": "", + "obituary": "", "issue": "1", + "affiliations": "", "mainimage": "/images/y3t1_Art-David_Jones_aka_Rance.jpg", "maintext": "", "socialmedialinks": [ @@ -21,16 +23,22 @@ "siteurl": "https://www.facebook.com/profile.php?id=1198558199&ref=br_rs" } ], - "contributions": "", + "contributions": [], "gallery": [ { - "url": "/images/David_Jones_1.jpg" + "url": "/images/David_Jones_1.jpg", + "title": "", + "caption": "" }, { - "url": "/images/David_Jones_2.jpg" + "url": "/images/David_Jones_2.jpg", + "title": "", + "caption": "" }, { - "url": "/images/David_Jones_3.jpg" + "url": "/images/David_Jones_3.jpg", + "title": "", + "caption": "" } ] } diff --git a/people/devenfore.json b/people/devenfore.json index 4325865..31e1704 100644 --- a/people/devenfore.json +++ b/people/devenfore.json @@ -18,5 +18,7 @@ "sitename": "DC801", "siteurl": "https://www.dc801.org/" } - ] + ], + "contributions": [], + "gallery": [] } diff --git a/people/donblumenthal.json b/people/donblumenthal.json index 0f538b0..dcd4d19 100644 --- a/people/donblumenthal.json +++ b/people/donblumenthal.json @@ -9,11 +9,13 @@ "affiliations": "ICANN", "mainimage": "/images/donblumenthal.jpg", "maintext": "

Don Blumenthal is a lawyer and consultant. He esd an expert in law, technology, and policy development, particularly data security and privacy issues, electronic data discovery, cyber crime and civil fraud, Internet evidence development, spam, and malware. He was the Senior Policy Advisor of PIR, the registry operator of the .org TLD. Blumenthal was also a Senior Principal for Global Cyber Risk, LLC., and an Adjunct Professor at the University of Michigan School of Information and at Michigan State University School of Criminal Justice.

Blumenthal is an active participant in the ICANN community. He is represents PIR at the GNSO's RySG. He is also a member of various Working Groups such as the Joint DNS Security and Stability Analysis (DSSA) Working Group, GNSO Whois Survey WG, and Security and Stability Advisory Committee (SSAC).

Blumenthal contributed to the ABA publication International Guide to Cyber Security, the International Guide to Privacy and Roadmap to Enterprise Security. In 2005, he served as Co-Chairman to the Roadmap to Government and Private Sector Cyber Security Program and became the Moderator of the Roadmap to Enterprise Security Panel. In 2003, he helped organize the program Doing Business Around the Globe: New Guides to Protecting and Securing Your Data and Network, and participated as panelist during the ABA annual meeting. In 2004, he was the keynote speaker of the Third European IT-Forensics Meetings which was held at Rome, Italy. He is q contributor to FTC's publication, the Fraudbuster, under the Computer Sentinel Program. A complete list of his outreach activities can be found here.

", + "socialmedialinks": [], "contributions": [ { "title": "micq", "url": "htps://www.cyberz.tech/", "description": "Micq (Matt's ICQ) is a text mode (console) ICQ client for Linux and Unix based Operating Systems, originally written by Matthew D Smith with the first versions being used very early 1998." } - ] + ], + "gallery": [] } diff --git a/people/ericchavez.json b/people/ericchavez.json index 10db96b..c078640 100644 --- a/people/ericchavez.json +++ b/people/ericchavez.json @@ -6,6 +6,7 @@ "death": "2019", "obituary": "", "issue": "57", + "affiliations": "", "mainimage": "/images/Eric_Chavez.jpg", "maintext": "", "socialmedialinks": [ diff --git a/people/garyjames.json b/people/garyjames.json index 5937fdd..eecb416 100644 --- a/people/garyjames.json +++ b/people/garyjames.json @@ -4,10 +4,12 @@ "handle": "Turb1n3", "birth": "", "death": "", + "obituary": "", "issue": "17", + "affiliations": "", "mainimage": "/images/y3t1_Art-Gary_James_aka_Turb1n3.png", "maintext": "", - "socialmedialinks": "", - "contributions": "", - "gallery": "" + "socialmedialinks": [], + "contributions": [], + "gallery": [] } diff --git a/people/geoffreybennett.json b/people/geoffreybennett.json index f790e45..4c64fbf 100644 --- a/people/geoffreybennett.json +++ b/people/geoffreybennett.json @@ -4,9 +4,9 @@ "handle": "", "birth": "1966", "death": "2008", - "affiliations": "AHA!", - "issue": "33", "obituary": "https://www.dignitymemorial.com/obituaries/austin-tx/geoffrey-bennett-8211772", + "issue": "33", + "affiliations": "AHA!", "mainimage": "/images/Geoffrey_Bennett.jpg", "maintext": "

From Obituary: Geoffrey Southerland Bennett On April 6, 2008, Geoffrey Southerland Bennett, passed away while jogging at the Dell Jewish Community Center of Austin. Born in Washington, D.C. on August 22, 1966, Geoff was 41 years old. Geoffrey was a very loving and nurturing father to his daughter, Ruthie. He produced 'Ruthie's Daily Grind', an internet blog on Ruthie's development from infancy through preschool.

Geoffrey graduated from Austin High School and was an outstanding gymnast in high school and college. While attending Austin High, he held all but one of the men's gymnastic records. Geoffrey earned a BFA degree at the University of Oklahoma and was an accomplished artist. Geoff was an avid reader with a passion for satire. He was employed by TICOM, Inc., and was a highly regarded Information Systems Security Analyst and Network Administrator.

Survivors include his daughter, Ruth Lynelle Bennett; wife, Jennifer Godfrey Bennett; mother, Mary Beth Bennett; father, Baylus Bennett; brother, Chad Bennett and his wife Catherine and their children Cadyn and Chase Bennett. Visitation will be held Wednesday April 9, from 6:00 – 8:00 p.m. at Weed-Corley-Fish Funeral Home, 3125 N. Lamar. Services will be held at 1 pm on Thursday, April 10, at Weed-Corley-Fish Funeral Home. Interment will follow at Austin Memorial Park. Pallbearers are: Chad Bennett, Raymond Bennett, Willie Bennett, Bruce Tabor, Kevin Godfrey, Ian Robertson, Jason Johnston, and Aqueel Darbar. In lieu of flowers contributions to the following organizations are welcome, Dell Children's Hospital, Town Lake Animal Center, and Capitol School of Austin

", "socialmedialinks": [], diff --git a/people/ianmurdock.json b/people/ianmurdock.json index 2b38162..3620d0b 100644 --- a/people/ianmurdock.json +++ b/people/ianmurdock.json @@ -4,10 +4,12 @@ "handle": "", "birth": "1973", "death": "2015", + "obituary": "", "issue": "25", + "affiliations": "", "mainimage": "/images/Ian_Murdock.jpg", "maintext": "

While a college student, Murdock founded the Debian project in August 1993, and wrote the Debian Manifesto in January 1994. Murdock conceived Debian as a Linux distribution that embraced open design, contributions, and support from the free software community. He named Debian after his then-girlfriend (later wife) Debra Lynn, and himself (Deb and Ian). They later married, had three children, and divorced in January 2008. In January 2006, Murdock was appointed Chief Technology Officer of the Free Standards Group and elected chair of the Linux Standard Base workgroup. He continued as CTO of the Linux Foundation when the group was formed from the merger of the Free Standards Group and Open Source Development Labs.

", - "socialmedialinks": "", + "socialmedialinks": [], "contributions": [ { "title": "Debian", @@ -15,5 +17,5 @@ "description": "Debian (/ˈdɛbiən/) is a Unix-like operating system composed of free and open-source software. Ian Murdock founded the Debian Project on August 16, 1993." } ], - "gallery": "" + "gallery": [] } diff --git a/people/jaimecochran.json b/people/jaimecochran.json index 691cb20..302f3fa 100644 --- a/people/jaimecochran.json +++ b/people/jaimecochran.json @@ -4,6 +4,7 @@ "handle": "ACKFlags/AssHurtMacFags", "birth": "", "death": "2018", + "obituary": "", "issue": "26", "affiliations": "The Rustle League", "mainimage": "/images/JaimeCochran_2.png", @@ -22,7 +23,7 @@ "siteurl": "https://www.facebook.com/asshurtmacfags/" } ], - "contributions": "", + "contributions": [], "gallery": [ { "url": "/images/JaimeCochran.jpg", diff --git a/people/jaydesdyson.json b/people/jaydesdyson.json index 9dc13b8..987d1b2 100644 --- a/people/jaydesdyson.json +++ b/people/jaydesdyson.json @@ -4,11 +4,12 @@ "handle": "Cancer Omega", "birth": "22 Sept 1962", "death": "21 Dec 2011", + "obituary": "", "issue": "14", "affiliations": "attrition.org", "mainimage": "/images/Jay_Dyson.jpg", "maintext": "Jay Dyson, 49, of Surprise, Arizona, passed away on December 21, 2011. He was preceded in death by his mother, Carole Clough. He is survived by his loving wife, Marie Dyson, children, Andrew and Miranda Dyson, father, Bill Clough, brothers, Douglas, Charlie and Michael Clough, parents-in-law, Ronald and Penny D’Abato and sister-in-law, Cassie Sheline. Jay was a wonderful man who was very dedicated to his family and his work. He absolutely loved Christmas and had a special way making the holiday so cheerful for those around him. Jay’s first Christmas in Heaven will be very special as he will be dearly missed by all those who loved him.", - "socialmedialinks": "", + "socialmedialinks": [], "contributions": [ { "title": "Attrition homepage", @@ -16,5 +17,5 @@ "description": "Cancer Omega's homepage on attrition.org" } ], - "gallery": "" + "gallery": [] } diff --git a/people/jerrodbates.json b/people/jerrodbates.json index bf8b2c5..0342887 100644 --- a/people/jerrodbates.json +++ b/people/jerrodbates.json @@ -5,6 +5,7 @@ "birth": "1974", "death": "2023", "obituary": "https://www.legacy.com/us/obituaries/baytobaynews-de/name/jerrod-bates-obituary?id=53151891", + "issue": "", "affiliations": "Del Tech, Wilmington University, US Cyber Challenge", "mainimage": "/images/Image-jerrod-bates.jfif", "maintext": " Jerrod Bates was a cybersecurity teacher in Delaware who inspired a lot of students to get active in the community and actually taught infosec right. He was active in conferences, getting students to conferences, and also getting students in places like US Cyber Challenge. He was a great teacher and a great person. He will be missed.", @@ -18,10 +19,12 @@ "siteurl": "https://www.facebook.com/jerrod.bates.9" } ], + "contributions": [], "gallery": [ { "url": "/images/Image-jerrod-bates.jfif", - "title": "Photo of Jerrod Bates" + "title": "Photo of Jerrod Bates", + "caption": "" } ] } diff --git a/people/joeengressia.json b/people/joeengressia.json index c475a6f..092441f 100644 --- a/people/joeengressia.json +++ b/people/joeengressia.json @@ -4,10 +4,12 @@ "handle": "Joybubbles", "birth": "", "death": "", + "obituary": "", "issue": "16", + "affiliations": "", "mainimage": "/images/face-silhouette-clipart.png", "maintext": "", - "socialmedialinks": "", - "contributions": "", - "gallery": "" + "socialmedialinks": [], + "contributions": [], + "gallery": [] } diff --git a/people/joerogers.json b/people/joerogers.json index 43c1680..925fadb 100644 --- a/people/joerogers.json +++ b/people/joerogers.json @@ -4,10 +4,12 @@ "handle": "Selir", "birth": "", "death": "", + "obituary": "", "issue": "19", + "affiliations": "", "mainimage": "/images/face-silhouette-clipart.png", "maintext": "", - "socialmedialinks": "", - "contributions": "", - "gallery": "" + "socialmedialinks": [], + "contributions": [], + "gallery": [] } diff --git a/people/jonathanstuart.json b/people/jonathanstuart.json index 3885cc7..3b6c614 100644 --- a/people/jonathanstuart.json +++ b/people/jonathanstuart.json @@ -4,7 +4,9 @@ "handle": "dent1zt", "birth": "1982", "death": "2017", + "obituary": "", "issue": "32", + "affiliations": "", "mainimage": "/images/Jonathan_Stuart.jpeg", "maintext": "

Jonathan Stuart is an independant security researcher and Hacker. He has been in the field for 12 years. He has committed to various open source operating systems, is a BSD/UNIX kernel engineer, and has spoken at Arizona State University to a group of graduate CS students, ReCon (twice before), and trained at BlackHat on telephony related hacking. He started his career at Entercept and until recently worked on a research team at McAfee. He likes firmware reverse engineering, C code and assembly for dozens of architectures, and long walks on the beach hand in hand with beautiful intelligent brunettes.

", "socialmedialinks": [ diff --git a/people/jonhart.json b/people/jonhart.json index c64c66b..e137676 100644 --- a/people/jonhart.json +++ b/people/jonhart.json @@ -4,7 +4,9 @@ "handle": "", "birth": "", "death": "", + "obituary": "", "issue": "3", + "affiliations": "", "mainimage": "/images/y3t1_Art-Jon_Hart.png", "maintext": "", "socialmedialinks": [ @@ -13,6 +15,6 @@ "siteurl": "https://www.twitter.com/jhartftw" } ], - "contributions": "", - "gallery": "" + "contributions": [], + "gallery": [] } diff --git a/people/joshcohen.json b/people/joshcohen.json index ef6b781..f011e59 100644 --- a/people/joshcohen.json +++ b/people/joshcohen.json @@ -4,11 +4,12 @@ "handle": "PacBell", "birth": "1978", "death": "2005", + "obituary": "", "issue": "12", "affiliations": "Goon", "mainimage": "/images/y3t1_Art-Josh_Cohen_aka_PacBell.jpg", "maintext": "", - "socialmedialinks": "", + "socialmedialinks": [], "contributions": [ { "title": "DEF CON Goon", @@ -16,5 +17,5 @@ "description": "Served as a volunteer Goon at DEF CON." } ], - "gallery": "" + "gallery": [] } diff --git a/people/karlkoch.json b/people/karlkoch.json index d174a33..8b61f88 100644 --- a/people/karlkoch.json +++ b/people/karlkoch.json @@ -4,7 +4,9 @@ "handle": "", "birth": "1965", "death": "1989", + "obituary": "", "issue": "23", + "affiliations": "", "mainimage": "/images/face-silhouette-clipart.png", "maintext": "", "socialmedialinks": [ @@ -13,6 +15,6 @@ "siteurl": "https://en.wikipedia.org/wiki/Karl_Koch_(hacker)" } ], - "contributions": "", - "gallery": "" + "contributions": [], + "gallery": [] } diff --git a/people/kriskaspersky.json b/people/kriskaspersky.json index 1c148af..b6337b5 100644 --- a/people/kriskaspersky.json +++ b/people/kriskaspersky.json @@ -4,7 +4,9 @@ "handle": "", "birth": "1976", "death": "2017", + "obituary": "", "issue": "44", + "affiliations": "", "mainimage": "/images/Kaspersky_Kris.jpg", "maintext": "The first article written by Kris was published when he was still in school. It was published by 'Astrologer' magazine, and the article itself was devoted to astronomy. In 1998 Kris began to contribute actively to conferences of FidoNet RU.HACKER. Dmitry Sadchenko noted his posts and arranged him a meeting with the representatives of publishing house 'Solon-Press'. In 1999 'Solon-Press' published the first book of Kris Kaspersky 'Technique and philosophy of hacker attacks' with 50 000 rubles of author's fee. A total of 16 books had been published by 2008, including several translations into English. The books were dedicated to data protection and program optimization, computer virus and disassembling. Among these books there's also 'Weatherlore Encyclopedia'. Kris's interest lies in the field of computers and astronomy. Some of his articles and forum topics concern telescopes and observation of the starry sky. Along with the books Kris contributes to such magazines as 'System administrator', 'Byte', 'Astrologer', 'Hacker'.", "socialmedialinks": [ diff --git a/people/larrytesler.json b/people/larrytesler.json index a535fe6..bd7e06d 100644 --- a/people/larrytesler.json +++ b/people/larrytesler.json @@ -25,5 +25,6 @@ "url": "htps://www.cyberz.tech/", "description": "" } - ] + ], + "gallery": [] } diff --git a/people/lensassaman.json b/people/lensassaman.json index cf9ac78..aabf240 100644 --- a/people/lensassaman.json +++ b/people/lensassaman.json @@ -4,7 +4,9 @@ "handle": "", "birth": "1980", "death": "2011", + "obituary": "", "issue": "6", + "affiliations": "", "mainimage": "/images/Len_Sassaman.jpg", "maintext": "

Sassaman was a well-known cypherpunk, cryptographer and privacy advocate. He worked for Network Associates on the PGP encryption software, was a member of the Shmoo Group, a contributor to the OpenPGP IETF working group, the GNU Privacy Guard project, and frequently appeared at technology conferences like DEF CON. Sassaman was the co-founder of CodeCon along with Bram Cohen, co-founder of the HotPETS workshop (with Roger Dingledine of Tor and Thomas Heydt-Benjamin), co-author of the Zimmermann–Sassaman key-signing protocol, and at the age of 21, was an organizer of the protests following the arrest of Russian programmer Dmitry Sklyarov.

", "socialmedialinks": [ @@ -13,7 +15,7 @@ "siteurl": "https://en.wikipedia.org/wiki/Len_Sassaman" } ], - "contributions": "", + "contributions": [], "gallery": [ { "url": "/images/Len_Sassaman.jpg", diff --git a/people/maxxredwine.json b/people/maxxredwine.json index 2afc4ba..0805d7c 100644 --- a/people/maxxredwine.json +++ b/people/maxxredwine.json @@ -4,10 +4,12 @@ "handle": "", "birth": "1964", "death": "2011", + "obituary": "", "issue": "40", + "affiliations": "", "mainimage": "/images/Maxx_Redwine.jpg", "maintext": "

Born in Mesa, AZ. Mr. RedWine was a Computer Security Consultant for Presido Networks. He was a Veteran of the US Air Force during Desert Shield.

", - "socialmedialinks": "", - "contributions": "", - "gallery": "" + "socialmedialinks": [], + "contributions": [], + "gallery": [] } diff --git a/people/michaelassante.json b/people/michaelassante.json index 7ad3a5c..ade28b6 100644 --- a/people/michaelassante.json +++ b/people/michaelassante.json @@ -4,7 +4,9 @@ "handle": "", "birth": "", "death": "2019", + "obituary": "", "issue": "10", + "affiliations": "", "mainimage": "https://images.idgesg.net/images/article/2019/06/mike-assante_cyber-security-guru_by-ryan-g-poirier-100799482-large.jpg", "maintext": "", "socialmedialinks": [ @@ -40,5 +42,5 @@ "description": "Thanks to Mike Assante, critical infrastructure stakeholders have a better understanding of and ability to respond to cybersecurity risks." } ], - "gallery": "" + "gallery": [] } diff --git a/people/michaelhamelin.json b/people/michaelhamelin.json index d51ba58..1f285d5 100644 --- a/people/michaelhamelin.json +++ b/people/michaelhamelin.json @@ -4,7 +4,9 @@ "handle": "Hacker Joe", "birth": "", "death": "2015", + "obituary": "", "issue": "18", + "affiliations": "", "mainimage": "/images/face-silhouette-clipart.png", "maintext": "", "socialmedialinks": [ @@ -13,6 +15,6 @@ "siteurl": "https://www.twitter.com/hackerjoe" } ], - "contributions": "", - "gallery": "" + "contributions": [], + "gallery": [] } diff --git a/people/mikekemp.json b/people/mikekemp.json index 3c3873e..c634dce 100644 --- a/people/mikekemp.json +++ b/people/mikekemp.json @@ -4,10 +4,12 @@ "handle": "ClappyMonkey", "birth": "", "death": "", + "obituary": "", "issue": "21", + "affiliations": "", "mainimage": "/images/y3t1_Art-Mike_Kemp.jpg", "maintext": "", - "socialmedialinks": "", - "contributions": "", - "gallery": "" + "socialmedialinks": [], + "contributions": [], + "gallery": [] } diff --git a/people/nickjeremicah.json b/people/nickjeremicah.json index 9213fd2..71a2902 100644 --- a/people/nickjeremicah.json +++ b/people/nickjeremicah.json @@ -4,11 +4,12 @@ "handle": "Dr. Nick2000", "birth": "1977", "death": "2006", + "obituary": "", "issue": "35", "affiliations": "Goon", "mainimage": "https://www.defcon.org/images/links/whois/drnick.jpg", "maintext": "

Dr Nick aka Nick Jeremicah lost the battle against cancer in the fall of 2006.

He is survived by his parents, siblings, wife and two children.

Dr Nick2000 was 30 years old.

", - "socialmedialinks": "", - "contributions": "", - "gallery": "" + "socialmedialinks": [], + "contributions": [], + "gallery": [] } diff --git a/people/nolanberry.json b/people/nolanberry.json index fdda7d6..758c80a 100644 --- a/people/nolanberry.json +++ b/people/nolanberry.json @@ -4,6 +4,7 @@ "handle": "", "birth": "", "death": "2018", + "obituary": "", "issue": "37", "affiliations": "Blue Team Village", "mainimage": "/images/Nolan_Berry.PNG", @@ -14,6 +15,6 @@ "siteurl": "https://twitter.com/d3vnull42" } ], - "contributions": "", - "gallery": "" + "contributions": [], + "gallery": [] } diff --git a/people/obsèquesdepaolo.json b/people/obsèquesdepaolo.json index 0d03a75..155d147 100644 --- a/people/obsèquesdepaolo.json +++ b/people/obsèquesdepaolo.json @@ -4,10 +4,12 @@ "handle": "", "birth": "", "death": "", + "obituary": "", "issue": "20", + "affiliations": "", "mainimage": "/images/face-silhouette-clipart.png", "maintext": "", - "socialmedialinks": "", - "contributions": "", - "gallery": "" + "socialmedialinks": [], + "contributions": [], + "gallery": [] } diff --git a/people/rebeccabace.json b/people/rebeccabace.json index 1803ffd..272df3c 100644 --- a/people/rebeccabace.json +++ b/people/rebeccabace.json @@ -4,7 +4,9 @@ "handle": "", "birth": "1955", "death": "2017", + "obituary": "", "issue": "28", + "affiliations": "", "mainimage": "/images/face-silhouette-clipart.png", "maintext": "

Rebecca 'Becky' Gurley Bace (1955–2017) was an American computer security expert and pioneer in intrusion detection. She spent 12 years at the US National Security Agency where she created the Computer Misuse and Anomaly Detection (CMAD) research program. She was known as the 'den mother of computer security'. She was also influential in the early stages of intelligence community venture capital and was a major player in Silicon Valley investments in cyber security technology.

", "socialmedialinks": [ @@ -13,6 +15,6 @@ "siteurl": "https://en.wikipedia.org/wiki/Rebecca_Bace" } ], - "contributions": "", - "gallery": "" + "contributions": [], + "gallery": [] } diff --git a/people/robertashby.json b/people/robertashby.json index 54c1be1..a085b10 100644 --- a/people/robertashby.json +++ b/people/robertashby.json @@ -4,11 +4,12 @@ "handle": "Poolboy", "birth": "1992", "death": "2011", + "obituary": "", "issue": "13", "affiliations": "Goon", "mainimage": "/images/y3t1_Art-Robert_Conner_Ashby_aka_Poolboy.jpg", "maintext": "

Poolboy, aka Robert Conner Ashby, 19, of Ventura, passed away on Monday, Nov. 21, 2011.

", - "socialmedialinks": "", - "contributions": "", - "gallery": "" + "socialmedialinks": [], + "contributions": [], + "gallery": [] } diff --git a/people/ryanvanderwall.json b/people/ryanvanderwall.json index 51a81b6..1ca3f1a 100644 --- a/people/ryanvanderwall.json +++ b/people/ryanvanderwall.json @@ -4,10 +4,12 @@ "handle": "AlmostDeadGuy", "birth": "1983(?)", "death": "2006", + "obituary": "", "issue": "39", + "affiliations": "", "mainimage": "/images/face-silhouette-clipart.png", "maintext": "

Ryan lost his battle with cancer in 2006. Ryan passed almost two weeks to the day after Nick Jeremica

", - "socialmedialinks": "", - "contributions": "", - "gallery": "" + "socialmedialinks": [], + "contributions": [], + "gallery": [] } diff --git a/people/scottsard.json b/people/scottsard.json index 5fd5432..9733e6d 100644 --- a/people/scottsard.json +++ b/people/scottsard.json @@ -14,5 +14,7 @@ "sitename": "Twitter", "siteurl": "https://twitter.com/Net_Metalrat" } - ] + ], + "contributions": [], + "gallery": [] } diff --git a/people/tiffanyhinch.json b/people/tiffanyhinch.json index b6bb16e..47f84ef 100644 --- a/people/tiffanyhinch.json +++ b/people/tiffanyhinch.json @@ -9,5 +9,7 @@ "affiliations": "Hacker Jeopardy", "mainimage": "/images/tiffanyhinch.jpeg", "maintext": "Lady Tiffany \"Charlie\" Hinch, 40, of Austin, Texas, passed away due to complications with a chronic illness on March 23, 2020 in her home. She did not suffer. She was born in Lake Charles to Patricia Hill and David Thibodeaux on August 23, 1979. Tiffany graduated from Armada HIgh School in 1996. She then moved on to become the Director of Dining Services at Compass Group. Tiffany enjoyed life to the fullest - never shy in her element, always helping others, and completely selfless in all aspects of her life. She loved music, cooking, dancing, bringing people together, and taking care of others. She was active in Down Syndrome awareness as well as the Chive Charities organization. She was the cornerstone stage presence for the annual Hacker Jeopardy World Championship during the annual DEF CON Hacker Conference in Las Vegas. She was known for her kind heart, stunning looks, quick wit, loving friendships, and delicious Cajun food.\n Tiffany is survived by her husband, Derek of Austin; her two children, Morgan and Cole; her mother, Patricia Hill; her father, David Thibodeaux; her sisters, Alisha, Wendy, Kourtni, Kary; her brothers, Kenny, and Keith, of Lake Charles. She is preceded in death by her grandmother, Jimmie Saucier; her grandfather, Cliff Saucier; her father-in-law, Craig Hinch; and her sister-in-law, Hailey Hinch.", - "socialmedialinks": [] + "socialmedialinks": [], + "contributions": [], + "gallery": [] } From 11050f19b8df566c23caf31abe85c4d47ed4db04 Mon Sep 17 00:00:00 2001 From: mauvehed Date: Sat, 14 Mar 2026 15:02:31 -0500 Subject: [PATCH 3/3] chore(deps): upgrade Ruby from 3.3.10 to 3.4.8 Update .ruby-version and add arm64-darwin-25 platform to Gemfile.lock --- .ruby-version | 2 +- Gemfile.lock | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.ruby-version b/.ruby-version index 5f6fc5e..7921bd0 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.10 +3.4.8 diff --git a/Gemfile.lock b/Gemfile.lock index 094dc4c..c103b08 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -323,6 +323,7 @@ GEM PLATFORMS arm64-darwin-22 arm64-darwin-23 + arm64-darwin-25 x86_64-linux DEPENDENCIES