It's a generic problem with using CVSS to score library vulnerabilities. CVSS is designed around complete systems, so it's totally crap to apply it to libraries.
I see a lot of critical (9+) supposed JavaScript "remote code execution with no authentication" CVEs being posted...
Right, if you are running it in an NPM server exposed to malicious user input with no authentication. Actually it runs client side in the browser and at best it's a prototype pollution vuln with a much lower score.
When they discontinued the line in 2021, they explicitly mentioned they would maintain support of the SoundTouch app. I have a Wave IV and thankfully didn't buy into the multi-room playback system, so at least the radio, CD player, and airplay will still work. Except I primarily used it as an alarm clock with a streaming service, so this really sucks.
They gave a consolation prize of 25% off on some Bose speakers, but why would you want more Bose speakers if you can't trust them to keep their word?
I sideloaded Marvel Unlimited so I could read comics on my surface. It was genuinely a great experience, because its the biggest tablet I own and the android app was far better then the web app. Rip WSA.
Capital One credit cards have the virtual card feature built-in. You can use the Eno extension to use them. It even allows for scheduled lock outs of the specific virtual cards. I use it for every subscription service I use.
Yes, the website (where you manage your card, check spending, etc) can create and manage all your virtual cards. In fact it gives you a lot more customization over the virtual cards than the browser extension. But the extension is more convenient, it automatically offers to generate a virtual card on shopping cart pages for you. But I use a combination of both.
This is how I manage subscriptions too. I give every subscription a unique virtual card and I set it to “expire” or deactivate after 24 hours. That way the cards stays active for the initial charge/verification, but then it will not work if the card gets charged at the end of the trial. If I decide to keep the subscription then I just log into the capital one site and reactivate the card (it’s just a simple little iOS style toggle switch) before the trial ends so that it continues.
I have this card, and never used the extension, because I don't want to use a one time use extension.
Now they have added some of the features, in app. You can generate exactly one virtual credit card in app, can lock it from future use, and can delete this card (& thus can get a new one). Can't set the spending limit, can't get more than one virtual card in app, can't limit it to one seller.
The only thing it is good for is, your actual credit card number will never be with seller.
Same here. I love using pwsh 7 on windows, but on Linux it was a whole different experience. Granted I was trying to use it on an Arch instance, which isn't technically supported, but I couldn't even get PSGet or PsReadLine to work.
However, I was pretty great to run the same scripts cross OS with basic commands like Invoke-WebMethod/Invoke-RestMethod
If that was true, then
"Invoke-WebRequest -Uri https://appleid.apple.com -UserAgent '(Linux)'"
would return a 200 status, but it returns a 502 Bad Gateway