Difference between revisions of "SafeHTML"

From Free Software Directory
Jump to: navigation, search
(resource info: add changelog url)
(Created page with "{{Entry |Name=SafeHTML |Short description=Anti-Cross Site Scripting (XSS) HTML parser |Full description=SafeHTML' is an anti-XSS HTML parser. It strips all potentially dangerous ...")
(7 intermediate revisions by 3 users not shown)
Line 3: Line 3:
 
|Short description=Anti-Cross Site Scripting (XSS) HTML parser
 
|Short description=Anti-Cross Site Scripting (XSS) HTML parser
 
|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.
 
|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.
|Homepage URL=https://wackowiki.org/doc/Dev/Projects/SafeHTML
+
|User level=none
|Version download=https://bitbucket.org/wackowiki/wackowiki/src/master/wacko/lib/safehtml/
+
|Status=Live
|Is High Priority Project=No
+
|Component programs=
 +
|Homepage URL=http://pixel-apes.com/safehtml/
 +
|VCS checkout command=
 
|Computer languages=PHP
 
|Computer languages=PHP
|Decommissioned or Obsolete=No
+
|Documentation note=
|Related projects=HTML Purifier, htmLawed
+
|Paid support=
 +
|IRC help=
 +
|IRC general=
 +
|IRC development=
 +
|Related projects=
 
|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
+
|Is GNU=n
|Version date=2019-01-03
+
|Last review by=Janet Casey
|Version status=stable
+
|Last review date=2005-08-15
|Version comment=1.3.11 stable released 2019-01-03
 
|Last review by=Craig Hutchinson
 
|Last review date=2018/07/29
 
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|User level=none
+
|Version identifier=1.3.5
|Accepts cryptocurrency donations=No
+
|Version date=2005-08-15
|Test entry=No
+
|Version status=stable
|Is GNU=No
+
|Version download=http://pixel-apes.com/download/safehtml-1.3.5.tar.gz
 
|License verified date=2004-10-21
 
|License verified date=2004-10-21
}}
+
|Version comment=1.3.5 stable released 2005-08-15
{{Project license
 
|License=BSD-3-Clause
 
|License copyright=(c) Miguel Vazquez Gocobachi, WackoWiki Team, 2006-2020
 
(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
 +
|Role=Maintainer
 
|Real name=Roman Ivanov
 
|Real name=Roman Ivanov
|Role=Maintainer
 
 
|Email=thingol@mail.ru
 
|Email=thingol@mail.ru
 +
|Resource URL=
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource audience=Developer
 
|Resource audience=Developer
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
|Resource URL=https://bitbucket.org/wackowiki/wackowiki/src/master/wacko/lib/safehtml/
+
|Resource URL=http://cvs.wackowiki.com/wsvn/repo/trunk/safehtml
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource audience=Bug Tracking,Developer,Support
 
|Resource audience=Bug Tracking,Developer,Support
|Resource kind=Bug Tracking
+
|Resource kind=E-mail
|Resource URL=https://wackowiki.org/bugs/
+
|Resource URL=mailto:thingol@mail.ru
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource audience=Help
 
|Resource audience=Help
 
|Resource kind=Homepage
 
|Resource kind=Homepage
|Resource URL=https://wackowiki.org/doc/Dev/Projects/SafeHTML
+
|Resource URL=http://pixel-apes.com/safehtml/feed/rss
 
}}
 
}}
{{Resource
+
{{Software category
|Resource kind=Changelog
+
|Interface=web
|Resource URL=https://wackowiki.org/doc/Dev/Projects/SafeHTML?show_comments=1#h949-2
 
 
}}
 
}}
{{EntryDetails
+
{{Project license
|Is High Priority Project=No
+
|License=BSD_3Clause
|Decommissioned or Obsolete=No
+
|License verified by=Janet Casey
|Accepts cryptocurrency donations=No
+
|License verified date=2004-10-21
|Test entry=No
 
 
}}
 
}}
{{Featured}}
 

Revision as of 11:26, 12 April 2011


[edit]

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

Verified by

agyaanapan

Verified on

21 June 2021

Notes

license




Leaders and contributors

Contact(s)Role
Roman Ivanov Maintainer


Resources and communication

AudienceResource typeURI
Changeloghttps://wackowiki.org/doc/Dev/Projects/SafeHTML?show_comments=1#h949-2
HelpHomepagehttps://wackowiki.org/doc/Dev/Projects/SafeHTML
Bug Tracking,Developer,SupportBug Trackinghttps://wackowiki.org/bugs/
DeveloperVCS Repository Webviewhttps://bitbucket.org/wackowiki/wackowiki/src/master/wacko/lib/safehtml/


Software prerequisites

KindDescription
Required to usePHP 7




Entry



















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.