Download List

프로젝트 설명

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

이 릴리스에는, 두 번째 개체에서 PHP 5에 대한 지향 kses 버전을 사용했다 isset (), PHP는 통보 경고를 피하기 위해 chr (173) 아시아 분들께 도움으로 처리, 변경 및 닫는 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

이 릴리스에는 3 개의 새로운 속성 값을 검사 (minval, minlen 및 소용 없어), 새로운 객체 지향 kses의 버전을 추가하는 작업을 몇 가지 다른 사소한 변경 공백으로 chr (173) 취급 오페라 "기능"- 주위에, 및 .
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

이 릴리스 (maxlen 및 maxval), 속성 값을 검사를 추가 허용되는 URL은 프로토콜, XHTML을, 넷스케이프의 제거 4의 자바 스크립트 개체의 허용된 사이트 목록, 각종 버그수정.
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