Jack Taylor

Results 13 comments of Jack Taylor

I made a multilingual example in a different repo, if that helps: https://github.com/rayjolt/hugo-multilingual-example.

Note: this is an issue with insecure defaults, but it is not a vulnerability by itself, so I decided to report it here instead of emailing [email protected]. Fixing it will...

> generally speaking. a bad actor would have to attack a hosting server and change the official app code into bad code. This is not necessary if the following conditions...

> we designed it so that devs can print any html to the dom. we want devs and users to be able to construct full template HTML and inject it...

> maybe we should add in some nice tools to help with input sanitation. Python already contains [html.escape](https://docs.python.org/3/library/html.html#html.escape), which can be used for this purpose. ```python >>> import html >>>...

To be clear, it is not just `print()` that needs to be escaped, but any output that is written to stdout or stderr. For example, this pops up an alert...

On the [governance page](https://xunit.net/governance) I see that I need to sign an assignment agreement, but I couldn't find where it is. Did I overlook it?

The difference is whether there is a newline or not after the the scenario description. Before formatting, the scenario description is parsed as: ``` 'A scenario description. The following line...

In an ideal world, there should be no spaces after the Japanese step keywords (this is how Japanese text works in real life). However, if there is no space then...

I just tested how Squish 3.7.0 deals with `Et qu'il confirme la popup de validation` in French. It treats the keyword as `Et`, and the step definition must be `qu'il...