HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hanspagel

no profile record

Submissions

OpenClaw Prompt Injection via Chat History Spoofing (Fixed)

twitter.com
2 points·by hanspagel·5 mesi fa·0 comments

comments

hanspagel
·8 giorni fa·discuss
Not gonna happen in Germany. I don’t think I‘ve ever seen a windowless room here and it’s common to open all windows at once for a few minutes, just to replace as much air as possible:

Stoßlüften.
hanspagel
·mese scorso·discuss
Did it review the landing page for it? Because it looks broken on iOS.
hanspagel
·2 mesi fa·discuss
How does such a post land on the frontpage :)
hanspagel
·3 mesi fa·discuss
We basically do the same for https://github.com/scalar/scalar/

Publishing to npm, PyPi, Maven Central, crates.io, NuGet… all using changesets.
hanspagel
·3 mesi fa·discuss
I mean, speaking as an oss maintainer, there is an infinite list of things msft could do on npm and gh to make our lives better, but we might just have to accept that we’re on our own and have to deal with those platforms mostly as they are and dependency cooldown is just a pragmatic approach. :)
hanspagel
·3 mesi fa·discuss
100% management is gone, engineers took over
hanspagel
·3 mesi fa·discuss
You can’t unpublish a npm package with more than 100 downloads I think.
hanspagel
·6 mesi fa·discuss
If I understand correctly, the plan is to add a virtual state to address this.
hanspagel
·6 mesi fa·discuss
I think you’re looking for Laravel, with its many many official packages and the thousands of community packages, which are often full features including an optional frontend for it. :-)
hanspagel
·7 mesi fa·discuss
From what I see, this does not help with pinning the dependencies and it doesn’t verify the downloaded action has the same content as it used to have. In other words, this is a tiny patch on a big wound.

We use commit hashes to pin actions, have the version as a comment (e.g # v4) and renovate will keep both up to date in the PRs.

And there is a more or less recently added repository setting to require actions to be pinned to hashes.