Git Product home page Git Product logo

Comments (8)

AlchemyUnited avatar AlchemyUnited commented on June 14, 2024

Also, if the SVG strings are not inlined, that is, they're stored elsewhere before being "injected" into a page, then technically, those SV string should be escaped.

If you're interested, at one point I wrote a PoC for storing the SVG strings in a class, and that class also having an echoSVG() method that did the escaping. Off the top of my head, you could add a filter(s) that would allow people manipulate the SVG library, yet still ensure that any SVG they added would also be escaped.

That code is somewhere in bowels of my HD. I can dig it up if you're interested.

from suki.

daviedR avatar daviedR commented on June 14, 2024

Sure! That would be really helpful.

Yeah, I was thinking about the escaping too.

I just looked into Twenty Twenty theme's code, and they just did a normal escaping, like remove the newlines, white spaces, and tabs. Nothing specific about security risk.

from suki.

AlchemyUnited avatar AlchemyUnited commented on June 14, 2024

"Nothing specific about security risk."

I'm not so sure that's the case. What I did was done in the Summer of 2018 and I do remember searching to see what best practices were. That led me to - I think - to some repo on GitHub.

This looks to be dated AFTER I did mine. Let me dig around...

https://wordpress.stackexchange.com/questions/312625/escaping-svg-with-kses

from suki.

daviedR avatar daviedR commented on June 14, 2024

Using kses to limit the attributes and inner tags is for security purpose :)
But I think we need more attributes to whitelist, like stroke, etc.

But that's still a good reference to use.

from suki.

AlchemyUnited avatar AlchemyUnited commented on June 14, 2024

This is what I used

https://github.com/darylldoyle/svg-sanitizer

There might be something newer and better but as of mid-summer 2018 it was the best I could find but the need that I had.

I found the code but need to repo it. I'll do that soon and put the link here.

from suki.

daviedR avatar daviedR commented on June 14, 2024

That sanitizer is currently used on the popular Safe SVG plugin by the same developer.

Hmm, I am not sure if including this sanitizer built into the theme is worth it.

from suki.

AlchemyUnited avatar AlchemyUnited commented on June 14, 2024

I'm not sure you have a choice really. It's likely in a steady state so fork it and add your own namespace so there's no conflicts.

from suki.

kleuter avatar kleuter commented on June 14, 2024

My suki pro doesn't display .svg social icons at all:
Warning: ftp_fget() expects parameter 1 to be resource, null given
I should have put
define('FS_METHOD', 'direct');
to the config to make it work.

from suki.

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.