malloc

joined 2 years ago
[–] [email protected] 5 points 2 years ago (2 children)

Is the service you are using allow you to download the music DRM free, or is it only streamable?

If it’s the latter, might want to reconsider. Just like movies purchased on these platforms (Apple, Amazon, Microsoft, …), the license holder of the intellectual property (IP), usually the record/music company, can pull their content from these platforms at any time and you will not be reimbursed.

[–] [email protected] 8 points 2 years ago

Kind of cool if your production infrastructure can match. But for most companies (ie, Fortune 500 and some medium companies) implementing this would need a force majeure.

Decades of software rot, change in management, change in architecture, waxing and waning of software and hardware trends, half assed implementations, and good ole bottom tier software consultation/contractors brought into the mix make such things impossible to implement at scale.

Once worked at a company where their onprem infra was a mix of mainframe, ibm / dell proprietary crap, Oracle vendor locked, and some rhel/centos servers. Of course some servers were on different versions of the OS. So it was impossible to setup a development environment to replicate issues.

For the most part, that’s why I still use docker for most jobs. Much easier to pull in the right image, configure app deployment declaratively, and reproduce the bug(s). I would say 90% of the time it was reproducible. Before docker/containerization it was much less than that and we had to reproduce in some non production environment that was shared amongst team.

[–] [email protected] 7 points 2 years ago

True story. Next car I own will be a manual. Won’t even bother setting up the electronic junk if it comes with it.

[–] [email protected] -3 points 2 years ago (6 children)

Chromium should be gucci though

[–] [email protected] 4 points 2 years ago

Hygieia — the goddess of cleanliness

[–] [email protected] 5 points 2 years ago

Based. Thanks for sharing these PRs. Will look over them.

[–] [email protected] 1 points 2 years ago (1 children)

This is the only way. Except some services don’t even accept those randomly generated ones. Only a slight inconvenience to add whatever special character they want or to trim the length.

[–] [email protected] 4 points 2 years ago

Reminds me of “The Password Game” 😂

[–] [email protected] 1 points 2 years ago

In my opinion, the project would benefit from static vulnerability scanning. Low hanging fruit like this XSS would have definitely been flagged.

Most of those providers even give it out for free for open source projects. So it wouldn’t hurt.

[–] [email protected] 2 points 2 years ago

Only in read only mode.

[–] [email protected] 40 points 2 years ago (8 children)

I just want to add a quick note:

From OPs screenshot, I noticed the JS code is attempting to extract the session cookie from the users that click on the link. If it’s successful, it attempts to exfiltrate to some server otherwise sends an empty value.

You can see the attacker/spammer obscures the url of the server using JS api as well.

May be how lemmy.world attackers have had access for a lengthy period of time. Attackers have been hijacking sessions of admins. The one compromised user opened up the flood gates.

Not a sec engineer, so maybe someone else can chime in.

[–] [email protected] 96 points 2 years ago (17 children)

Lemmy.world instance under attack right now. It was previously redirecting to 🍋 🎉 and the title and side bar changed to antisemitic trash.

They supposedly attributed it to a hacked admin account and was corrected. But the instance is still showing as defaced and now the page just shows it was “seized by reddit”.

Seems like there is much more going on right now and the attackers have much more than a single admin account.

view more: ‹ prev next ›