openstack_taster 1.1.1 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/tests/controls/security_test.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f3421d3ee2fb68cb63e8cd156deb0e391ee4c1fa
|
|
4
|
+
data.tar.gz: 3ba87cb1d70d37e4eae2659c588e4927af6b8f86
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a62e1c50ab636ddd585dfb357594601fdee8257bcde10b89857a9d0228e0063528cd91ff357a3ca167cb4eceaf4eee817ab589c9e6960d959b485ae0e33e145d
|
|
7
|
+
data.tar.gz: 60dd596691257d5d5aa1b09c5d9b3d41db270454739206d7b70068202c4f2d2cf4a15e29006e57eae557eb1eb786c6b0b47c1d8bd2683457cf21b8bb0a4208a9
|
|
@@ -71,12 +71,12 @@ control 'ports-1.0' do
|
|
|
71
71
|
only_if { !file('/etc/keystone').exist? }
|
|
72
72
|
|
|
73
73
|
# ssh should be the only thing listening
|
|
74
|
-
describe port.where { protocol =~ /tcp/ && port != 22 } do
|
|
74
|
+
describe port.where { protocol =~ /tcp/ && port != 22 && address !~ /^127/ } do
|
|
75
75
|
it { should_not be_listening }
|
|
76
76
|
end
|
|
77
77
|
|
|
78
78
|
# It's OK if dhclient is listening
|
|
79
|
-
describe port.where { protocol =~ /udp/ && port != 68 && process != 'dhclient' } do
|
|
79
|
+
describe port.where { protocol =~ /udp/ && port != 68 && process != 'dhclient' && address !~ /^127/ } do
|
|
80
80
|
it { should_not be_listening }
|
|
81
81
|
end
|
|
82
82
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: openstack_taster
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OSU Open Source Lab
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-07-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: inspec
|