Code Monkey home page Code Monkey logo

bleach.js's Introduction

bleach.js is an INCOMPLETE port of Bleach (https://github.com/jsocol/bleach), the whitelist based HTML sanitizer. It runs on node.js using jsdom, in the browser as a single file that contributes "Bleach" to the global environment, or as an AMD (Asynchronous Module Definition, https://github.com/amdjs/amdjs-api/wiki/AMD).

Tests

To test, use mocha: http://visionmedia.github.com/mocha/

Run "npm install -g mocha", then you can invoke "mocha" in the root dir to run the tests.

Currently, all tests are ported from Bleach proper. There are some cases where jsdom does not do the right thing according to the tests, and as a result, 3 tests fail:

  • "bleach cleaning normalish html should strip out attributes" fails because jsdom (as configured), wants to output XHTML tags for "br".

  • "bleach cleaning normalish html should convert bare entities to escaped entities" fails because " < entity" gets fully corrected into a pair of start and end tags. This is not what the browser does, and so we're blaming jsdom.

  • "bleach cleaning normalish html should handle wildcard attributes" fails for same XHTML reason on an img tag.

TODO: Figure out how to get jsdom to do what we want here and/or file bugs and/or create patches to fix jsdom and/or switch to another node library or what not.

bleach.js's People

Contributors

asutherland avatar brianloveswords avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.