Apple forgot to disable production source maps on the App Store web app
Submitted 4 days ago by mudkip@lemdro.id to technology@lemmy.world
https://files.catbox.moe/8djx3f.jpg
Comments
mudkip@lemdro.id 4 days ago
anon5621@lemmy.ml 4 days ago
They can strike on github using dcma publish better on codeberg
aviationeast@lemmy.world 4 days ago
But I’m feeding it to AI… Isn’t that fair use?
mudkip@lemdro.id 4 days ago
It references “solarium” icons which was the rumored codename of liquid glass!
FreedomAdvocate@lemmy.net.au 4 days ago
This is like right clicking on a website and going view source and then pretending like they forgot to hide their code. It’s a complete nothing.
mudkip@lemdro.id 4 days ago
Well it’s not like clicking view source, it is clicking view source. But yes, they forgot to hide their code.
FreedomAdvocate@lemmy.net.au 4 days ago
But yes, they forgot to hide their code.
But they don’t need to hide their code because there’s nothing to hide.
count_dongulus@lemmy.world 4 days ago
It’s client code, nothing there is secret. It’s served to you on a platter. Minifying is just to shrink it. Obfuscation is security theater.
mudkip@lemdro.id 4 days ago
the comments referencing internal tickets and todos?
count_dongulus@lemmy.world 4 days ago
IMO it’s sloppy, or at least a code smell, to be merging changes that still have comments like that into commercial software main branches to begin with. But it’s still not a security issue or anything like that.
The future engineer who picks up whatever ticket that’s referenced is going to have no idea that comment exists in that file unless it’s called out in the ticket anyway, or peoole just know to globally search for references to whatever ticket they picked up in a given day for some person’s old notes. At that point, just share a link in the ticket to however many lines of code are relevant. Quite irritating to see an old comment in the code saying something like “TODO: Remove once PROJ-1234 is done” and PROJ-1234 was marked done three years ago. Does it still need to go? Why was it left in?