Coder Social home page Coder Social logo

powerbi-visuals-package-validator's Introduction

DEPRECATED

This repository is no longer maintained

Usage

  • gulp --file PATH_TO_PBIVIZ

Available tasks

  • checkCSS StyleLint for package content, [--path PATH] for different files
  • checkPackage JSONSchema for package content, [--path PATH] for different files, [--ms] for Microsoft packages
  • checkSecurityJS ScanJS for package content, [--path PATH] for different files
  • checkTS TSLint for package content, [--path PATH] for different files
  • clean remove temp package directory ./.tmp/
  • help Display help text.
  • unpack Unpack Package
  • validate Validate pbiviz Package [--file PATH] for package file, [--ms] for Microsoft packages

powerbi-visuals-package-validator's People

Contributors

dimanaumov avatar ignatvilesov avatar microsoftopensource avatar msftgits avatar vtkalek avatar zbritva avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

powerbi-visuals-package-validator's Issues

Update dependencies: eslint security rules

Hi,

I found you as a dependent library of eslint-plugin-scanjs-rules.
If you want proper eslint security scanning, It is advised to use eslint-config-scanjs instead.
The config contains the scanjs-rules (which will be trimmed down step by step) as well as other useful security rules.

For example, the scanjs-rules repo just lost functionality for very imprecise checks on .write() and .writeln(). On top of that, the no-unsafe-innerhtml rule has been deprecated and replaced with no-unsanitized, which covers the write/writeln checks in a more future-proof and less error prone way.

My suggestion is to include the eslint-config-scanjs in your eslintrc instead of directly including the subprojects.

Thanks!

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.