controls 1.7.9 → 1.7.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f63447d592e85196180f452b13065bc311617fc6
4
- data.tar.gz: 60a7310ddcde8f83ca1a29066e32a569f604e043
3
+ metadata.gz: 7aafc4015d025db0a2a7b96573775513c0bf96df
4
+ data.tar.gz: a0b120e39a19ee3b25e3f688a4af545a8e6da3bf
5
5
  SHA512:
6
- metadata.gz: c42a164b104f0c4e13fba9f6ab1012bcb8aa0e9aeef153e3dc07561507e1bf0a3ed256a4cffaae8a2b2a487a8d8144800ebef9b21cf1e184a507e6204a880897
7
- data.tar.gz: cba7e51aa5eb5698b0ec053f98313cf6b60f3a1d60352066884f2ab9c8e11d221cbab25ff8a7e7170228686b2e6162822314514883cd19ac7b31407955b36a69
6
+ metadata.gz: 226023d2a96d9b78f4815fe23685f38bc57972771935ebd700647d2c4dc88a05e44a46d0df1e18096e5fdb145cc0ee53338f7ccf37756b50fe0e889e2d9c1be1
7
+ data.tar.gz: 59176fe867940309cea59a43339fe10f8bea330e7847ff57efbd591366581508e121d7d65938646cd96a24a04e2038021583ce33a59930fb7b35c01fc454a060
data/README.md CHANGED
@@ -33,7 +33,7 @@ Controls.api_endpoint = "#{Controls.web_endpoint}/api/1.0"
33
33
  # If your endpoint uses a self-signed cert. turn off SSL cert. verification
34
34
  Controls.verify_ssl = false
35
35
 
36
- Controls.login(username: 'admin', password: 'password')
36
+ Controls.login('admin', 'password')
37
37
 
38
38
  Controls.client.api_methods
39
39
  # => [:applicable_assets, :assessments, :asset_search, :assets, :assets_by_configuration, :assets_by_guidance, ..., :uncovered_assets, :undefended_assets, :update_security_controls]
@@ -12,6 +12,7 @@ require 'controls/objects/prioritized_guidance'
12
12
  require 'controls/objects/product_change_event_payload'
13
13
  require 'controls/objects/security_control_change_event_payload'
14
14
  require 'controls/objects/security_control_coverage'
15
+ require 'controls/objects/security_control_finding'
15
16
  require 'controls/objects/security_control'
16
17
  require 'controls/objects/site_change_event_payload'
17
18
  require 'controls/objects/threat_vector'
@@ -1,4 +1,4 @@
1
1
  module Controls
2
2
  # The version of the Controls gem
3
- VERSION = '1.7.9'
3
+ VERSION = '1.7.10'
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: controls
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.9
4
+ version: 1.7.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erran Carey
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-30 00:00:00.000000000 Z
11
+ date: 2014-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dish