frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Teleport SSH Authentication Bypass

1•arisstath•11s ago•0 comments

Jony Ive's LoveFrom helped design Rivian's first electric bike

https://techcrunch.com/2025/06/06/jony-ives-lovefrom-helped-design-rivians-first-electric-bike/
1•coloneltcb•3m ago•0 comments

Michigan triples waters with 'Do Not Eat' warning for PFAS in fish

https://www.mlive.com/environment/2025/06/michigan-triples-waters-with-do-not-eat-warning-for-pfas-in-fish.html
1•mahirsaid•4m ago•1 comments

Dear High Schoolers, Time Is Precious

https://byronsharman.com/blog/dear-high-schoolers
1•chilipepperhott•5m ago•0 comments

Show HN: Bridgit – In-Person-First Networking

https://www.bridgitsocial.com/
1•amfooladgar•5m ago•1 comments

Understanding MCP Evals: Why Evals Matter for MCP

https://huggingface.co/blog/mclenhard/mcp-evals
1•mooreds•6m ago•0 comments

Let's Learn About MCP Together

https://medium.com/womenintechnology/lets-learn-about-mcp-together-be1601dc7a81
1•mooreds•6m ago•0 comments

Higher education is shockingly right-wing

https://drafts.interfluidity.com/2023/03/01/higher-education-is-shockingly-right-wing/index.html
2•corimaith•9m ago•0 comments

Photographing a City That Stopped Changing: A Decade of Suburban Decay

https://aboutphotography.blog/blog/ghost-world-by-juan-rodrguez-morales
1•ChompChomp•12m ago•0 comments

Show HN: I built an AI that helps you chat with and visualize your codebase

https://www.thesuperfriend.com/
1•hez2000•18m ago•0 comments

University of Michigan using undercover investigators to surveil Gaza protestors

https://www.theguardian.com/us-news/2025/jun/06/michigan-university-gaza-surveillance
9•cempaka•18m ago•0 comments

Food additive titanium dioxide likely has more toxic effects than thought

https://www.theguardian.com/us-news/2025/jun/06/titanium-dioxide-food-additive-toxic
2•Jimmc414•21m ago•0 comments

I Built an AI Agent with Gmail Access and Discovered a Security Hole

1•Ada-Ihueze•23m ago•1 comments

Linux Foundation Announces the Fair Package Manager Project

https://www.linuxfoundation.org/press/linux-foundation-announces-the-fair-package-manager-project-for-open-source-content-management-system-stability
2•Kye•26m ago•1 comments

Bonobara – Data Aggregation and Analysis Engineer

https://www.bonobara.com
1•benkatzir•26m ago•2 comments

Bonobara – REST API Integration Developer

1•benkatzir•28m ago•1 comments

DIY bruxism detector prevents jaw clenching during sleep

https://blog.arduino.cc/2025/05/23/this-diy-bruxism-detector-prevents-jaw-clenching-during-sleep/
1•PaulHoule•29m ago•0 comments

Justices Grant Doge Access to Social Security Data

https://www.nytimes.com/2025/06/06/us/politics/supreme-court-doge-social-security.html
2•gametorch•30m ago•1 comments

GPU Memory Consistency: Specs, Testing, and Opportunities for Perf Tooling

https://www.sigarch.org/gpu-memory-consistency-specifications-testing-and-opportunities-for-performance-tooling/
2•matt_d•32m ago•0 comments

The Furthest Points from Any Ocean

https://en.wikipedia.org/wiki/Pole_of_inaccessibility
1•Willingham•36m ago•0 comments

You need to care about Product

https://taoem.com/chapters/6/the-engineering-role-in-shaping-product
1•jampa•36m ago•0 comments

Buyer with Ties to Chinese Communist Party Got VIP Treatment at Crypto Dinner

https://www.nytimes.com/2025/06/06/us/politics/trump-crypto-dinner-china-he-tianying.html
3•2OEH8eoCRo0•36m ago•0 comments

Wiregrass Archives launches interactive map for Alabama historical markers

https://today.troy.edu/news/wiregrass-archives-launches-interactive-map-for-alabama-historical-markers/
1•gnabgib•40m ago•0 comments

These are the leading science and technology hotspots

https://www.weforum.org/stories/2023/10/innovation-technology-wipo-countries-ranking/
1•mahirsaid•41m ago•0 comments

Increased Toxicity Risk Identified for Children with ADHD, Autism

https://www.sciencealert.com/increased-toxicity-risk-identified-for-children-with-adhd-autism
2•minifyre•41m ago•0 comments

What Explains Today's Trade Tensions?

https://yalebooks.yale.edu/2025/06/06/what-explains-todays-trade-tensions/
1•chmaynard•42m ago•0 comments

Ask HN: What would you work on if you couldn't fail?

1•rblion•44m ago•0 comments

What "Working" Means in the Era of AI Apps

https://a16z.com/revenue-benchmarks-ai-apps/
2•Brysonbw•44m ago•0 comments

My science teacher created a Wordle-like game all on his own

https://categoriq.xyz/
1•weinerdiner•45m ago•1 comments

Formal Methods Tutorials – FizzBee

https://fizzbee.io/design/tutorials/
4•isadubois•45m ago•0 comments
Open in hackernews

Weaponizing Dependabot: Pwn Request at its finest

https://boostsecurity.io/blog/weaponizing-dependabot-pwn-request-at-its-finest
76•chha•12h ago

Comments

woodruffw•10h ago
The folks at Synaktiv had a nice detailed blog post on this same vector last year[1].

The bottom line with these kinds of things is that virtually nobody should be using `pull_request_target`, even with “trusted” machine actors like Dependabot. It’s a pretty terrible footgun.

[1]: https://www.synacktiv.com/en/publications/github-actions-exp...

gdubya•9h ago
Fixed link: https://www.synacktiv.com/en/publications/github-actions-exp...
woodruffw•8h ago
Thanks, I've fixed my comment as well.
radicalexponent•10h ago
Step one in making a new repo is disabling Dependabot. Automate intentionally or get pwned your choice.

Also, is automated version bumps really such a good thing? Many times I have wasted hours tracking down a bug that was introduced by bumping library. Sometimes only the patch version of the library is different so it shouldn't be breaking anything... but it does! It is so much better to update intentionally, test, deploy. Though this does assume you have a modest number of dependencies which pretty much excludes any kind of server-side javascript project.

woodruffw•9h ago
I don’t disagree about automating intentionally, but it’s worth noting that Dependabot isn’t enabled by default: you have to explicitly configure it.

(The larger problem here isn’t even Dependabot per se, since all Dependabot does is fire PRs off. The problem is that people then try to automate the merging of those PRs, and end up shooting themselves in the foot with GHA’s more general footguns. It also doesn’t help that, until recently, GitHub’s documentation recommended using these kinds of dangerous triggers for automating Dependabot.)

lmm•9h ago
> Dependabot isn’t enabled by default: you have to explicitly configure it.

Really? Dependabot runs on a number of my repositories without my having consciously enabled it.

woodruffw•9h ago
> Really? Dependabot runs on a number of my repositories without my having consciously enabled it.

I've never experienced this. Do you have a `.github/dependabot.yml` file in your repository? That's how it's enabled.

(GitHub has muddied the water here a bit by having two related but distinct things with the same name: there's "Dependabot" the subject of this post, and then there's "Dependabot security updates" which are documented separately and appear to operate on a different cycle[1]. I don't know if this latter one is enabled by default or not, but the "normal" one is definitely disabled until you configure it.)

[1]: https://docs.github.com/en/code-security/dependabot/dependab...

lmm•9h ago
> I've never experienced this. Do you have a `.github/dependabot.yml` file in your repository? That's how it's enabled.

Nope. Example: https://github.com/m50d/tierney/pull/55

woodruffw•9h ago
I'm at a loss to explain that! My only other guess is that you might have enabled Dependabot at some point further back in history, when it was a third-party integration and directly owned by or integrated into GitHub.

Do you have a Dependbot entry in your account/org-level applications?

lmm•8h ago
> Do you have a Dependbot entry in your account/org-level applications?

I don't think so. I have no memory of such a thing, and there is no org.

woodruffw•8h ago
Okay, I have no idea then. I guess perhaps at one point Dependabot was enabled by default for some people, although that strikes me as a bad idea and I can only assume they've disabled it since then, since I haven't seen this on any new repository I've made.
WorldMaker•6h ago
My understanding, and it may be wrong, is you may be grandfathered in to an ancient Personal, Public Repo opt-out from a brief window of time just after GitHub was excited to announce the first/earliest version of Dependabot and was hoping it would clean up some Open Source supply chain attacks and just before GitHub realized Dependabot was a useful thing to charge people an upcharge on (now under the umbrella known as GitHub Advanced Security). I believe that GitHub auto-opted in a lot of personal accounts with "significant" Public repos (anything with a bunch of forks/stars, or a package identifier visible in the dependency graphs of the Ruby or npm ecosystems, or any of the things that awarded "badges" like Mars Rover badge or the Artic Vault badge). There's a page buried in your Personal Account Settings to turn off that ancient Dependabot option. (I'm on a work machine without access to my personal account at the moment or I'd directly tell you where to find it.)
thayne•7h ago
Are these repos forks of projects that already set up dependabot? Or maybe created from templates that included dependabot configuration?
matijs•6h ago
Could it have been a Dependabot security update? These are different from normal Dependabot updates and do not require `.github/dependabot.yml`.
bravesoul2•9h ago
I always check changelogs of the dependencies. I treat a dependant PR as seriously as any PR.
bugtodiffer•9h ago
changelogs, but not the code?
bravesoul2•1h ago
That's a judgement call. It would be too much to review all code change of all dependencies unfortunately.

The corollary of reviewing all code on all dependency updates is you should review all code or the new deps you add, including the transformation by build processes that might mean what is in the package manager might be different and same for all transitive dependencies.

Same with the language and runtime tooling.

It is too hard to be perfect!

robszumski•9h ago
How do you scale this besides keeping the dep list short? Are you reading every item or just scanning for words like "deprecated" or "breaking change"?
ImPostingOnHN•7h ago
How do you prevent exposing yourself to supply chain attacks like the tj-actions/changed-files one [0] if you don't?

I get your question regarding scaling, but that's the job: you can choose to outsource code to 3rd-party libraries, and eternal vigilance is the trade-off.

Assume your 3rd-party dependencies will try to attack you at some point: they could be malicious; they could be hacked; they could be issued a secret court order; they could be corrupted; they could be beaten up until they pushed a change.

Unless you have some sort of contract or other legal protection and feel comfortable enforcing them, behave accordingly.

0: https://www.wiz.io/blog/github-action-tj-actions-changed-fil...

bravesoul2•1h ago
It's not a huge part of the job to read every item. Looking at code changes in deps though is a whole other thing.
esafak•9h ago
You run CI on your dependabot PRs, right? IF so, how is it any different than doing the same thing manually?
udev4096•9h ago
I have not seen any serious OSS project to auto-merge version bumps. Most of them have manual approval for it afaik
robszumski•8h ago
Curious if auto-merge philosophy changes between libraries and applications. The library definitely has a larger user base to break and a wider matrix of use-cases. IMO, auto-merge is more palatable for an application – do you agree? Especially when you're under SOC2/FedRAMP/etc.
Joker_vD•9h ago
> Sometimes only the patch version of the library is different so it shouldn't be breaking anything... but it does!

Still have flashbacks from that one time when some dependency in our Go project dropped support for go1.18 in its patch version update, and we almost couldn't rebuild the project before the Friday evening. Because obviously /s being literally unable to build the dependency is a backwards-compatible change.

duped•8h ago
> Also, is automated version bumps really such a good thing?

Depends. Do you want to persist the belief that software requires constant maintenance because it's constantly changing? Then yes: automate your version bumps and do it as often as possible.

If you want software to be stable then only update versions when you have a bug.

jerf•6h ago
Work has been fiddling around with Dependabot and force-enabling it everywhere (not auto-merging, just having it generating the PRs)... my feedback was that it is built on the presumption that All Updates Are Automatically Good, but this is transparently a false statement. In fact, Dependabot, by being so fast and automatic, may actually raise the probability of some project getting malicious code injected into it! Consider the timeline of malicious code injection:

    1. Malicious code is injected into some project.
    2. People have a chance to pick it up and put it into their code.
    3. The malicious code is found, publicized, and people react.
The faster you act after step 1, the more chance you'll have time to put it into your system before the world reaches step 3. Dependabot maximizes the speed of reaction after step one. If I'm doing things somewhat more manually then I'm much more likely to experience the world finding out about a corrupted dependency before I start incorporating it.

Now, just typing it out it may sound like I'm more freaked out than I actually am. While supply-chain attacks are a problem, they are getting worse, and they will continue to get worse, they are also still an exotic situation bubbling on the fringe of my awareness, as opposed to something I'm encountering regularly. For a reasonable project the most likely outcome is that dependabot enhancing this exposure window will still not have any actual real-world impact, and I'm aware of that. However, where this is relevant is if you are thinking of Dependabot and its workflow as a way of managing security risk, because you imagine updates as likely carrying security improvements, and that's your primary purpose for using it (as opposed to other uses, such as, your system slowly falling behind in dependencies until it calcifies and can't be updated without a huge degree of effort, a perfectly reasonable threat and Dependabot is a sensible response to that), then you also need to consider the ways in which is may actually increase your vulnerability to threats like supply-chain attacks.

And of course, projects do not start out with all their vulnerabilities on day one and then monotonically remove them. Many vulnerabilities are introduced later. For each such vulnerability, there is a first release that includes them, and for which treating that update as if it was just a Good Thing was in fact not true, and anyone who pushed it in as quickly as possible made a mistake. Unfortunately, sometimes hard problems are just hard problems.

Though I have wondered about the idea of programming something like Dependabot, but telling it, hey, tell me about known CVEs and security releases, but otherwise, let things cook for 6 months before automatically building a PR for me to update. That would radically reduce this risk I'm outlining here.

(In fact, after pondering, I'm kind of reminded of how Debian and a lot of Linux distros work, with their staged Cutting Edge versus Testing versus Stable versus Long Term Support. Dependabot sort of builds in the presumption that you want that Cutting Edge level of updates... but in many cases, no, I really don't. I'd much rather build with Stable or Long Term Support for a lot of things, and dip into the riskier end of the pool for specific things if I need to.)

zingababba•6h ago
Dependabot already differentiates between version updates and security updates:

https://docs.github.com/en/code-security/dependabot/dependab...

https://docs.github.com/en/code-security/dependabot/dependab...

jerf•6h ago
I have only skimmed the docs and I wouldn't be completely shocked if there's a "wait X weeks/months to notify about non-security updates" but I don't know about it if it's there. If it is there, hey, great! Won't be the first time I really wished that X did Y and found out that yes it already does.
latchkey•5h ago
I'm going through SOC2 right now, and it is essentially requiring it to be enabled. I'll just do the minimal to pass, but it isn't something you can just disable in some cases.
sethhochberg•4h ago
FWIW: this might be a suggestion of the specific audit team you’re working with or a requirement of one of the “follow our playbook and you’ll pass” vendors if you’re using one of those, but the SOC 2 on its own doesn’t really impose specific technical feature/control requirements like this.

I don’t have the exact exam language in front of me right now but the requirement would be something like “you have some process for learning about, assessing, and mitigating vulnerabilities in software dependencies that you use”.

Enabling an automated scan and version bump tool like dependabot is a common and easy way to prove your organization has those capabilities. But you could implement whatever process you want here and prove that you do it on the schedule you say you do in order to satisfy the audit requirement.

latchkey•4h ago
True on all counts. But the lowest effort is "just turn off dependabot", which is what I suspect most of the people trying to get past SOC2 will do (like myself).
udev4096•9h ago
Wait, how is it possible for anyone who opens a PR to issue dependabot commands for main repository? There should be some kind of authorization in place to avoid it, right? Should it not ignore any commands coming from outside users who do not have commit access?
bugtodiffer•9h ago
its a fork
bavarianbob•8h ago
This is explained here:

> Here's the trick: github.actor does not always refer to the actual creator of the Pull Request. It's the user who caused the latest event that triggered the workflow.

abhisek•8h ago
Seems like a bit forced scenario to me. I have never seen anyone auto-merge Dependabot PR automatically using GitHub Action.

Also pull_request_target is a big red flag in any GHA and even highlighted in GHA docs. It’s like running untrusted code with all your secrets handed over to it.

woodruffw•7h ago
> I have never seen anyone auto-merge Dependabot PR automatically using GitHub Action.

For better or worse, it's a pattern that GitHub explicitly documents[1].

(An earlier version of this page also recommended `pull_request_target`, hence the long tail of public repositories that use it.)

[1]: https://docs.github.com/en/code-security/dependabot/working-...

phyzome•8h ago
What a weird and distracting AI-generated header image.
zingababba•5h ago
Yeah, why is he saying "confused deputy" as he pulls the lever. Sounds like he knows he shouldn't even be in charge!
ImPostingOnHN•7h ago
> So, they created workflows to auto-merge PRs if the creator was Dependabot. Seems safe, doesn't it?

No? In what world would it be safe to merge code, AI-generated or not, which you haven't reviewed, much less do it automatically without you even knowing it happened?

How do you know that you need the changes (whether bug or CVE)? How do you know the code isn't malicious? How do you know your systems are compatible with the change? How do you know you won't need to perform manual work during the migration?