GithubHelp home page GithubHelp logo

Injecting js in "a" tag about antisamy HOT 4 CLOSED

nahsra avatar nahsra commented on July 24, 2024
Injecting js in "a" tag

from antisamy.

Comments (4)

davewichers avatar davewichers commented on July 24, 2024

Can you provide the exact policy change you've implemented so we can try to reproduce this behavior?

from antisamy.

sk2atlas avatar sk2atlas commented on July 24, 2024

<tag name="a" action="remove"/>

from antisamy.

davewichers avatar davewichers commented on July 24, 2024

I just tested this policy and it worked fine for me. Are you sure you are putting this new policy change into the antisamy.xml file in the proper place, and the modified antisamy.xml file is actually being used by your test?

In my test I did this:
Policy policy = Policy.getInstance("PathTo/My/Custom/policy/antisamy_37.xml");
AntiSamy as = new AntiSamy():
System.out.println(as.scan("Test XML String Goes Here", policy, AntiSamy.SAX).getCleanHTML());
System.out.println(as.scan("Test XML String Goes Here", policy, AntiSamy.DOM).getCleanHTML());

And in both cases all the tags got stripped out of the Test XML String.

And in antisamy_37.xml, I added: in the block of the antisamy.xml file.

Are you testing like this? If not, can you try and verify it actually does (or does not) work for you?

from antisamy.

davewichers avatar davewichers commented on July 24, 2024

Given that this worked for me, and @sk2atlas hasn't responded with more details to confirm this issue, I'm closing this. Feel free to reopen if you can provide a working example of this failure.

from antisamy.

Related Issues (20)

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.