HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hanspagel

no profile record

Submissions

OpenClaw Prompt Injection via Chat History Spoofing (Fixed)

twitter.com
2 points·by hanspagel·5 miesięcy temu·0 comments

comments

hanspagel
·9 dni temu·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
·w zeszłym miesiącu·discuss
Did it review the landing page for it? Because it looks broken on iOS.
hanspagel
·2 miesiące temu·discuss
How does such a post land on the frontpage :)
hanspagel
·3 miesiące temu·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 miesiące temu·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 miesiące temu·discuss
100% management is gone, engineers took over
hanspagel
·3 miesiące temu·discuss
You can’t unpublish a npm package with more than 100 downloads I think.
hanspagel
·6 miesięcy temu·discuss
If I understand correctly, the plan is to add a virtual state to address this.
hanspagel
·6 miesięcy temu·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 miesięcy temu·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.