No commit activity in last 3 years
No release in over 3 years
Easy to use handler for the HttpObservatory API.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 4.0
 Project Readme

Rails Gem for Mozilla HTTP Observatory API - Build Status

The Mozilla HTTP Observatory is a set of tools to analyze your website and inform you if you are utilizing the many available methods to secure it.

Other official projects:

Install

gem install http_observatory

Add to Gemfile

gem 'http_observatory'
$ bundle install

How to use

HttpObservatory::Api.get_analyze('www.zauberware.com')
HttpObservatory::Api.post_analyze('www.zauberware.com')
HttpObservatory::Api.get_scan_results(123123123)
HttpObservatory::Api.get_host_history('www.zauberware.com')
HttpObservatory::Api.get_recent_scans
HttpObservatory::Api.get_grade_distribution
HttpObservatory::Api.get_scanner_states

Run tests

$ rspec spec

Authors

  • Simon Franzen (zauberware technologies)

zauberware technologies