Apple forgot to disable production source maps on the App Store web app
Submitted 3 weeks ago by mudkip@lemdro.id to technology@lemmy.world
https://files.catbox.moe/8djx3f.jpg
Comments
mudkip@lemdro.id 3 weeks ago
anon5621@lemmy.ml 3 weeks ago
They can strike on github using dcma publish better on codeberg
aviationeast@lemmy.world 3 weeks ago
But I’m feeding it to AI… Isn’t that fair use?
mudkip@lemdro.id 3 weeks ago
It references “solarium” icons which was the rumored codename of liquid glass!
FreedomAdvocate@lemmy.net.au 3 weeks 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 3 weeks 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 3 weeks 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 3 weeks 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 3 weeks ago
the comments referencing internal tickets and todos?
count_dongulus@lemmy.world 3 weeks 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?