Commit Graph

16 Commits (master)

Author SHA1 Message Date
trya 0d5fd11f90 added jinja2 injections 2020-05-18 22:42:34 +03:00
Max Woolf 2f3806eaf3
Merge branch 'master' into master 2019-12-01 15:20:19 -08:00
Max Woolf 50dc1c1e7a
Merge pull request #179 from DominikHerold/master
add new emojis from Emoji Version 11.0
2019-12-01 14:18:07 -08:00
MohamadKh75 af2ac4b939 Add Persian special characters 2019-07-07 11:33:49 +04:30
Dominik Herold ee14f466fd add new emojis from Emoji Version 11.0 2018-11-17 23:27:38 +01:00
Lifeng Dong 980f181e22 Add super Unicode string 2018-11-15 16:55:21 +08:00
James Osborn 5df0dca3aa
Added Ogham Text
The only unicode alphabet to use a space which isn't empty but should still act like a space.
2018-10-22 18:48:12 +01:00
Zack Weinberg 1775ec88b8 Regenerate derived files. 2017-01-19 08:38:59 -05:00
Zack Weinberg a34eb03d01 Merge branch 'master' into add-c0-and-c1-controls 2017-01-19 08:24:33 -05:00
hjkuijf 2ea9147278 This causes an HTML textarea that is filled with unescaped input to break and execute a simple JavaScript. 2017-01-16 16:50:21 +01:00
Jeff Sharp 5c290e94ce Add modem hangup vulnerability.
This string can cause some modems to disconnect.  Years ago, I triggered
this behavior accidentally when, for an unrelated reason, my email
signature contained the string.  Mail sent to a mailing list caused some
subscribers' modems to disconnect.

Explained here, in the final paragraph under "Hayes' Solution":
https://en.wikipedia.org/wiki/Hayes_command_set
2017-01-16 07:32:24 -06:00
Romuald Brunet ebe36ae017 Add ASCII bell (\u0007) character
This character is outside of the valid characters for XML
(and rejected by some parsers)

See https://www.w3.org/TR/REC-xml/#charsets
2016-02-10 14:48:42 +01:00
Charmander f05c2cdf17 Add hasOwnProperty
It’s common in JavaScript to use input as a key in an object and check
for the existence of keys using `obj.hasOwnProperty(key)` instead of
`Object.prototype.hasOwnProperty.call(obj, key)`.
2016-02-10 05:00:00 +00:00
Joshua Duffy 4b047ac099 Update incorrect spacing 2015-09-11 12:12:49 +01:00
Joshua Duffy 9016a76261 Added other string interpolation method 2015-09-11 12:04:15 +01:00
e 300d572f0d Add base64 txt and json files 2015-08-30 19:04:05 -07:00