Michal Špaček
Michal Špaček
"Blocked a frame with origin ... from accessing a frame with origin" errors are caused by Safari being more noisy on same origin policy violations than Chrome. I've explained why...
@dg you can start by "improving" (their word, not mine) the GitHub Security Advisory (GHSA) here https://github.com/advisories/GHSA-f626-677r-j5vq/improve Once/if the GHSA will be invalidated, Roave/SecurityAdvisories will/should stop blocking the installation (and...
I have created a PR https://github.com/Roave/SecurityAdvisoriesBuilder/pull/759 to ignore the GHSA/CVE in roave/security-advisories.
The PR was merged and roave/security-advisories doesn't block nette/database anymore https://github.com/Roave/SecurityAdvisories/commit/3076981ea708db9685cd16fa83f919cc0bd2cd65
To recap, new [3.2.5](https://github.com/nette/database/releases/tag/v3.2.5) version was released yesterday (thanks @dg!) so composer doesn't complain anymore when installing or running `composer audit`, roave/security-advisories has the GHSA/CVE excluded so CI pipelines should...
Hey @k3vl4rAtWork, I was getting the same error, then realized that a very old Psalm have been installed when I ran `composer require --dev vimeo/psalm`. Psalm 0.13.14 was installed. The...
You can @weirdan, in the Packagist web UI, click the ❌ icons next to the version you want to drop from Composer (see pic), the git/GitHub tag will stay. I...
Nice, thanks @weirdan! This saves me some head scratching the next time it would happen :-)
> Unfortunately, I find no way to install psalm alongside phpunit: You may try installing the Psalm Phar distribution https://github.com/psalm/phar More info here https://github.com/vimeo/psalm/blob/5.x/docs/running_psalm/installation.md#using-the-phar
Hey @Sahtii, can you check if it still happens for you with PHPStan 1.12? I had the same issue but after updating to 1.12 the problem seems gone.