/website

The web site

Primary LanguageCSS

#About Security without borders

Security Without Borders is here to help. We can assist with web security assessments, conduct breach investigations and analysis, and generally act as an advisor in questions pertaining to cyber security. As security services are often expensive to come by, SWB offers these services free to organizations and people fighting against human rights abuse, racism, and other injustices.

Articles

Transmission 1 by the SWB Core team

##Contribute

There are several ways to contribute to SWB at this point.

#Deployment

Setup:

$ gem install middleman
$ bundle install

Running on linux? Install rb-inotify. Not needed for OS X though.

gem install rb-inotify

Run locally:

$ bundle exec middleman server

Build static site:

$ bundle exec middleman build