[DRE-commits] [ruby-secure-headers] 01/04: Updated version 3.7.1 from 'upstream/3.7.1'

Sruthi Chandran srud-guest at moszumanska.debian.org
Fri Sep 15 15:33:04 UTC 2017


This is an automated email from the git hooks/post-receive script.

srud-guest pushed a commit to branch master
in repository ruby-secure-headers.

commit edff5841dc8d571a25b85956df1eb66a941d998c
Merge: 2a3a74c 69afe92
Author: Sruthi Chandran <srud at disroot.org>
Date:   Fri Sep 15 20:50:52 2017 +0530

    Updated version 3.7.1 from 'upstream/3.7.1'
    
    with Debian dir e901974216b6e4f345b346997f25a2e62ffe268a

 .rspec                                             |   1 +
 .ruby-version                                      |   2 +-
 .travis.yml                                        |   2 +
 CHANGELOG.md                                       |  48 ++-
 CODE_OF_CONDUCT.md                                 |  46 +++
 CONTRIBUTING.md                                    |  41 ++
 LICENSE                                            | 203 +---------
 README.md                                          | 429 +++------------------
 docs/HPKP.md                                       |  17 +
 docs/cookies.md                                    |  50 +++
 docs/hashes.md                                     |  64 +++
 docs/named_overrides_and_appends.md                | 107 +++++
 docs/per_action_configuration.md                   | 105 +++++
 docs/sinatra.md                                    |  25 ++
 lib/secure_headers.rb                              |   9 +-
 lib/secure_headers/configuration.rb                |  32 +-
 lib/secure_headers/headers/clear_site_data.rb      |  54 +++
 .../headers/content_security_policy.rb             |  52 ++-
 .../headers/content_security_policy_config.rb      |  57 ++-
 .../headers/expect_certificate_transparency.rb     |  70 ++++
 lib/secure_headers/headers/policy_management.rb    | 176 +++++----
 lib/secure_headers/headers/public_key_pins.rb      |   2 +-
 lib/secure_headers/headers/referrer_policy.rb      |   5 +-
 .../headers/strict_transport_security.rb           |   2 +-
 .../headers/x_content_type_options.rb              |   2 +-
 lib/secure_headers/headers/x_download_options.rb   |   2 +-
 lib/secure_headers/headers/x_frame_options.rb      |   2 +-
 .../headers/x_permitted_cross_domain_policies.rb   |   2 +-
 lib/secure_headers/headers/x_xss_protection.rb     |   2 +-
 lib/secure_headers/view_helper.rb                  |   4 +-
 metadata.yml                                       | 140 -------
 secure_headers.gemspec                             |   4 +-
 .../secure_headers/headers/clear_site_data_spec.rb |  86 +++++
 .../headers/content_security_policy_spec.rb        |  53 ++-
 .../headers/expect_certificate_spec.rb             |  42 ++
 .../headers/policy_management_spec.rb              |  31 ++
 .../secure_headers/headers/referrer_policy_spec.rb |  18 +
 spec/lib/secure_headers/view_helpers_spec.rb       |   1 -
 spec/lib/secure_headers_spec.rb                    |  43 ++-
 spec/spec_helper.rb                                |   1 +
 40 files changed, 1187 insertions(+), 845 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-secure-headers.git



More information about the Pkg-ruby-extras-commits mailing list