Libraries tagged by xss-attacks
soosyze/kses
63225 Downloads
An HTML/XHTML filter written in PHP. Checks on attribute values. Can be used to avoid Cross-Site Scripting (XSS), Buffer Overflows and Denial of Service attacks, among other things.
dmt-software/anti-xss-middleware
13173 Downloads
PSR-15 middleware to help prevent xss attacks
plazzag/polario-sdk-php
115 Downloads
API for Polario __Naming:__ * json properties are formatted in camel case (fooBar) besides of enums (FooBar) * route params are formatted in hyphen case (foo-bar) * query params are formatted in snake case (foo_bar) * query params could hold lists of elements if they are comma separated * enum properties are formatted in capitalized camel case (FooBar) __Default values:__ * default values are specified for optional parameters do only apply to POST requests __Types:__ * numbers are considered to be float values * strings that are not specified to be html formatted should not be interpreted as html to avoid unexpected bahavior, like xss attacks * timestamps are considered to be in unix time __Headers:__ * ___Platform___: can be always set as header param to specify the platform of the request for the logging output
istais/reflectshield
5 Downloads
ReflectShield is a simple to use, shield against reflected XSS attacks
timahfouz/svg-sanitizer
1 Downloads
A Laravel package for sanitizing SVG files and SVG code to prevent XSS attacks
scelusswe/escaper
16 Downloads
Provides extended escaping funtionality to prevent XSS attacks.
diamochang/i7h-php
0 Downloads
Implement RimoChan's own i18nglish in PHP without worrying about XSS attacks.
cscfuto/promise-adaobi-project-xss-mitigator
9 Downloads
Mitigate xss attacks by combining html purification technology and request sanitization technology
ali-sharifi/xss-cleaner-filter
16 Downloads
additional laravel filter to prevent xss attack