Christian Bewernitz

Results 281 comments of Christian Bewernitz

@frumioj xmldom is currently maintained at https://github.com/xmldom/xmldom. What would you suggest that we change in the behavior/implementation (as in what should be the preferred behavior in the context of the...

Fixes have been provided for `@xmldom/xmldom` in the versions 0.7.7, 0.8.4 and 0.9.0-beta.4. For more details see https://github.com/xmldom/xmldom/security/advisories/GHSA-crh6-fp67-6883

Thank you for letting me know, you guessed correctly, I fixed it.

Good to know: https://www.llvm.org/docs/LibFuzzer.html#id41 > It may be desirable to reject some inputs, i.e. to not add them to the corpus. > > For example, when fuzzing an API consisting...

Well, **that's** good to know. Maybe it's worth documenting the differences compared to the official docs on libFuzzer side? It also took me a while to find [the documentation for...

Ah, I was missing the `=1` part when passing the argument! Already did gave uptrying it, that's great news.

PR with related discussion: #37

As soon as you find a way to serve the val from your own domain, the whole thing gets way simpler, since you get those cookies, and can block any...

I'm aware that cloudflare access set's a cookie which is a jwt token. The identity provider it connects to is able to add some information to the cookie. we use...

I have a local implementation ready for my specific use case. If somebody is interested, I can polish it and provide a PR and we can talk about it. Best...