
Cup o' Go 🛠️ Can we fix it? No we can't! 🧭 Plus, exclusive behind-the-scenes look at Go West Conf.
Jul 4, 2025
Derrick Laird and Miriah Peterson, co-organizers of the Go West Conference, share their passion for building an inclusive and engaging environment for the Go community. They discuss the challenges of organizing a conference, from ensuring affordability to fostering community connections. The duo also touches on the excitement surrounding upcoming talks, the importance of personal stories in tech, and sharing unique experiences that inspire participation. Their enthusiasm for tech and community shines through, making it a must-listen for all Go enthusiasts.
AI Snips
Chapters
Transcript
Episode notes
Fix LookPath by Excluding Empty Paths
- The proposed fix for the LookPath bug is to immediately exclude empty and dot paths from consideration.
- Special casing these values prevents unintentional execution of malicious binaries when using exec.LookPath.
Remove Old Go Fix Command Features
- The Go fix command is proposed to have its functionality removed since existing fixes are outdated or handled by other tools.
- Future use of go fix will focus on integrating automatic source code migrations via new markup annotations.
Parsing Confusion Causes Security Risks
- Different parsers handle JSON, XML, and YAML inconsistently, causing surprising and insecure behaviors with duplicate keys and case insensitivity.
- Using JSON v2 mitigates many issues with safer defaults, highlighting the importance of parser choice and configuration.
