🍍 SeaSponge is an accessible threat modelling tool from Mozilla
ΠŸΠ΅Ρ€Π΅ΠΉΡ‚ΠΈ ΠΊ Ρ„Π°ΠΉΠ»Ρƒ
Glavin Wiechert 88d5b46215 feat(draw-route): allow multiple flows out from source endpoints
Closes #64.
2015-04-01 15:50:01 -03:00
app feat(draw-route): allow multiple flows out from source endpoints 2015-04-01 15:50:01 -03:00
test feat(draw-route): Add multiple Diagrams support 2014-12-17 15:10:30 -04:00
.bowerrc feat(app): Generated Angular project in CoffeeScript. 2014-08-10 14:28:27 -03:00
.editorconfig feat(app): Generated Angular project in CoffeeScript. 2014-08-10 14:28:27 -03:00
.gitattributes feat(app): Generated Angular project in CoffeeScript. 2014-08-10 14:28:27 -03:00
.gitignore feat(app): Generated Angular project in CoffeeScript. 2014-08-10 14:28:27 -03:00
.jshintrc feat(app): Generated Angular project in CoffeeScript. 2014-08-10 14:28:27 -03:00
.travis.yml feat(deploy): add Travis CI directory cache to improve build speed 2014-11-10 09:24:27 -04:00
AUTHORS docs(package.json): Add missing fields to package.json 2014-08-10 17:41:15 -03:00
CHANGELOG.md feat(changelog): Add Grunt task for generating Changelog 2014-08-10 17:55:26 -03:00
CONTRIBUTING.md chore(repository): Updated Contributing Guide and README 2014-09-27 10:42:52 -03:00
DEVGUIDE.md chore(app): Initial devguide 2015-03-25 11:09:52 -03:00
Gruntfile.coffee chore(app): Temporary fix to image file renaming 2015-03-11 11:38:22 -03:00
LICENSE Initial commit 2014-08-04 15:43:51 -04:00
README.md chore(app): Initial devguide 2015-03-25 11:09:52 -03:00
bower.json feat(diagram-export-image): complete support for Diagram to Image 2014-12-17 23:57:51 -04:00
deploy.sh fix(deploy): mute errors from git stash in deploy.sh 2014-11-30 12:45:37 -04:00
package.json test(all): temporarily removed testing from package.json 2014-10-29 01:45:53 -03:00

README.md

SeaSponge

Gitter chat Build Status

SeaSponge is an accessible web-based threat modeling tool developed for Mozilla Winter of Security 2014.


About

This web-based application is being developed with three characteristics in mind:

  • Accessibility: We want everyone to be able to map out their infrastructures and generate security reports on any operating-system and on any browser.
  • Aesthetics: We're tired of clunky, boring interfaces - we want to bring the pizazz into threat-modeling.
  • Intuitive User-Experience: We hate manuals, and we want you to be able to use this software without one.

Please see http://mozilla.github.io/seasponge/ for a live demo of the application.

Authors

With Mozilla Advisor Curtis Koenig and Professor Dr. Pawan Lingras

Contributing

Please see our Contributing Guidelines

Dependencies

You may need to prefix commands with sudo

After forking and cloning the repository in the location of your choice run the following commands to install your Node.js and Bower dependencies.

npm install
bower install

Building

Once you have the application and dependencies installed you can start building the app.

grunt build # builds the application to /dist
grunt serve # previews the app on a local server

Developing

Please see the Development Guide