Difference between revisions of "SafeHTML"
(updated links) |
Agyaanapan (talk | contribs) (→resource info: add changelog url) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
|Name=SafeHTML | |Name=SafeHTML | ||
|Short description=Anti-Cross Site Scripting (XSS) HTML parser | |Short description=Anti-Cross Site Scripting (XSS) HTML parser | ||
− | |Full description= | + | |Full description=SafeHTML' is an anti-XSS HTML parser. It strips all potentially dangerous content within HTML: opening tags without closing tags, closing tags without opening tags, certain attributes (on*, data*, dynsrc, javascript:/vbscript:/about:, etc.), protocols, expressions or behavior in styles, and any other active content. |
− | |||
− | SafeHTML' is an anti-XSS HTML parser. It strips all potentially dangerous content within HTML: opening tags without closing tags, closing tags without opening tags, certain attributes (on*, data*, dynsrc, javascript:/vbscript:/about:, etc.), protocols, expressions or behavior in styles, and any other active content. | ||
|Homepage URL=https://wackowiki.org/doc/Dev/Projects/SafeHTML | |Homepage URL=https://wackowiki.org/doc/Dev/Projects/SafeHTML | ||
+ | |Version download=https://bitbucket.org/wackowiki/wackowiki/src/master/wacko/lib/safehtml/ | ||
|Is High Priority Project=No | |Is High Priority Project=No | ||
|Computer languages=PHP | |Computer languages=PHP | ||
|Decommissioned or Obsolete=No | |Decommissioned or Obsolete=No | ||
+ | |Related projects=HTML Purifier, htmLawed | ||
|Keywords=HTML,parser,expression,protocol,anti-XSS,strip,active content,open tags,closed tags,attributes,behavior | |Keywords=HTML,parser,expression,protocol,anti-XSS,strip,active content,open tags,closed tags,attributes,behavior | ||
|Version identifier=1.3.11 | |Version identifier=1.3.11 | ||
|Version date=2019-01-03 | |Version date=2019-01-03 | ||
|Version status=stable | |Version status=stable | ||
− | |||
|Version comment=1.3.11 stable released 2019-01-03 | |Version comment=1.3.11 stable released 2019-01-03 | ||
|Last review by=Craig Hutchinson | |Last review by=Craig Hutchinson | ||
Line 26: | Line 25: | ||
}} | }} | ||
{{Project license | {{Project license | ||
− | |License= | + | |License=BSD-3-Clause |
− | |License verified by= | + | |License copyright=(c) Miguel Vazquez Gocobachi, WackoWiki Team, 2006-2020 |
− | |License verified date= | + | (c) Roman Ivanov, 2004-2005 |
+ | (c) Pixel-Apes ( http://pixel-apes.com/ ), 2004-2005 | ||
+ | (c) JetStyle ( http://jetstyle.ru/ ), 2004-2005 | ||
+ | Maintainer -- Roman Ivanov <thingol@mail.ru> | ||
+ | |License verified by=agyaanapan | ||
+ | |License verified date=2021-06-21 | ||
+ | |License note=[https://bitbucket.org/wackowiki/wackowiki/src/master/wacko/lib/safehtml/license.txt license] | ||
+ | }} | ||
+ | {{Software category | ||
+ | |Interface=web | ||
+ | |Programming-language=php | ||
+ | }} | ||
+ | {{EntryGNU | ||
+ | |Is GNU=No | ||
+ | }} | ||
+ | {{Software prerequisite | ||
+ | |Prerequisite kind=Required to use | ||
+ | |Prerequisite description=PHP 7 | ||
}} | }} | ||
{{Person | {{Person | ||
Line 38: | Line 54: | ||
|Resource audience=Developer | |Resource audience=Developer | ||
|Resource kind=VCS Repository Webview | |Resource kind=VCS Repository Webview | ||
− | |Resource URL=https://bitbucket.org/wackowiki/wackowiki | + | |Resource URL=https://bitbucket.org/wackowiki/wackowiki/src/master/wacko/lib/safehtml/ |
}} | }} | ||
{{Resource | {{Resource | ||
Line 50: | Line 66: | ||
|Resource URL=https://wackowiki.org/doc/Dev/Projects/SafeHTML | |Resource URL=https://wackowiki.org/doc/Dev/Projects/SafeHTML | ||
}} | }} | ||
− | {{ | + | {{Resource |
− | | | + | |Resource kind=Changelog |
+ | |Resource URL=https://wackowiki.org/doc/Dev/Projects/SafeHTML?show_comments=1#h949-2 | ||
+ | }} | ||
+ | {{EntryDetails | ||
+ | |Is High Priority Project=No | ||
+ | |Decommissioned or Obsolete=No | ||
+ | |Accepts cryptocurrency donations=No | ||
+ | |Test entry=No | ||
}} | }} | ||
{{Featured}} | {{Featured}} |
Latest revision as of 21:35, 20 June 2021
SafeHTML
https://wackowiki.org/doc/Dev/Projects/SafeHTML
Anti-Cross Site Scripting (XSS) HTML parser
SafeHTML' is an anti-XSS HTML parser. It strips all potentially dangerous content within HTML: opening tags without closing tags, closing tags without opening tags, certain attributes (on*, data*, dynsrc, javascript:/vbscript:/about:, etc.), protocols, expressions or behavior in styles, and any other active content.
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Contact(s) | Role |
---|---|
Roman Ivanov | Maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Changelog | https://wackowiki.org/doc/Dev/Projects/SafeHTML?show_comments=1#h949-2 | |
Help | Homepage | https://wackowiki.org/doc/Dev/Projects/SafeHTML |
Bug Tracking,Developer,Support | Bug Tracking | https://wackowiki.org/bugs/ |
Developer | VCS Repository Webview | https://bitbucket.org/wackowiki/wackowiki/src/master/wacko/lib/safehtml/ |
Software prerequisites
Kind | Description |
---|---|
Required to use | PHP 7 |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.