Code Monkey home page Code Monkey logo

Comments (3)

jiaming743 avatar jiaming743 commented on May 17, 2024

轮播表以v-html的形式渲染元素,可以通过传入<span style="color:red;">text</span>这种形式的标签内容去修改颜色;分割线的设置,后续将优化轮播表,使其每一行,每一列都具有特定的类名,可使用css优化展示效果

from datav.

xixileng avatar xixileng commented on May 17, 2024

轮播表以v-html的形式渲染元素,可以通过传入<span style="color:red;">text</span>这种形式的标签内容去修改颜色;分割线的设置,后续将优化轮播表,使其每一行,每一列都具有特定的类名,可使用css优化展示效果

这很危险,很多用户用轮播表的时候习惯直接把数据塞进去直接展示,v-html会带来XSS攻击的风险,如给一条数据是'<img src="color:#37a2da;" onerror="javascript:alert(1)" />',自定义内容可以提供render,样式就给有规则的类或提供自定义行列的类名。

from datav.

serfend avatar serfend commented on May 17, 2024

+1,已成功复现XSS并实现node环境下回连shell功能,导致客户端被任意代码执行。
建议轮播表提供slot而不是直接去编辑v-html

from datav.

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.