No, this is food for exploit-searching AI. Private comments and tickets, etc is what they use to leverage targeted attacks.
Comment on Apple forgot to disable production source maps on the App Store web app
FreedomAdvocate@lemmy.net.au 4 days agoYou know you can un-minify code, don’t you? Minifying it doesn’t encrypt it. The links to internal tickets and private repositories would still be there even if they minify it.
Links to internal tickets and repos aren’t a security issue btw.
bookmeat@lemmynsfw.com 4 days ago
mudkip@lemdro.id 4 days ago
Minifying is a one way process and once it’s done, you lose the names of all variables and functions. And no, they wouldn’t be present because comments are stripped.