
VEGN is *not* a Socially Responsible Investment. They hold Tesla, United Health, and stocks from numerous unethical companies.

I make and sell BusKill laptop kill cords. Monero is accepted.
I will, but I'm 85% sure they already know -- but they made a business decision to make one OAuth flow for all "platforms" for a consistent & simpler UX (at the expense of extra security risk, which they've accepted).
Edit: wait, did you mean email stripe or email the pentest company that authored the article of common oauth vulns?
https://blog.doyensec.com/2025/01/30/oauth-common-vulnerabilities.html
I haven't seen it. Thanks for sharing!
afaik, it doesn't cover this use-case (where the Resource Server [Stripe] just uses the wrong flow -- forcing us to expose our access keys to a third party).
But, curious, it lists 0 attacks for the OAuth Flow that Stripe should be using here = Client Credentials Flow.
Edit: ahhhhh, this paragraph is elucidating
The Authorization Code Flow is one of the most widely used OAuth flows in web applications. Unlike the Implicit Flow, which requests the Access Token directly to the Authorization Server, the Authorization Code Flow introduces an intermediary step. In this process, the User Agent first retrieves an Authorization Code, which the application then exchanges, along with the Client Credentials, for an Access Token. This additional step ensures that only the Client Application has access to the Access Token, preventing the User Agent from ever seeing it.
I confirmed that Stripe is using the Authorization Code Flow
undefined
curl https://connect.stripe.com/oauth/token \ -u sk_test_MgvkTWK1jRG3olSRx9B7Mmxo: \ -d “code”=”ac_123456789” \ -d “grant_type”=”authorization_code”
...but it does appear to be using the wrong OAuth Flow type. They give the token to us in the end. There's no need to expose it to a third party.
So I guess "choosing the wrong flow type" would be a valid addition to the "attacks" section under Authorization Code Flow
No, I'm not forced to use Stripe.
I'm looking at mollie now, but I don't really know of any better alternatives to Stripe. Got a recommendation?
Anything that requires a PayPal account is not an option.
Edit: Mollie won't let us create an account unless we push >50.000 EUR/mo. Yeah, we're a small business. We're wayyy under that limit. So no Mollie :(
Thanks. It's a good guess, but that's not the case.
The developers confirmed that the only place the OAuth access tokens are stored is on my server. Of course, the dev's server (which sees the [non-expiring!] access keys for >800,000 Stripe Accounts!) would be a ripe target for someone malicious. But it's not designed to store the keys there. All subsequent connections to the Stripe API are done directly between my server and Stripe's server (with no intermediary "platform"). The token is only exposed to the dev server when OAuth flow is first established. Then the dev server (effectively a MITM, by design) sends it down to my server for storing and future use.
PCI compliance on my server isn't an issue because all sensitive payment information is tokenized.
The reason this is done is because Stripe doesn't allow the redirect during the OAuth flow to be dynamic. It must be a predefined value that's hard-coded into the app.
For security purposes, Stripe redirects a user only to a predefined URI.
That's why Stripe forces you to expose your access tokens to the developer's servers.
I'd still appreciate if someone with more experience with OAuth than me knows if this is common. Seems like a very bad design decision to require users to transmit their bearer tokens through the developer's servers.
Update: It looks like you're describing their "Platform" option. In 2025, there's 3 "authentication types" for Stripe Apps, as documented here
In this case, I'm talking about OAuth 2.0 (Stripe Connect), not "Platform"
I have been, but Stripe support hasn't been helpful.
Update: one of the plugin authors finally explained it well:
It's because Stripe doesn't allow the redirect during the OAuth flow to be dynamic. It must be a predefined value that's hard-coded into the app.
For security purposes, Stripe redirects a user only to a predefined URI.
That's why Stripe forces you to expose your access tokens to the developer's servers.
I'd still appreciate if someone with more experience with OAuth than me knows if this is common. Seems like a very bad design decision to require users to transmit their bearer tokens through the developer's servers.
Can you elaborate? Any idea why Stripe would choose this design?
I think Stripe generally has good security practices. But I just can't understand this design choice. There has to be a reason..
Please read the question. I am not the developer; I can't change to keycloak.
Why OAuth MUST share access token with 3rd party?!?
Why does Stripe require OAuth tokens to pass through a third party server?
Can someone who understands OAuth better than me explain to me why Stripe REQUIRES that their OAuth Access Keys get shared with a third party?
I've tried RTFM, but my biggest hangup is that the OAuth docs appear describe a very different situation than mine. They usually describe a user agent (web browser) as the client. And they talk about "your users" as if I have a bunch of users that I'm going to be fetching access keys for.
Nah, this is server <--> server. I have a server. Stripe has a server. I am one user. All I need is ONE API key for ONE account. But I'm forced to use OAuth. It doesn't seem appropriate, and it's especially concerning that the "flow" requires the (non-expiring!) Access Token to be shared with a third party server. Why?!?
I recently learned that Stripe has been pushing OAuth (branded as "Stripe Connect") to its integration apps as the "more secure" solution, compared to Restricted AP
PSA: Vegan ETF holds Tesla, United Health
VEGN is *not* a Socially Responsible Investment. They hold Tesla, United Health, and stocks from numerous unethical companies.
![]() |
---|
PSA: VEGN (Vegan ETF) holds Tesla, United Health. Contact them |
Shared blockchain cache files (view-only and spend-key wallets)
Is it possible to copy the blockchain cache data from a view-only wallet to its spend wallet (on another machine)?
I use two wallets:
The hot wallet lives on my daily driver computer, and it only has enough XMR in it to cover daily transactions.
The cold wallet has the majority of my coins, and it lives on a hardened machine. It has Internet, but I only ever use this dedicated machine for crypto transactions. It basically just runs electrum and feather.
I only open my cold wallet a few times per year, whenever the hot wallet needs a top-up.
This process works great for electrum, which only needs a few minutes (at most) to sync.
This process isn't great for monero. I have to sit for hours waiting for feather to sync. And I'm physically tied to the computer with a BusKill cable.
What I want to do is reduce the feather wallet's sync time by first doing the sync in the reduced-security environment with the vie
Guide to make vector topo maps with JOSM and Inkscape (infinitely scaleable paper wall maps)
Trying to create a topographical map with vector-based contour lines? This guide will show how to export an SVG in Maperitive to Inkscape.
This guide will show you how to generate vector-based topopgraphic maps, for printing very large & high-quality paper wall maps using inkscape. All of the tools used in this guide are free (as in beer).
![]() |
---|
How-to Guide to Making Vector Topo Maps with Maperitive and Inkscape |
I recently volunteered at a Biological Research Station located on the eastern slopes of the Andes mountains. If the skies w
Guide to make topo maps in Inkscape (with OpenStreetMap and SRTM vector data)
Trying to create a topographical map with vector-based contour lines? This guide will show how to export an SVG in Maperitive to Inkscape.
This guide will show you how to generate vector-based topopgraphic maps, for printing very large & high-quality paper wall maps using inkscape. All of the tools used in this guide are free (as in beer).
![]() |
---|
How-to Guide to Making Vector Topo Maps with Maperitive and Inkscape |
I recently volunteered at a Biological Research Station located on the eastern slopes of the Andes mountains. If the skies w
Guide to make topo maps in Inkscape (with OpenStreetMap and SRTM vector data)
Trying to create a topographical map with vector-based contour lines? This guide will show how to export an SVG in Maperitive to Inkscape.
This guide will show you how to generate vector-based topopgraphic maps, for printing very large & high-quality paper wall maps using inkscape. All of the tools used in this guide are free (as in beer).
![]() |
---|
How-to Guide to Making Vector Topo Maps with Maperitive and Inkscape |
I recently volunteered at a Biological Research Station located on the eastern slopes of the Andes mountains. If the skies w
Guide to make topo maps in Inkscape (with OpenStreetMap and SRTM vector data)
Trying to create a topographical map with vector-based contour lines? This guide will show how to export an SVG in Maperitive to Inkscape.
This guide will show you how to generate vector-based topopgraphic maps, for printing very large & high-quality paper wall maps using inkscape. All of the tools used in this guide are free (as in beer).
![]() |
---|
How-to Guide to Making Vector Topo Maps with Maperitive and Inkscape |
I recently volunteered at a Biological Research Station located on the eastern slopes of the Andes mountains. If the skies w
The Wordpress Activity Pub plugin is on my TODO list. I opened some bug reports with them recently.
what happens if I die? what happens if my site goes down? what happens if a site is "protected" by cloudflare (and therefore makes the content inaccessible to at-risk folks)? what happens if a site has an authwall (and therefore is inaccessible to less-privileged folks)?
I think it's important for us to federate content, not just links.
it's a lot of work, but basically I copy the html from wordpress into pandoc, convert it to markdown, and then do a lot of cleanup
I didn't copy the whole post here because it's so much work, but I usually do when there's less images and my articles aren't likely to exceed the max char limit :)
How to wget/curl files from OCI registries (docker, github packages)
Want to wget a file from GitHub Packages or curl an image from Docker? This guide shows how to download files from OCI Container Registries
This article will describe how to download an image from a (docker) container registry.
![]() |
---|
Manual Download of Container Images with wget and curl |
Remember the good `'ol days when you could just download software by visiting a website and click "download"?
Even apt
and yum
repositories were just simple HTTP servers that you could just curl
(or wget
) from. Using the package manager was, of course, more secure and convenient -- but you could always just download packages manually, if you wanted.
But have you ever tried to curl
an image from a container registry,
How to wget/curl files from OCI registries (docker, github packages)
Want to wget a file from GitHub Packages or curl an image from Docker? This guide shows how to download files from OCI Container Registries
This article will describe how to download an image from a (docker) container registry.
![]() |
---|
Manual Download of Container Images with wget and curl |
Remember the good `'ol days when you could just download software by visiting a website and click "download"?
Even apt
and yum
repositories were just simple HTTP servers that you could just curl
(or wget
) from. Using the package manager was, of course, more secure and convenient -- but you could always just download packages manually, if you wanted.
But have you ever tried to curl
an image from a container registry,
How to wget/curl files from OCI registries (docker, github packages)
Want to wget a file from GitHub Packages or curl an image from Docker? This guide shows how to download files from OCI Container Registries
This article will describe how to download an image from a (docker) container registry.
![]() |
---|
Manual Download of Container Images with wget and curl |
Remember the good `'ol days when you could just download software by visiting a website and click "download"?
Even apt
and yum
repositories were just simple HTTP servers that you could just curl
(or wget
) from. Using the package manager was, of course, more secure and convenient -- but you could always just download packages manually, if you wanted.
But have you ever tried to curl
an image from a container registry,
How to wget/curl files from OCI registries (docker, github packages)
Want to wget a file from GitHub Packages or curl an image from Docker? This guide shows how to download files from OCI Container Registries
This article will describe how to download an image from a (docker) container registry.
![]() |
---|
Manual Download of Container Images with wget and curl |
Remember the good `'ol days when you could just download software by visiting a website and click "download"?
Even apt
and yum
repositories were just simple HTTP servers that you could just curl
(or wget
) from. Using the package manager was, of course, more secure and convenient -- but you could always just download packages manually, if you wanted.
But **have you
How to wget/curl files from OCI registries (docker, github packages)
Want to wget a file from GitHub Packages or curl an image from Docker? This guide shows how to download files from OCI Container Registries
This article will describe how to download an image from a (docker) container registry.
![]() |
---|
Manual Download of Container Images with wget and curl |
Remember the good `'ol days when you could just download software by visiting a website and click "download"?
Even apt
and yum
repositories were just simple HTTP servers that you could just curl
(or wget
) from. Using the package manager was, of course, more secure and convenient -- but y
How to manual download GitHub Packages files (wget, curl)
Want to wget a file from GitHub Packages or curl an image from Docker? This guide shows how to download files from OCI Container Registries
This article will describe how to download an image from a (docker) container registry.
![]() |
---|
Manual Download of Container Images with wget and curl |
Remember the good `'ol days when you could just download software by visiting a website and click "download"?
Even apt
and yum
repositories were just simple HTTP servers that you could just curl
(or wget
) from. Using the package manager was, of course, more secure and convenient -- but you could always just download packages manually, if you wanted.
But **have you
How to wget/curl files from OCI registries (docker, github packages)
Want to wget a file from GitHub Packages or curl an image from Docker? This guide shows how to download files from OCI Container Registries
This article will describe how to download an image from a (docker) container registry.
![]() |
---|
Manual Download of Container Images with wget and curl |
Remember the good `'ol days when you could just download software by visiting a website and click "download"?
Even apt
and yum
repositories were just simple HTTP servers that you could just curl
(or wget
) from. Using the package manager was, of course, more secure and convenient -- but you could always just download packages manually, if you wanted.
But **have you
How to wget/curl files from OCI registries (docker, github packages)
Want to wget a file from GitHub Packages or curl an image from Docker? This guide shows how to download files from OCI Container Registries
This article will describe how to download an image from a (docker) container registry.
![]() |
---|
Manual Download of Container Images with wget and curl |
Remember the good `'ol days when you could just download software by visiting a website and click "download"?
Even apt
and yum
repositories were just simple HTTP servers that you could just curl
(or wget
) from. Using the package manager was, of course, more secure and convenient -- but you could always just download packages manually, if you wanted.
But **have you
How to wget/curl files from OCI registries (docker, github packages)
Want to wget a file from GitHub Packages or curl an image from Docker? This guide shows how to download files from OCI Container Registries
This article will describe how to download an image from a (docker) container registry.
![]() |
---|
Manual Download of Container Images with wget and curl |
Remember the good `'ol days when you could just download software by visiting a website and click "download"?
Even apt
and yum
repositories were just simple HTTP servers that you could just curl
(or wget
) from. Using the package manager was, of course, more secure and convenient -- but you could always just download packages manually, if you wanted.
But have you ever tried to curl
an image from a container registry,
Guide to manual downloading Docker and GitHub Packages files (wget, curl)
Want to wget a file from GitHub Packages or curl an image from Docker? This guide shows how to download files from OCI Container Registries
This article will describe how to download an image from a (docker) container registry.
![]() |
---|
Manual Download of Container Images with wget and curl |
Remember the good `'ol days when you could just download software by visiting a website and click "download"?
Even apt
and yum
repositories were just simple HTTP servers that you could just curl
(or wget
) from. Using the package manager was, of course, more secure and convenient -- but you could always just download packages manually, if you wanted.
But **have you
How to wget/curl files from OCI registries (docker, github packages)
Want to wget a file from GitHub Packages or curl an image from Docker? This guide shows how to download files from OCI Container Registries
This article will describe how to download an image from a (docker) container registry.
![]() |
---|
Manual Download of Container Images with wget and curl |
Remember the good `'ol days when you could just download software by visiting a website and click "download"?
Even apt
and yum
repositories were just simple HTTP servers that you could just curl
(or wget
) from. Using the package manager was, of course, more secure and convenient -- but you could always just download packages manually, if you wanted.
But **have you
How to wget/curl docker images
Want to wget a file from GitHub Packages or curl an image from Docker? This guide shows how to download files from OCI Container Registries
This article will describe how to download an image from a (docker) container registry.
![]() |
---|
Manual Download of Container Images with wget and curl |
Remember the good `'ol days when you could just download software by visiting a website and click "download"?
Even apt
and yum
repositories were just simple HTTP servers that you could just curl
(or wget
) from. Using the package manager was, of course, more secure and convenient -- but you could always just download packages manually, if you wanted.
But have you ever tried to curl
an image from a container registry,
How to wget/curl files from OCI registries (docker, github packages)
Want to wget a file from GitHub Packages or curl an image from Docker? This guide shows how to download files from OCI Container Registries
This article will describe how to download an image from a (docker) container registry.
![]() |
---|
Manual Download of Container Images with wget and curl |
Remember the good `'ol days when you could just download software by visiting a website and click "download"?
Even apt
and yum
repositories were just simple HTTP servers that you could just curl
(or wget
) from. Using the package manager was, of course, more secure and convenient -- but you could always just download packages manually, if you wanted.
But **have you
Hi, Michael Altfield here. I was the sysadmin for OSE from 2017-2020.
Everything OSE does is transparent, so you can just check the OSE websites to see what everyone is currently working-on. OSE contributors log their hours in a worklog called "OSE Dev". There you can quickly see who is working on what.
The above graphs show 4 contributors in the past ~10 weeks (one is me; we had some issues with the apache config recently). There's no direct link, but you can then check the wiki to see people's work logs (just search for the person's name and Log
):
I also like to look at the MediaWiki "Recent Changes" page to peak at what people are up-to as well:
I told Marcin about Lemmy back in June 2023. Another OSE contributor even created an OSE community on the slrpnk.net instance, but it appears to have been abandoned. I'll email him about this thread to see if he'll bite and publish updates in this community since there's clearly interest :)
Also, shameless plug: I started an org that's very similar in spirit to OSE called Eco-Libre, with a focus on projects to sustainably enfranchise human rights in smaller communities. We're currently accepting volunteers ;)
Can you mention this in your article?
Personally I wouldn't run a lemmy instance because of this (and also many other concerns)
I recommend [a] letting the lemmy devs know (eg on GitHub) that this issue is preventing you from running a lemmy instance and [b] donating to alternative projects that actually care about data privacy rights.
The fines usually are a percent of revenue or millions of Euros, whichever is higher.
So if your revenue is 0 EUR then they can fine you the millions of Euros instead. The point of the “percent of revenue” alternative was for larger corporations that can get fined tens or hundreds of millions of Euros (or, as it happened to Meta, in some cases -- billions of Euros for a single GDPR violation).
The fines usually are a percent of revenue or millions of Euros, whichever is higher.
So if your revenue is 0 EUR then they can fine you the millions of Euros instead. The point of the “percent of revenue” alternative was for larger corporations that can get fined tens or hundreds of millions of Euros (or, as it happened to Meta, in some cases -- billions of Euros for a single GDPR violation).
That would be true if their instance wasn't federating. If the instance is federating, then it's downloading content from other users, even if the user isn't registered on the instance. And that content is publicly available.
So if someone discovers their content on their instance and sends them a GDPR request (eg Erasure), then they are legally required to process it.
It's definitely not impossible to contact all instances; it's a finite list. But we should have a tool to make this easier. Something that can take a given username or post, do a search, find out all the instances that it federated-to, get the contact for all of those instances, and then send-out a formal "GDPR Erasure Request" to all of the relevant admins.
Did you read the article and the feedback that you've received from your other users?
Any FOSS platform has capacity issues. I run my own FOSS projects with zero grant funds and where I'm the only developer. I understand this issue.
What we're talking about here is prioritization. My point is that you should not prioritize "new features" when existing features are a legal, moral, and grave financial risk to your community. And this isn't just "my priority" -- it's clearly been shown that this is the desired priority of your community.
Please prioritize your GDPR issues.
Very nice. Unfortunately it doesn't look like Boost is available on F-Droid.
Fortunately, in my case, my image was "orphaned" and never actually attached to a post or comment, so it wouldn't have federated.
If the image has already federated then that's a whole next level problem :(