Cian McElhinney

Results 6 issues of Cian McElhinney

I found multiple XSS Attack vectors that aren't caught by the `isXss` function: https://github.com/RisingStack/protect/blob/60b0c91e86686d34e5202419ce9ae7e8dc08edcd/lib/rules/xss.js#L4-L13 ## tl;dr Don't use regex's for sanitization of HTML but if you are, then at least...

Following on from idea: https://github.com/ankane/blazer/issues/388 If a column name contains `JSON` or `YAML` then do the appropriate parsing and pretty-printing, if parsing fails then just return the value in a...

- include tests by updating pattern - add MySQL to be included during tests - skip broken Elasticsearch tests I also tried adding [ankane/setup-elasticsearch](https://github.com/ankane/setup-elasticsearch) but that failed with the following...

## Fixes/improvements - As in below screenshot, when the length of the content is such that there's a HTML `` or `` tag at the 140 character position in the...

# Fix Invalid redirect URI caused by query params If a `redirect_url` doesn't **exactly** match what you have entered Spotify returns: ```json {"error":"invalid_grant","error_description":"Invalid redirect URI"}): ``` This is happening because...

# Problem I want to be able to open a link or have it set as a new tab starting URL, and have it open the note in fullscreen all...

enhancement