phpsecurity
phpsecurity copied to clipboard
This seems to be outdated and old, inaccurate. At least where I've tested it here.
Color contrast for code snippets (white text on light grey background) is (far) too weak. The wcag "Contrast (Minimum" rule suggest a contrast ratio of at least 4.5:1 https://www.w3.org/TR/WCAG20/#visual-audio-contrast
…aming-Programmers.rst
Fixed a typo outlining the resultant directory when a dot-dot-dash is used.
It seems a placeholder was left for the correct option to be replaced later, and never was addressed. So, _nudge_, I guess. I have also added a simple note about...
Reading over: http://phpsecurity.readthedocs.org/en/latest/Input-Validation.html The example of checkIntegerRange seems bad, if you pass an array the is_string fails and is_int passes because of the explicit conversion. While this is safe, as...
I think this is what the text meant to be. Although, "XMl Entity Expansion is somewhat similar to XML Entity Expansion" does seem like it could be a recursion joke.
Some minor code fixes.
Fixed a small typo