GolangSecurity's profile picture. News about #golang Security and Fuzzing. Not affiliated with @golang team.

Golang Security

@GolangSecurity

News about #golang Security and Fuzzing. Not affiliated with @golang team.

Golang Security รีโพสต์แล้ว

Several years ago, I wrote an article on #golang package design and styling which became quite popular. NotebookLM generated a podcast for it and it's ridiculous: - They have nice analogies. - They developed new ideas like keeping types closer help debugging. - They know how Go…


Golang Security รีโพสต์แล้ว

📡 [Monthly Fuzzing] June 2024 Here is the latest fuzzing news released last month! 📺 Videos/Podcasts FuzzyAI: Attacking LLMs With Coverage-Guided Fuzzing - youtu.be/hBPiiaUiOH8?si… Your NVMe Had Been Syz'ed - youtu.be/Jc25CM1Ppgo?si… Linux Fuzzing Tutorial with AFL Fuzzer -…

FuzzingLabs's tweet image. 📡 [Monthly Fuzzing] June 2024

Here is the latest fuzzing news released last month!

📺 Videos/Podcasts

FuzzyAI: Attacking LLMs With Coverage-Guided Fuzzing - youtu.be/hBPiiaUiOH8?si…

Your NVMe Had Been Syz'ed - youtu.be/Jc25CM1Ppgo?si…

Linux Fuzzing Tutorial with AFL Fuzzer -…

Golang Security รีโพสต์แล้ว

✨ Check out the second blog post in our series on Supply chain security for Go, by @JQiu25 and @roger2hk. Learn how Go helps you ensure reproducible builds and download trustworthy dependencies 👇 goo.gle/3NSoWsr


Golang Security รีโพสต์แล้ว

🎉 Go 1.20.6 and 1.19.11 are released! 🔐 Security: Includes security fixes for CVE-2023-29406 and Go issue go.dev/issue/60374 📢 Announcement: groups.google.com/g/golang-annou… 📦 Download: go.dev/dl/#go1.20.6 #golang

golang's tweet image. 🎉 Go 1.20.6 and 1.19.11 are released!

🔐 Security: Includes security fixes for CVE-2023-29406 and Go issue go.dev/issue/60374

📢 Announcement: groups.google.com/g/golang-annou…

📦 Download: go.dev/dl/#go1.20.6

#golang

Golang Security รีโพสต์แล้ว

🔴 New video about #GPT4 for cyber-security usage and in particular bug bounty, audit, and pentesting. youtu.be/oz_GLVbJllI In this video, I gave some snippets of code to #ChatGPT and I ask him to find vulnerabilities for me. It's mind-blowing, it even found some 0 days 🔥💸

FuzzingLabs's tweet card. GPT-4 for Bug Bounty, Audit & Pentesting?? He actually found some...

youtube.com

YouTube

GPT-4 for Bug Bounty, Audit & Pentesting?? He actually found some...


Golang Security รีโพสต์แล้ว

🤯 Fun fact: you can now build coverage-instrumented programs using “go build -cover”, then feed these instrumented binaries into an integration test to extend the scope of coverage testing.


Golang Security รีโพสต์แล้ว

Juggling with software development?🤹‍♂️ This week Damian Gryski (@dgryski), a Principal Software Developer at Fastly, takes us through his journey. 🤓Being advanced in high school 🤹Interest in juggling 👨‍💻Getting into Golang 🎙️Watch here: youtu.be/47fXlIpi1FY

ardanlabs's tweet image. Juggling with software development?🤹‍♂️

This week Damian Gryski (@dgryski), a Principal Software Developer at Fastly, takes us through his journey.

🤓Being advanced in high school
🤹Interest in juggling
👨‍💻Getting into Golang

🎙️Watch here: youtu.be/47fXlIpi1FY

Golang Security รีโพสต์แล้ว

🎊 Go 1.20 Release Candidate 3 is released! 🏃‍♀️ Run it in dev! Run it in prod! File bugs! go.dev/issue/new 🗣 Announcement: groups.google.com/g/golang-annou… 🚚 Download: go.dev/dl/#go1.20rc3 #golang

golang's tweet image. 🎊 Go 1.20 Release Candidate 3 is released!

🏃‍♀️ Run it in dev! Run it in prod! File bugs! go.dev/issue/new

🗣 Announcement: groups.google.com/g/golang-annou…

🚚 Download: go.dev/dl/#go1.20rc3

#golang

Golang Security รีโพสต์แล้ว

📣 VS Code Go v0.37.0 is released! 🎉 ✨This includes new analysis features that report known vulnerabilities in your dependencies.🕵️ ✏️ Release Note: github.com/golang/vscode-… 🙏Feedback on vulncheck: go.dev/s/vsc-vulnchec… ☝️File bugs: go.dev/s/vscode-issue… #VSCodeGo


Golang Security รีโพสต์แล้ว

😎 Fuzz testing made easy. Check out this code demo from @katie_hockman of a bug being found, fixed, and tested in real time using fuzzing ➡ goo.gle/3ELVEr6

golang's tweet image. 😎 Fuzz testing made easy.

Check out this code demo from @katie_hockman of a bug being found, fixed, and tested in real time using fuzzing ➡ goo.gle/3ELVEr6

Golang Security รีโพสต์แล้ว

📦 The Go team is looking to add a new package to the standard library for structured logging. Jonathan Amsterdam covered what this means at Go Day 2022. Tune in 👉 goo.gle/3GF6kZU

golang's tweet image. 📦 The Go team is looking to add a new package to the standard library for structured logging.

Jonathan Amsterdam covered what this means at Go Day 2022. Tune in 👉 goo.gle/3GF6kZU

Golang Security รีโพสต์แล้ว

🥳 Go 1.19.4 and 1.18.9 are released! 🔏 Security: Includes security fixes for net/http (CVE-2022-41717, CVE-2022-41720) and os (CVE-2022-41720). 📢 Announcement: groups.google.com/g/golang-annou… 📦 Download: go.dev/dl/#go1.19.4 #golang

golang's tweet image. 🥳 Go 1.19.4 and 1.18.9 are released!

🔏 Security: Includes security fixes for net/http (CVE-2022-41717, CVE-2022-41720) and os (CVE-2022-41720).

📢 Announcement: groups.google.com/g/golang-annou…

📦 Download: go.dev/dl/#go1.19.4

#golang

Golang Security รีโพสต์แล้ว

It's just mind-blowing! 🤯 it's so impressive that #ChatGPT is able to answer such complex subjects as exploitation, reversing, decompilation, fuzzing, etc. youtu.be/mh7wzbWAHFE I made a video about some mind-blowing examples/usages for security research and engineers.

FuzzingLabs's tweet card. 🤯 Mind-Blowing examples of OpenAI ChatGPT for Security, Infosec &...

youtube.com

YouTube

🤯 Mind-Blowing examples of OpenAI ChatGPT for Security, Infosec &...


Golang Security รีโพสต์แล้ว

⚡🔐 Write applications faster and more securely with Go! @OSSCody discussed some of the new and upcoming security features in Go at Go Day 2022. Watch to learn about the new govulncheck command, and how to write fuzz tests → goo.gle/3ueRrpv

golang's tweet image. ⚡🔐 Write applications faster and more securely with Go!

@OSSCody discussed some of the new and upcoming security features in Go at Go Day 2022. Watch to learn about the new govulncheck command, and how to write fuzz tests → goo.gle/3ueRrpv

Golang Security รีโพสต์แล้ว

🎉 24 hours until Go Day 2022 on #GoogleOSLive! Join us November 3rd to learn about: 💻 Structured Logging for Go 📝 Writing your Applications Faster and More Securely with Go ...and more! Register 👉 goo.gle/GoDay_22

golang's tweet image. 🎉 24 hours until Go Day 2022 on #GoogleOSLive!

Join us November 3rd to learn about:
💻 Structured Logging for Go
📝 Writing your Applications Faster and More Securely with Go
...and more!

Register 👉 goo.gle/GoDay_22

Golang Security รีโพสต์แล้ว

"Gobra is an automated, modular verifier for Go programs, based on the Viper verification infrastructure. Go is targeted at high performance applications running in potentially distributed settings and on multicore machines." pm.inf.ethz.ch/research/gobra…


Golang Security รีโพสต์แล้ว

That's exactly why we are using usually using differential fuzzing to find this kind of logic bugs. It could have been catch easily if they got at least two implementation of IAVL.

so basically, Binance Bridge (BNB Beacon Chain <> Smart Chain) uses ICS-20 for token transfers, but on the BSC side, instead of ibc-go it uses a custom precompile contract for packet verification, which contains a bug to some extend, you can say the IBC protocol got exploited



Golang Security รีโพสต์แล้ว

To become a better Gopher, you should study the source code of the packages you use. Not only will you better understand how they work, but you'll also learn what patterns they use in practice. #golang


Golang Security รีโพสต์แล้ว

Finally got around to finishing my @semgrep rule to rewrite old-style go-fuzz tests to new native-fuzzing ones: github.com/dgryski/semgre… #golang


Golang Security รีโพสต์แล้ว

🥳 We're honored to be a sponsor at this year’s #GopherCon We can’t wait to be reunited with our fellow Gophers on Oct 6th-8th at the Marriott Marquis in Chicago! Register for your spot today → goo.gle/3LZjBx7

GoogleOSS's tweet image. 🥳 We&apos;re honored to be a sponsor at this year’s #GopherCon
 
We can’t wait to be reunited with our fellow Gophers on Oct 6th-8th at the Marriott Marquis in Chicago!
 
Register for your spot today → goo.gle/3LZjBx7

Loading...

Something went wrong.


Something went wrong.