Skip to content

Tags: bupy7/php-html-form

Tags

2.0.4

Toggle 2.0.4's commit message
v2.0.4

2.0.3

Toggle 2.0.3's commit message
Supporting of PHP 8.3.

2.0.2

Toggle 2.0.2's commit message
Fix .giattributes.

2.0.1

Toggle 2.0.1's commit message
autoload fixes

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

1.0.0

Toggle 1.0.0's commit message
fixed

0.10.0

Toggle 0.10.0's commit message
Update readme.md

v0.9.0

Toggle v0.9.0's commit message
Don't escape label contents

Trying to protect against XSS in the case that someone is using
user input for label contents is not worth the trade-off of disallowing
users of the library to customize the HTML contents of their labels.

If you are using user input in your labels, I recommend escaping
that data manually before including it in your label.

v0.8.13

Toggle v0.8.13's commit message
Merge pull request adamwathan#118 from JesseLeite/fix-xss

Fixing XSS vulnerabilities