GithubHelp home page GithubHelp logo

Comments (7)

crisward avatar crisward commented on June 18, 2024 1

I've added escaping and interpolation detection into the lexer in this pull request.
#16 I'm not sure if it's perfect, but it fixes the examples here.

from slang.

jeromegn avatar jeromegn commented on June 18, 2024

Yes. I attempted that at some point but got frustrated with my macro chops not being good enough.

I'm sure this is a fairly simple change if somebody can wrap their head around it, else I can give it another shot soon enough!

Thanks for the report.

from slang.

jeromegn avatar jeromegn commented on June 18, 2024

Any thoughts @kRaw1er ?

from slang.

jasonl99 avatar jasonl99 commented on June 18, 2024

I just ran into this as well. Using @RX14 's example, here's another workaround:

- thread_id = thread["id"]; thread_subject = thread["subject"]
a href="/t/#{thread_id}" = thread_subject

from slang.

jeromegn avatar jeromegn commented on June 18, 2024

@jasonl99 having to work around it is unfortunate.

I absolutely want to fix this, but the lexer is currently making my head spin. I wish some parsing libs were more mature (slim, for example, uses a popular ruby parser gem.)

IIRC, there are one or two for crystal (like: https://github.com/umurgdk/haydari) but they are outdated and usually WIP.

from slang.

crisward avatar crisward commented on June 18, 2024

On the same note, I'd expect attr=blah for blah to be HTML.escaped and attr==blah to be unescaped. This doesn't appear to be the case, which could allow XSS attacks. This can be worked around by using HTML.escape around your attribute values, but this is easy to forget.

from slang.

jeromegn avatar jeromegn commented on June 18, 2024

Should be fixed as of 1.4.2. Thanks @crisward!

from slang.

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.