I don't see what the fuss is about. This all looks pretty standard. I use random people's stuff all the time. Isn't that the point of open source? Did you find something malicious in the random GitHub repo? If so, you should write an article about that instead.
The dependencies weren't vendored, meaning their behavior can change at any time if a malicious actor gains control of that third-party repo. This is bad for security.
I decompiled the White House's new app
121–130 of 291 posts
Re: I decompiled the White House's new app
#122A bit skeptical of how this article is written as it seems to be mostly written by AI. Out of curiosity, I downloaded the app and it doesn't request location permissions anywhere, despite the claims in the article. I've noticed Claude Code is happy to decompile APKs for you but isn't very good at doing reachability analysis or figuring out complex control flows. It will treat completely dead code as important as a co…
how do you know it didn't lie during the decompilation?
So it could come across a manifest that includes location permissions and some code that would (if enabled) send location, but it might do a bad job properly tracing
Re: I decompiled the White House's new app
#123Re: I decompiled the White House's new app
#124Looks like what you might expect in a standard marketing app from a consultancy. They probably hired someone to develop it, that shop used their standard app architecure which includes location tracking code and the other stuff.
Re: I decompiled the White House's new app
#125Re: I decompiled the White House's new app
#126Re: I decompiled the White House's new app
#127I was promised a meritocracy and non stop winning. When do those begin?
Re: I decompiled the White House's new app
#128Reader mode was the only thing that made it readable.
Re: I decompiled the White House's new app
#129Earlier quoted context omitted.
Because there is a quadrillion trusted CAs in every device you might use. A good chunk of these CAs have been compromised at one point or another, and rogue certificates are sold in the dark market. Also any goverment can coerce a domiciled CA to issue certs for their needs.
If you go down this path you argue desktop browsing https is broken, which i dont think is a serious argument.
https (specifically the CA chain of trust) is imperfect, and can be compromised by well-placed parties.
Re: I decompiled the White House's new app
#130A bit skeptical of how this article is written as it seems to be mostly written by AI. Out of curiosity, I downloaded the app and it doesn't request location permissions anywhere, despite the claims in the article. I've noticed Claude Code is happy to decompile APKs for you but isn't very good at doing reachability analysis or figuring out complex control flows. It will treat completely dead code as important as a co…
Is there something in particular that made you conclude that or are you going just with how it felt?
For what it's worth, it didn't seem to me.