Paul Draper

Results 263 comments of Paul Draper

> The maintainers here are not actively contributing to the rules ?!?!? rules_docker is in maintenance mode ?!?!?

https://github.com/bazelbuild/rules_scala/pull/84 doesn't let you cross build, right? It just gives you a way to globally change the version? A couple more thoughts 1. Cross-building (as opposed to just choosing one...

> So is this a valid vulnerability? > I have been able to reproduce this by loading the unsanitized payload into Quill. **Yes, this is a valid vulnerability if untrusted...

To clarify for all the visitors not understanding if this applies to them: If you **save and load shared Quill content without server-side filtering,** you have XSS. For example: Alice...

The resolution is to scrub the data from quill before saving in a shared place.

No. You can tell by the way this issue is still open, and the alert doesn't include a fix version

I would love to understand the same. You might be able to glean something from https://github.com/webpack/changelog-v5/blob/master/guides/persistent-caching.md#performance-optimizations

> Might be a bit subjective, but it's commonly accepted. More than a bit subjective; it's downright inconsistent. Should it be `sleep(100)` or `sleep 100`? [This example](https://github.com/bbatsov/ruby-style-guide#rare-eol-annotations) says the latter,...

When it's in the ClientRead, is the query active? Is this an instance of the bug? ``` -[ RECORD 1 ]----+------------------------------ datid | 20492 datname | rivet pid | 26427...

Not exactly what you're asking, but FYI the server can do this. ``` log_statement = 'all' ```