Download List

Projeto Descrição

kses is an HTML/XHTML security filter that removes all unwanted HTML elements and attributes, no matter how malformed the HTML input you give it. It also does several checks on attribute values. It can be used to avoid cross-site scripting (XSS), buffer overflows, and denial of service attacks. It is used by popular programs such as WordPress and Geeklog.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-02-07 08:53
0.2.2

Esta versão adicionou um segundo objeto orientado kses versão para PHP 5, usa isset () para evitar advertências Advertência PHP, mudou chr (173) tratamento para ajudar os utilizadores asiáticos, e melhorou a movimentação do fecho elementos HTML.
Tags: Minor bugfixes
This release added a second object-oriented kses version for PHP 5, uses isset() to avoid PHP notice warnings, changed chr(173) handling to help Asian users, and improved the handling of closing HTML elements.

2003-09-29 18:13
0.2.1

Esta versão adiciona um novo objeto versão orientada para kses, três controlos novo valor do atributo (minlen, minVal, e sem valor), uma solução alternativa para uma Ópera "recurso" que trata chr (173) como espaço em branco, e algumas outras mudanças menores .
Tags: Minor feature enhancements
This release adds a new object-oriented version of
kses, three new attribute value checks (minlen,
minval, and valueless), a work-around for an Opera
"feature" that treats chr(173) as whitespace, and
some other minor changes.

2003-07-25 15:19
0.2.0

Esta versão adiciona controlos valor do atributo (maxlen e MaxVal), lista branca do permitido protocolos de URL, XHTML, a remoção do Netscape 4 de entidades Javascript, e várias correções de bugs.
Tags: Major feature enhancements
This release adds attribute value checks (maxlen and maxval),
whitelisting of allowed URL protocols, XHTML, removal of Netscape 4's
Javascript entities, and various bugfixes.

2003-06-09 18:19
0.1.0

Tags: Initial freshmeat announcement

Project Resources