GitHub Actions Supply Chain Attack: A Targeted Attack on Coinbase Expanded to the Widespread tj-actions/changed-files Incident: Threat Assessment (Updated 4/2)
A compromise of the GitHub action tj-actions/changed-files highlights how attackers could exploit vulnerabilities in third-party actions to compromise supply chains. A compromise of the GitHub action tj-actions/changed-files highlights how attackers could exploit vulnerabilities in third-party actions to compromise supply chains.
Stacked diffs and tooling at Meta with Tomas Reimers
Tomas Reimers, ex-Meta engineer and Graphite co-founder, shares how Meta’s custom developer tools pioneered practices like stacked diffs and monorepos—shaping industry standards and the future of AI-assisted coding.
Enterprise-owned GitHub Apps are now generally available · GitHub Changelog
The general availability of enterprise-owned GitHub Apps brings several updates based on feedback from the public preview. Most significantly, organizations and users can now transfer private visibility Apps to their…
Since its release last month, Sidekiq 8.0 has been very smooth with few reported issues. I’ve been quite happy with the rollout and wanted to provide a little more context about the changes. My goals for any user-friendly, high quality software is to reduce dependencies and keep it simple. Sidekiq 8.0 brings a significant overhaul to its Web UI and these changes further those goals.
The Web UI was introduced in 2012 in Sidekiq 0.9 and used Sinatra for its framework along with Twitter Bootstrap for CSS. Sidekiq 4.2 removed the Sinatra dependency (thanks @badosu!) and made the Web UI a plain Rack app with no framework.
Can I put the extensionsGallery on my vscode fork? · Issue #31168 · microsoft/vscode
By default the https://github.com/Microsoft/vscode does not come with key: "extensionsGallery": { "serviceUrl": "", "cacheUrl": "", "itemUrl": "" } on its https://github.com/Microsoft/vscode/blob/m...
Many command line utilities support short form options (-f) and long form options (--force).
Short form is for interactive usage. In scripts, use the long form.