php-html-safe 0.10.1-3build1 source package in Ubuntu

Changelog

php-html-safe (0.10.1-3build1) xenial; urgency=medium

  * No-change rebuild against php 7

 -- Nish Aravamudan <email address hidden>  Thu, 31 Mar 2016 02:10:31 +0000

Upload details

Uploaded by:
Nish Aravamudan
Sponsored by:
Steve Langasek
Uploaded to:
Xenial
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe web

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-html-safe_0.10.1.orig.tar.gz 6.8 KiB f8e4b78f468c70d2596d126bb21439c2fa2235e81ccf94cd7f54eeedfb91d498
php-html-safe_0.10.1-3build1.debian.tar.xz 3.6 KiB d95e3686d915724b6efa3dcbd70863c3aefe6cf52f87532fc459f3313e9e06d8
php-html-safe_0.10.1-3build1.dsc 2.0 KiB 4acb029528a1a7ae2c9617f81126d11b8c8a75810c275639fc4994371c9ed1b6

View changes file

Binary packages built by this source

php-html-safe: strip down all potentially dangerous content within HTML

 This parser strips down all potentially dangerous content within HTML:
  * opening tag without its closing tag
  * closing tag without its opening tag
  * any of these tags: "base", "basefont", "head", "html", "body", "applet",
    "object", "iframe", "frame", "frameset", "script", "layer", "ilayer",
    "embed", "bgsound", "link", "meta", "style", "title", "blink", "xml", etc.
  * any of these attributes: on*, data*, dynsrc
  * javascript:/vbscript:/about: etc. protocols
  * expression/behavior etc. in styles
  * any other active content
 .
 It also tries to convert code to XHTML valid, but htmltidy is far better
 solution for this task.