Oliver Hader
Oliver Hader
Just wanted to leave that here (probably you knew it already): e.g. https://github.com/github/advisory-database/blob/b07a1c25e2ec4fe59bf3dae2c6b7db3b02f4ae75/advisories/github-reviewed/2022/04/GHSA-x7cr-6qr6-2hh6/GHSA-x7cr-6qr6-2hh6.json * gives an example of `fixed` and `introduced` nested in `affected` * OSV items do exist already...
> IF this gets stuck, there's [this fork](https://github.com/sanmai/hoa-compiler). I'll be happy to review a PR. > > I already [did PHP 7.4 there IIRC](https://github.com/sanmai/hoa-compiler/blob/master/.travis.yml#L7). Thx & good to know... reading...
> Well, if you could get a hand on that sweet merge button here, we can certainly try something. But, tbh, I was primarily concerned with `jms/serializer` using this package,...
@dantleech Did not spot this issue early, I've created a duplicate in #111 - find corresponding change and new result there
TYPO3 introduced Argon2i in 2018, which is the default since then * https://typo3.org/article/typo3-v9-lts-you-re-the-one-that-i-want * https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ApiOverview/PasswordHashing/Index.html
> I am quite busy, but I will try to get around to creating an update for Nextcloud 27 in the next few days. Hey @JonathanTreffler, I hope you're doing...
This seems to be very useful! 👍 We had to deal with similar patterns in 3rd party code analyzing security vulnerabilities - like visualized in this example: https://psalm.dev/r/4daa849fa9 ```php /**...
@weirdan Thanks for providing the examples! I agree that my idea would make it much more complicated. Besides that, I did not want to block this change nor request any...
> I got a similar error with PHP v8 and Typo3 v11, because [CsvStreamFilter](typo3/sysext/core/Classes/IO/CsvStreamFilter.php) didn't declare `$params` `mixed`. Adding it locally fixed it for me. `public $params = [];` ->...
That would really be a great enhancement!