Git Product home page Git Product logo

web_security's Introduction

Security in React

Here we look at different vulnerabilities in React that aren't exactly inherent in the Framework itself but results due to poor Programming Patterns which can be just as easily corrected.

Currently there is only security details related to XSS. You can view them by going to xss folder and running npm start.

Documentation

You can either visit https://web-security-react.readthedocs.io/en/latest/ and see the latest docs.

OR manually generate them by going to docs folder and running make html and viewing the docs by opening _build/html/index.html

Contributing

This is the Sample structure in xss folder.

➜ tree -I node_modules
.
├── README.md
├── package-lock.json
├── package.json
├── public
│   ├── favicon.ico
│   ├── index.html
│   └── manifest.json
└── src
    ├── App.js
    ├── README.rst
    ├── components
    │   └── ComponentName.js
    └── index.js

To contribute create a new ComponentName.js file and import it in the App.js file and create an entry for the component in the array attacks_arr.

web_security's People

Contributors

dependabot[bot] avatar samyak-ahuja-guavus avatar

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.