Git Product home page Git Product logo

blt's Introduction

OWASP BLT Build Status

Report issues and get points, companies are held accountable.

Live Site: Bugheist

Code for the app is here

Usage

Bugheist Bug Reporting Plugin

A floating bug reporting button for your website which redirects back to Bugheist and help's users to report bug for that specific page. Just embed this script within body tag of your page to enable this plugin.

  <script type="text/javascript">
  	var button = document.createElement("Button");
  	button.style = "bottom:15px;left:15px;position:fixed;z-index: 12;border-radius:100%;background: url('https://www.bugheist.com/static/img/logo.0cc160e97934.png') no-repeat center; height: 50px; width: 50px; outline: none;background-size: 50px 50px;"
  	document.body.appendChild(button);
  	var url = window.location.href;
  	var bugheist = 'https://www.bugheist.com/report/?url=' + url;
  	button.onclick = function() {
  		var redirectWindow = window.open(bugheist, '_blank');
          redirectWindow.location;
  	}
  </script>

Development

Setting Up Development Server

Please follow the development server setup procedure here. Currently, development server can be installed using virtualenv or vagrant. You can also use pipenv install, pipenv shell and then continue with the remaining instructions.

Coding style guide

Please follow the black code style for the project. It helps us in keeping the codebase consistent and improves readibility for other developers.

License

The BLT code is released under GNU Affero General Public License v3.0 (AGPL-3.0).

Resources

  • Join the OWASP Slack Channel and ask questions at #project-blt Github activity can be seen in #blt-github.

Notes

  • If you find a bug or have an improvement, use BLT to report it!
  • Our staging server is at https://bugheist-staging.herokuapp.com/ - staging uses the master branch and we have review apps setup that deploy a new instance for each pull request.
  • for each new issue, create a new branch with issue-382 or similar matching the issue number - when you commit add fixes #288 to link the issue to the pull request
  • Our Figma desins are also Open Source you can see them here https://www.figma.com/file/s0xuxeU6O2guoWEfA9OElZ/Bugheist-Full-Design to contribute to the design, add a pull request to the design changes file and we will merge them into our main figma file.
  • to take a github issue type a comment that says "assign to me" and it will assign it to you.

blt's People

Contributors

abelradac avatar ankit2001 avatar dependabot[bot] avatar fredfalcon avatar gomgam avatar jajodiaraghav avatar mareiska avatar mohitanand001 avatar ordersys avatar psytek avatar rafen avatar roboneet avatar rtgdk avatar sid22 avatar souravbadami avatar sparsh1212 avatar spiderxm avatar srahulbadami avatar tarachris 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.