smartystreets / goconvey

Go testing in the browser. Integrates with `go test`. Write behavioral tests in Go.
http://smartystreets.github.io/goconvey/
Other
8.23k stars 554 forks source link

fix(web): protect against XSS in test description #685

Closed srabraham closed 7 months ago

srabraham commented 7 months ago

See https://github.com/smartystreets/goconvey/issues/684

Before: Screenshot 2024-02-08 at 11 26 18

After: Screenshot 2024-02-08 at 11 25 33

srabraham commented 7 months ago

@riannucci could you have a look?

riannucci commented 7 months ago

Thanks, sorry I've been so inactive here :/

srabraham commented 7 months ago

See #684

Before: Screenshot 2024-02-08 at 11 26 18

After: Screenshot 2024-02-08 at 11 25 33

Thanks!