Skip to content

Conversation

slaxor
Copy link

@slaxor slaxor commented Apr 25, 2025

No description provided.

ThePilgrim and others added 30 commits August 28, 2015 15:27
Added 1.0000e+27
The "On Testing" link in the first paragraph of the README doesn't
work, because the owner of that web page has moved it to a different
URL without the file extension, without setting up a redirect.

This commit fixes the URL so it goes to the page for which it is
intended.
Added a string which identifies a remote code execution vulnerability when the string is exported for Excel.
(Opens the calculator if vulnerable)
…Scunthorpe Problem words (Nwankwo Kanu, former soccer player for Arsenal, planet Uranus and Scottish village Twatt)
Unicode has special rules about lowercasing characters http://www.unicode.org/Public/UNIDATA/SpecialCasing.txt and this can result in a string growing. When doing the reverse the strings don't appear to shrink (Java/Python). You can see python 3 growing the strings when lowercasing:

    >>> len("İ")
    1
    >>> len("İ".lower())
    2
added a windows filepath to calc.exe and a linux filepath to python 2.7, which exists almost everywhere
CVE-2018-15120 is a DoS vulnerability in libpango's handling
of emojis. The added sample is known to cause an assert on
libpango versions 1.40.8 and potentially earlier.
Looks like the go library hasn't been built in a while.#
Sascha Teske added 25 commits April 25, 2025 01:08
Copy link

@MarcosSouza122 MarcosSouza122 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

10000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.