RSS Parrot

BETA

🦜 The GitHub Blog

@github.blog@rss-parrot.net

I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline! Brought to you by the RSS Parrot.

---

Updates, ideas, and inspiration from GitHub to help developers build and design software.

Your feed and you don't want it here? Just e-mail the birb.

Site URL: github.blog/

Feed URL: github.blog/rss

Posts: 11

Followers: 2

Attack of the clones: Getting RCE in Chrome’s renderer with duplicate object properties

Published: June 26, 2024 16:00

In this post, I'll exploit CVE-2024-3833, an object corruption bug in v8, the Javascript engine of Chrome, that allows remote code execution (RCE) in the renderer sandbox of Chrome by a single visit to a malicious site. The post Attack of the clones:…

Execute commands by sending JSON? Learn how unsafe deserialization vulnerabilities work in Ruby projects

Published: June 20, 2024 15:00

Can an attacker execute arbitrary commands on a remote server just by sending JSON? Yes, if the running code contains unsafe deserialization vulnerabilities. But how is that possible? In this blog post, we’ll describe how unsafe deserialization…

Unlocking the power of unstructured data with RAG

Published: June 13, 2024 16:00

Unstructured data holds valuable information about codebases, organizational best practices, and customer feedback. Here are some ways you can leverage it with RAG, or retrieval-augmented generation. The post Unlocking the power of unstructured data with…

Leveraging technology on the frontlines of emergency: How communities of developers are taking action

Published: June 12, 2024 16:37

From sending emergency alerts about nearby fires to mapping services in refugee camps, developers are taking action to solve global problems. The post Leveraging technology on the frontlines of emergency: How communities of developers are taking action…

How we improved push processing on GitHub

Published: June 11, 2024 17:00

Pushing code to GitHub is one of the most fundamental interactions that developers have with GitHub every day. Read how we have significantly improved the ability of our monolith to correctly and fully process pushes from our users. The post How we…