inspec 0.30.0 → 0.31.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (316) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +50 -2
  3. data/Gemfile +2 -1
  4. data/docs/cli.rst +1 -17
  5. data/docs/resources.rst +128 -0
  6. data/docs/shell.rst +130 -0
  7. data/inspec.gemspec +3 -4
  8. data/lib/bundles/inspec-compliance/.kitchen.yml +0 -1
  9. data/lib/bundles/inspec-compliance/README.md +8 -3
  10. data/lib/bundles/inspec-compliance/api.rb +21 -6
  11. data/lib/bundles/inspec-compliance/bootstrap.sh +13 -9
  12. data/lib/bundles/inspec-compliance/cli.rb +23 -19
  13. data/lib/bundles/inspec-compliance/target.rb +1 -0
  14. data/lib/bundles/inspec-compliance/test/integration/default/cli.rb +42 -5
  15. data/lib/bundles/inspec-init/cli.rb +9 -0
  16. data/lib/bundles/inspec-supermarket/cli.rb +9 -0
  17. data/lib/bundles/inspec-supermarket/target.rb +2 -1
  18. data/lib/fetchers/local.rb +5 -2
  19. data/lib/fetchers/url.rb +1 -0
  20. data/lib/inspec/base_cli.rb +2 -1
  21. data/lib/inspec/cli.rb +14 -5
  22. data/lib/inspec/dependencies/dependency_set.rb +38 -0
  23. data/lib/inspec/dependencies/requirement.rb +103 -0
  24. data/lib/inspec/{dependencies.rb → dependencies/resolver.rb} +13 -132
  25. data/lib/inspec/dependencies/vendor_index.rb +98 -0
  26. data/lib/inspec/plugins/source_reader.rb +4 -0
  27. data/lib/inspec/profile.rb +2 -2
  28. data/lib/inspec/resource.rb +2 -0
  29. data/lib/inspec/runner.rb +13 -1
  30. data/lib/inspec/runner_mock.rb +4 -0
  31. data/lib/inspec/runner_rspec.rb +6 -2
  32. data/lib/inspec/shell.rb +22 -1
  33. data/lib/inspec/version.rb +1 -1
  34. data/lib/resources/iis_site.rb +107 -0
  35. data/lib/resources/port.rb +11 -4
  36. data/lib/resources/ssh_conf.rb +10 -2
  37. data/lib/resources/ssl.rb +94 -0
  38. data/lib/resources/xinetd.rb +11 -2
  39. data/lib/utils/parser.rb +6 -1
  40. metadata +17 -561
  41. data/lib/utils/hash_map.rb +0 -37
  42. data/tasks/maintainers.rb +0 -213
  43. data/test/bench/startup/startup.flat.txt +0 -1005
  44. data/test/bench/startup/startup.graph.html +0 -71958
  45. data/test/bench/startup/startup.grind.dat +0 -101602
  46. data/test/bench/startup/startup.stack.html +0 -24516
  47. data/test/bench/startup.flat.txt +0 -998
  48. data/test/bench/startup.graph.html +0 -71420
  49. data/test/bench/startup.grind.dat +0 -103554
  50. data/test/bench/startup.stack.html +0 -25015
  51. data/test/cookbooks/os_prepare/attributes/default.rb +0 -2
  52. data/test/cookbooks/os_prepare/files/empty.iso +0 -0
  53. data/test/cookbooks/os_prepare/files/example.csv +0 -7
  54. data/test/cookbooks/os_prepare/files/example.ini +0 -6
  55. data/test/cookbooks/os_prepare/files/example.json +0 -12
  56. data/test/cookbooks/os_prepare/files/example.yml +0 -7
  57. data/test/cookbooks/os_prepare/metadata.rb +0 -13
  58. data/test/cookbooks/os_prepare/recipes/_runit_service_centos.rb +0 -34
  59. data/test/cookbooks/os_prepare/recipes/_upstart_service_centos.rb +0 -25
  60. data/test/cookbooks/os_prepare/recipes/apache.rb +0 -14
  61. data/test/cookbooks/os_prepare/recipes/apt.rb +0 -20
  62. data/test/cookbooks/os_prepare/recipes/auditctl.rb +0 -8
  63. data/test/cookbooks/os_prepare/recipes/default.rb +0 -29
  64. data/test/cookbooks/os_prepare/recipes/file.rb +0 -46
  65. data/test/cookbooks/os_prepare/recipes/iptables.rb +0 -13
  66. data/test/cookbooks/os_prepare/recipes/json_yaml_csv_ini.rb +0 -34
  67. data/test/cookbooks/os_prepare/recipes/mount.rb +0 -33
  68. data/test/cookbooks/os_prepare/recipes/package.rb +0 -25
  69. data/test/cookbooks/os_prepare/recipes/postgres.rb +0 -20
  70. data/test/cookbooks/os_prepare/recipes/prep_container.rb +0 -15
  71. data/test/cookbooks/os_prepare/recipes/registry_key.rb +0 -87
  72. data/test/cookbooks/os_prepare/recipes/service.rb +0 -19
  73. data/test/cookbooks/os_prepare/templates/default/sv-default-svlog-run.erb +0 -2
  74. data/test/docker_run.rb +0 -162
  75. data/test/docker_test.rb +0 -58
  76. data/test/functional/helper.rb +0 -37
  77. data/test/functional/inheritance_test.rb +0 -62
  78. data/test/functional/inspec_archive_test.rb +0 -80
  79. data/test/functional/inspec_compliance_test.rb +0 -61
  80. data/test/functional/inspec_exec_json_test.rb +0 -122
  81. data/test/functional/inspec_exec_jsonmin_test.rb +0 -59
  82. data/test/functional/inspec_exec_test.rb +0 -123
  83. data/test/functional/inspec_json_profile_test.rb +0 -103
  84. data/test/functional/inspec_test.rb +0 -91
  85. data/test/helper.rb +0 -329
  86. data/test/integration/default/_debug_spec.rb +0 -8
  87. data/test/integration/default/apache_conf_spec.rb +0 -21
  88. data/test/integration/default/apt_spec.rb +0 -37
  89. data/test/integration/default/auditd_rules_spec.rb +0 -32
  90. data/test/integration/default/cmp_matcher_spec.rb +0 -115
  91. data/test/integration/default/csv_spec.rb +0 -11
  92. data/test/integration/default/etc_group_spec.rb +0 -29
  93. data/test/integration/default/file_spec.rb +0 -195
  94. data/test/integration/default/group_spec.rb +0 -59
  95. data/test/integration/default/ini_spec.rb +0 -11
  96. data/test/integration/default/iptables_spec.rb +0 -29
  97. data/test/integration/default/json_spec.rb +0 -11
  98. data/test/integration/default/kernel_module_spec.rb +0 -23
  99. data/test/integration/default/kernel_parameter_spec.rb +0 -60
  100. data/test/integration/default/mount_spec.rb +0 -19
  101. data/test/integration/default/os_spec.rb +0 -13
  102. data/test/integration/default/package_spec.rb +0 -30
  103. data/test/integration/default/port_spec.rb +0 -27
  104. data/test/integration/default/postgres_session_spec.rb +0 -13
  105. data/test/integration/default/powershell_spec.rb +0 -42
  106. data/test/integration/default/registry_key_spec.rb +0 -109
  107. data/test/integration/default/secpol_spec.rb +0 -11
  108. data/test/integration/default/service_spec.rb +0 -128
  109. data/test/integration/default/user_spec.rb +0 -96
  110. data/test/integration/default/vbscript_spec.rb +0 -22
  111. data/test/integration/default/wmi_spec.rb +0 -66
  112. data/test/integration/default/yaml_spec.rb +0 -11
  113. data/test/resource/command_test.rb +0 -33
  114. data/test/resource/dsl_test.rb +0 -45
  115. data/test/resource/file_test.rb +0 -146
  116. data/test/resource/ssh_config.rb +0 -9
  117. data/test/resource/sshd_config.rb +0 -9
  118. data/test/test-extra.yaml +0 -11
  119. data/test/test.yaml +0 -11
  120. data/test/unit/control_test.rb +0 -58
  121. data/test/unit/fetchers/local_test.rb +0 -67
  122. data/test/unit/fetchers/mock_test.rb +0 -43
  123. data/test/unit/fetchers/tar_test.rb +0 -36
  124. data/test/unit/fetchers/url_test.rb +0 -152
  125. data/test/unit/fetchers/zip_test.rb +0 -36
  126. data/test/unit/fetchers_test.rb +0 -65
  127. data/test/unit/metadata_test.rb +0 -137
  128. data/test/unit/mock/cmd/$env-PATH +0 -1
  129. data/test/unit/mock/cmd/Get-NetAdapter +0 -24
  130. data/test/unit/mock/cmd/GetUserAccount +0 -33
  131. data/test/unit/mock/cmd/GetWin32Group +0 -23
  132. data/test/unit/mock/cmd/Resolve-DnsName +0 -26
  133. data/test/unit/mock/cmd/Test-NetConnection +0 -4
  134. data/test/unit/mock/cmd/auditctl +0 -3
  135. data/test/unit/mock/cmd/auditctl-legacy +0 -7
  136. data/test/unit/mock/cmd/auditctl-s +0 -8
  137. data/test/unit/mock/cmd/auditpol +0 -2
  138. data/test/unit/mock/cmd/brew-info-jq +0 -1
  139. data/test/unit/mock/cmd/chage-l-root +0 -7
  140. data/test/unit/mock/cmd/dpkg-s-curl +0 -21
  141. data/test/unit/mock/cmd/dscl +0 -5
  142. data/test/unit/mock/cmd/env +0 -1
  143. data/test/unit/mock/cmd/etc-apt +0 -7
  144. data/test/unit/mock/cmd/find-apache2-conf-enabled +0 -1
  145. data/test/unit/mock/cmd/find-apache2-ports-conf +0 -1
  146. data/test/unit/mock/cmd/find-etc-rc-d-name-S +0 -12
  147. data/test/unit/mock/cmd/find-net-interface +0 -9
  148. data/test/unit/mock/cmd/find-xinetd.d +0 -2
  149. data/test/unit/mock/cmd/gem-list-local-a-q-rubocop +0 -1
  150. data/test/unit/mock/cmd/get-net-tcpconnection +0 -24
  151. data/test/unit/mock/cmd/get-netadapter-binding-bridge +0 -4
  152. data/test/unit/mock/cmd/get-package-firefox +0 -30
  153. data/test/unit/mock/cmd/get-package-ruby +0 -18
  154. data/test/unit/mock/cmd/get-service-dhcp +0 -10
  155. data/test/unit/mock/cmd/get-windows-feature +0 -7
  156. data/test/unit/mock/cmd/get-wmiobject +0 -9
  157. data/test/unit/mock/cmd/getent-hosts-example.com +0 -1
  158. data/test/unit/mock/cmd/getent-passwd-jfolmer +0 -1
  159. data/test/unit/mock/cmd/getent-passwd-root +0 -1
  160. data/test/unit/mock/cmd/hpux-netstat-inet +0 -10
  161. data/test/unit/mock/cmd/hpux-netstat-inet6 +0 -11
  162. data/test/unit/mock/cmd/id-chartmann +0 -1
  163. data/test/unit/mock/cmd/id-jfolmer +0 -1
  164. data/test/unit/mock/cmd/id-root +0 -1
  165. data/test/unit/mock/cmd/initctl--version +0 -5
  166. data/test/unit/mock/cmd/initctl-show-config-ssh +0 -3
  167. data/test/unit/mock/cmd/initctl-status-ssh +0 -1
  168. data/test/unit/mock/cmd/iptables-s +0 -6
  169. data/test/unit/mock/cmd/launchctl-list +0 -3
  170. data/test/unit/mock/cmd/logins-x +0 -4
  171. data/test/unit/mock/cmd/ls-1-etc-init.d +0 -2
  172. data/test/unit/mock/cmd/ls-sys-class-net-br +0 -2
  173. data/test/unit/mock/cmd/lsmod +0 -2
  174. data/test/unit/mock/cmd/lsof-nP-i-FpctPn +0 -63
  175. data/test/unit/mock/cmd/mount +0 -1
  176. data/test/unit/mock/cmd/mount-multiple +0 -2
  177. data/test/unit/mock/cmd/netstat-an.utf8 +0 -13
  178. data/test/unit/mock/cmd/netstat-tulpen +0 -6
  179. data/test/unit/mock/cmd/npm-ls-g--json-bower +0 -9
  180. data/test/unit/mock/cmd/pacman-qi-curl +0 -21
  181. data/test/unit/mock/cmd/ping-example.com +0 -6
  182. data/test/unit/mock/cmd/pip-show-jinja2 +0 -11
  183. data/test/unit/mock/cmd/pkg-info-system-file-system-zfs +0 -8
  184. data/test/unit/mock/cmd/pkginfo-l-SUNWzfsr +0 -7
  185. data/test/unit/mock/cmd/ps-aux +0 -5
  186. data/test/unit/mock/cmd/ps-auxZ +0 -3
  187. data/test/unit/mock/cmd/pw-usershow-root-7 +0 -1
  188. data/test/unit/mock/cmd/reg_schedule +0 -6
  189. data/test/unit/mock/cmd/rpm-qia-curl +0 -24
  190. data/test/unit/mock/cmd/s11-netstat-an-finet-finet6 +0 -32
  191. data/test/unit/mock/cmd/sbin_sysctl +0 -1
  192. data/test/unit/mock/cmd/secedit-export +0 -7
  193. data/test/unit/mock/cmd/service-e +0 -2
  194. data/test/unit/mock/cmd/service-sendmail-onestatus +0 -3
  195. data/test/unit/mock/cmd/service-sshd-status +0 -1
  196. data/test/unit/mock/cmd/sockstat +0 -5
  197. data/test/unit/mock/cmd/success +0 -0
  198. data/test/unit/mock/cmd/swlist-l-product +0 -1
  199. data/test/unit/mock/cmd/systemctl-show-all-dbus +0 -6
  200. data/test/unit/mock/cmd/systemctl-show-all-sshd +0 -7
  201. data/test/unit/mock/cmd/win32_product +0 -8
  202. data/test/unit/mock/cmd/yum-repolist-all +0 -52
  203. data/test/unit/mock/files/apache2.conf +0 -14
  204. data/test/unit/mock/files/auditd.conf +0 -4
  205. data/test/unit/mock/files/bond0 +0 -37
  206. data/test/unit/mock/files/etcgroup +0 -3
  207. data/test/unit/mock/files/example.csv +0 -6
  208. data/test/unit/mock/files/grub.conf +0 -21
  209. data/test/unit/mock/files/inetd.conf +0 -2
  210. data/test/unit/mock/files/kitchen.yml +0 -7
  211. data/test/unit/mock/files/limits.conf +0 -5
  212. data/test/unit/mock/files/login.defs +0 -5
  213. data/test/unit/mock/files/mysql.conf +0 -8
  214. data/test/unit/mock/files/mysql2.conf +0 -2
  215. data/test/unit/mock/files/ntp.conf +0 -5
  216. data/test/unit/mock/files/passwd +0 -2
  217. data/test/unit/mock/files/policyfile.lock.json +0 -12
  218. data/test/unit/mock/files/ports.conf +0 -6
  219. data/test/unit/mock/files/rootwrap.conf +0 -7
  220. data/test/unit/mock/files/serve-cgi-bin.conf +0 -20
  221. data/test/unit/mock/files/shadow +0 -2
  222. data/test/unit/mock/files/ssh_config +0 -5
  223. data/test/unit/mock/files/sshd_config +0 -7
  224. data/test/unit/mock/files/sysctl.conf +0 -7
  225. data/test/unit/mock/files/xinetd.conf +0 -9
  226. data/test/unit/mock/files/xinetd.d/.gitkeep +0 -0
  227. data/test/unit/mock/files/xinetd.d_chargen-dgram +0 -9
  228. data/test/unit/mock/files/xinetd.d_chargen-stream +0 -9
  229. data/test/unit/mock/profiles/complete-metadata/inspec.yml +0 -7
  230. data/test/unit/mock/profiles/complete-profile/controls/filesystem_spec.rb +0 -16
  231. data/test/unit/mock/profiles/complete-profile/inspec.yml +0 -10
  232. data/test/unit/mock/profiles/complete-profile/libraries/testlib.rb +0 -1
  233. data/test/unit/mock/profiles/empty-metadata/inspec.yml +0 -0
  234. data/test/unit/mock/profiles/legacy-complete-metadata/metadata.rb +0 -7
  235. data/test/unit/mock/profiles/legacy-complete-metadata/test/.gitkeep +0 -0
  236. data/test/unit/mock/profiles/legacy-empty-metadata/controls/.gitkeep +0 -0
  237. data/test/unit/mock/profiles/legacy-empty-metadata/metadata.rb +0 -0
  238. data/test/unit/mock/profiles/legacy-simple-metadata/metadata.rb +0 -1
  239. data/test/unit/mock/profiles/legacy-simple-metadata/test/.gitkeep +0 -0
  240. data/test/unit/mock/profiles/library/controls/filesystem_spec.rb +0 -7
  241. data/test/unit/mock/profiles/library/inspec.yml +0 -10
  242. data/test/unit/mock/profiles/library/libraries/gordonlib.rb +0 -2
  243. data/test/unit/mock/profiles/library/libraries/testlib.rb +0 -12
  244. data/test/unit/mock/profiles/resource-tiny/inspec.yml +0 -10
  245. data/test/unit/mock/profiles/resource-tiny/libraries/resource.rb +0 -3
  246. data/test/unit/mock/profiles/simple-metadata/inspec.yml +0 -1
  247. data/test/unit/mock/profiles/skippy-profile-os/controls/one.rb +0 -3
  248. data/test/unit/mock/profiles/skippy-profile-os/inspec.yml +0 -5
  249. data/test/unit/mock/profiles/spec_only/specfile.rb +0 -11
  250. data/test/unit/mock/profiles/supported_inspec/inspec.yml +0 -2
  251. data/test/unit/mock/profiles/unsupported_inspec/inspec.yml +0 -2
  252. data/test/unit/objects_test.rb +0 -65
  253. data/test/unit/plugin_test.rb +0 -44
  254. data/test/unit/plugins/resource_test.rb +0 -60
  255. data/test/unit/profile_context_test.rb +0 -345
  256. data/test/unit/profile_test.rb +0 -252
  257. data/test/unit/resources/apache_conf_test.rb +0 -31
  258. data/test/unit/resources/apt_test.rb +0 -46
  259. data/test/unit/resources/audit_policy_test.rb +0 -13
  260. data/test/unit/resources/auditd_conf_test.rb +0 -15
  261. data/test/unit/resources/auditd_rules_test.rb +0 -91
  262. data/test/unit/resources/bash_test.rb +0 -29
  263. data/test/unit/resources/bond_test.rb +0 -24
  264. data/test/unit/resources/bridge_test.rb +0 -56
  265. data/test/unit/resources/csv_test.rb +0 -35
  266. data/test/unit/resources/etc_group_test.rb +0 -37
  267. data/test/unit/resources/file_test.rb +0 -202
  268. data/test/unit/resources/gem_test.rb +0 -20
  269. data/test/unit/resources/group_test.rb +0 -96
  270. data/test/unit/resources/grub_conf_test.rb +0 -29
  271. data/test/unit/resources/host_test.rb +0 -38
  272. data/test/unit/resources/inetd_conf_test.rb +0 -15
  273. data/test/unit/resources/ini_test.rb +0 -16
  274. data/test/unit/resources/interface_test.rb +0 -54
  275. data/test/unit/resources/iptables_test.rb +0 -35
  276. data/test/unit/resources/json_test.rb +0 -36
  277. data/test/unit/resources/kernel_module_test.rb +0 -23
  278. data/test/unit/resources/kernel_parameter_test.rb +0 -13
  279. data/test/unit/resources/limits_conf_test.rb +0 -14
  280. data/test/unit/resources/login_def_test.rb +0 -16
  281. data/test/unit/resources/mount_test.rb +0 -26
  282. data/test/unit/resources/mysql_conf_test.rb +0 -14
  283. data/test/unit/resources/npm_test.rb +0 -20
  284. data/test/unit/resources/ntp_conf_test.rb +0 -16
  285. data/test/unit/resources/oneget_test.rb +0 -45
  286. data/test/unit/resources/os_env_test.rb +0 -18
  287. data/test/unit/resources/os_test.rb +0 -40
  288. data/test/unit/resources/package_test.rb +0 -87
  289. data/test/unit/resources/parse_config_test.rb +0 -26
  290. data/test/unit/resources/passwd_test.rb +0 -111
  291. data/test/unit/resources/pip_test.rb +0 -15
  292. data/test/unit/resources/port_test.rb +0 -165
  293. data/test/unit/resources/powershell_test.rb +0 -32
  294. data/test/unit/resources/processes_test.rb +0 -72
  295. data/test/unit/resources/registry_key_test.rb +0 -18
  296. data/test/unit/resources/security_policy_test.rb +0 -16
  297. data/test/unit/resources/service_test.rb +0 -305
  298. data/test/unit/resources/shadow_test.rb +0 -67
  299. data/test/unit/resources/ssh_conf_test.rb +0 -33
  300. data/test/unit/resources/user_test.rb +0 -124
  301. data/test/unit/resources/vbscript_test.rb +0 -18
  302. data/test/unit/resources/windows_feature.rb +0 -17
  303. data/test/unit/resources/wmi_test.rb +0 -42
  304. data/test/unit/resources/xinetd_test.rb +0 -60
  305. data/test/unit/resources/yaml_test.rb +0 -34
  306. data/test/unit/resources/yum_test.rb +0 -68
  307. data/test/unit/shell_detector_test.rb +0 -78
  308. data/test/unit/source_reader_test.rb +0 -17
  309. data/test/unit/source_readers/flat_test.rb +0 -61
  310. data/test/unit/source_readers/inspec_test.rb +0 -38
  311. data/test/unit/utils/filter_array_test.rb +0 -59
  312. data/test/unit/utils/filter_table_test.rb +0 -177
  313. data/test/unit/utils/find_files_test.rb +0 -23
  314. data/test/unit/utils/passwd_parser_test.rb +0 -32
  315. data/test/unit/utils/simpleconfig_test.rb +0 -80
  316. data/test/unit/utils/solaris_netstat_parser.rb +0 -124
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.30.0
4
+ version: 0.31.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dominik Richter
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-12 00:00:00.000000000 Z
11
+ date: 2016-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: train
@@ -162,28 +162,28 @@ dependencies:
162
162
  requirements:
163
163
  - - "~>"
164
164
  - !ruby/object:Gem::Version
165
- version: '0.5'
165
+ version: '0'
166
166
  type: :runtime
167
167
  prerelease: false
168
168
  version_requirements: !ruby/object:Gem::Requirement
169
169
  requirements:
170
170
  - - "~>"
171
171
  - !ruby/object:Gem::Version
172
- version: '0.5'
172
+ version: '0'
173
173
  - !ruby/object:Gem::Dependency
174
- name: mocha
174
+ name: sslshake
175
175
  requirement: !ruby/object:Gem::Requirement
176
176
  requirements:
177
177
  - - "~>"
178
178
  - !ruby/object:Gem::Version
179
- version: '1.1'
180
- type: :development
179
+ version: '1'
180
+ type: :runtime
181
181
  prerelease: false
182
182
  version_requirements: !ruby/object:Gem::Requirement
183
183
  requirements:
184
184
  - - "~>"
185
185
  - !ruby/object:Gem::Version
186
- version: '1.1'
186
+ version: '1'
187
187
  description: InSpec provides a framework for creating end-to-end infrastructure tests.
188
188
  You can use it for integration or even compliance testing. Create fully portable
189
189
  test profiles and use them in your workflow to ensure stability and security. Integrate
@@ -213,6 +213,7 @@ files:
213
213
  - docs/readme.rst
214
214
  - docs/resources.rst
215
215
  - docs/ruby_usage.rst
216
+ - docs/shell.rst
216
217
  - docs/template.rst
217
218
  - examples/README.md
218
219
  - examples/inheritance/README.md
@@ -289,7 +290,10 @@ files:
289
290
  - lib/inspec/cli.rb
290
291
  - lib/inspec/completions/bash.sh.erb
291
292
  - lib/inspec/completions/zsh.sh.erb
292
- - lib/inspec/dependencies.rb
293
+ - lib/inspec/dependencies/dependency_set.rb
294
+ - lib/inspec/dependencies/requirement.rb
295
+ - lib/inspec/dependencies/resolver.rb
296
+ - lib/inspec/dependencies/vendor_index.rb
293
297
  - lib/inspec/describe.rb
294
298
  - lib/inspec/dsl.rb
295
299
  - lib/inspec/env_printer.rb
@@ -348,6 +352,7 @@ files:
348
352
  - lib/resources/group.rb
349
353
  - lib/resources/grub_conf.rb
350
354
  - lib/resources/host.rb
355
+ - lib/resources/iis_site.rb
351
356
  - lib/resources/inetd_conf.rb
352
357
  - lib/resources/ini.rb
353
358
  - lib/resources/interface.rb
@@ -382,6 +387,7 @@ files:
382
387
  - lib/resources/service.rb
383
388
  - lib/resources/shadow.rb
384
389
  - lib/resources/ssh_conf.rb
390
+ - lib/resources/ssl.rb
385
391
  - lib/resources/user.rb
386
392
  - lib/resources/vbscript.rb
387
393
  - lib/resources/windows_feature.rb
@@ -397,288 +403,12 @@ files:
397
403
  - lib/utils/filter_array.rb
398
404
  - lib/utils/find_files.rb
399
405
  - lib/utils/hash.rb
400
- - lib/utils/hash_map.rb
401
406
  - lib/utils/json_log.rb
402
407
  - lib/utils/modulator.rb
403
408
  - lib/utils/object_traversal.rb
404
409
  - lib/utils/parser.rb
405
410
  - lib/utils/plugin_registry.rb
406
411
  - lib/utils/simpleconfig.rb
407
- - tasks/maintainers.rb
408
- - test/bench/startup.flat.txt
409
- - test/bench/startup.graph.html
410
- - test/bench/startup.grind.dat
411
- - test/bench/startup.stack.html
412
- - test/bench/startup/startup.flat.txt
413
- - test/bench/startup/startup.graph.html
414
- - test/bench/startup/startup.grind.dat
415
- - test/bench/startup/startup.stack.html
416
- - test/cookbooks/os_prepare/attributes/default.rb
417
- - test/cookbooks/os_prepare/files/empty.iso
418
- - test/cookbooks/os_prepare/files/example.csv
419
- - test/cookbooks/os_prepare/files/example.ini
420
- - test/cookbooks/os_prepare/files/example.json
421
- - test/cookbooks/os_prepare/files/example.yml
422
- - test/cookbooks/os_prepare/metadata.rb
423
- - test/cookbooks/os_prepare/recipes/_runit_service_centos.rb
424
- - test/cookbooks/os_prepare/recipes/_upstart_service_centos.rb
425
- - test/cookbooks/os_prepare/recipes/apache.rb
426
- - test/cookbooks/os_prepare/recipes/apt.rb
427
- - test/cookbooks/os_prepare/recipes/auditctl.rb
428
- - test/cookbooks/os_prepare/recipes/default.rb
429
- - test/cookbooks/os_prepare/recipes/file.rb
430
- - test/cookbooks/os_prepare/recipes/iptables.rb
431
- - test/cookbooks/os_prepare/recipes/json_yaml_csv_ini.rb
432
- - test/cookbooks/os_prepare/recipes/mount.rb
433
- - test/cookbooks/os_prepare/recipes/package.rb
434
- - test/cookbooks/os_prepare/recipes/postgres.rb
435
- - test/cookbooks/os_prepare/recipes/prep_container.rb
436
- - test/cookbooks/os_prepare/recipes/registry_key.rb
437
- - test/cookbooks/os_prepare/recipes/service.rb
438
- - test/cookbooks/os_prepare/templates/default/sv-default-svlog-run.erb
439
- - test/docker_run.rb
440
- - test/docker_test.rb
441
- - test/functional/helper.rb
442
- - test/functional/inheritance_test.rb
443
- - test/functional/inspec_archive_test.rb
444
- - test/functional/inspec_compliance_test.rb
445
- - test/functional/inspec_exec_json_test.rb
446
- - test/functional/inspec_exec_jsonmin_test.rb
447
- - test/functional/inspec_exec_test.rb
448
- - test/functional/inspec_json_profile_test.rb
449
- - test/functional/inspec_test.rb
450
- - test/helper.rb
451
- - test/integration/default/_debug_spec.rb
452
- - test/integration/default/apache_conf_spec.rb
453
- - test/integration/default/apt_spec.rb
454
- - test/integration/default/auditd_rules_spec.rb
455
- - test/integration/default/cmp_matcher_spec.rb
456
- - test/integration/default/csv_spec.rb
457
- - test/integration/default/etc_group_spec.rb
458
- - test/integration/default/file_spec.rb
459
- - test/integration/default/group_spec.rb
460
- - test/integration/default/ini_spec.rb
461
- - test/integration/default/iptables_spec.rb
462
- - test/integration/default/json_spec.rb
463
- - test/integration/default/kernel_module_spec.rb
464
- - test/integration/default/kernel_parameter_spec.rb
465
- - test/integration/default/mount_spec.rb
466
- - test/integration/default/os_spec.rb
467
- - test/integration/default/package_spec.rb
468
- - test/integration/default/port_spec.rb
469
- - test/integration/default/postgres_session_spec.rb
470
- - test/integration/default/powershell_spec.rb
471
- - test/integration/default/registry_key_spec.rb
472
- - test/integration/default/secpol_spec.rb
473
- - test/integration/default/service_spec.rb
474
- - test/integration/default/user_spec.rb
475
- - test/integration/default/vbscript_spec.rb
476
- - test/integration/default/wmi_spec.rb
477
- - test/integration/default/yaml_spec.rb
478
- - test/resource/command_test.rb
479
- - test/resource/dsl_test.rb
480
- - test/resource/file_test.rb
481
- - test/resource/ssh_config.rb
482
- - test/resource/sshd_config.rb
483
- - test/test-extra.yaml
484
- - test/test.yaml
485
- - test/unit/control_test.rb
486
- - test/unit/fetchers/local_test.rb
487
- - test/unit/fetchers/mock_test.rb
488
- - test/unit/fetchers/tar_test.rb
489
- - test/unit/fetchers/url_test.rb
490
- - test/unit/fetchers/zip_test.rb
491
- - test/unit/fetchers_test.rb
492
- - test/unit/metadata_test.rb
493
- - test/unit/mock/cmd/$env-PATH
494
- - test/unit/mock/cmd/Get-NetAdapter
495
- - test/unit/mock/cmd/GetUserAccount
496
- - test/unit/mock/cmd/GetWin32Group
497
- - test/unit/mock/cmd/Resolve-DnsName
498
- - test/unit/mock/cmd/Test-NetConnection
499
- - test/unit/mock/cmd/auditctl
500
- - test/unit/mock/cmd/auditctl-legacy
501
- - test/unit/mock/cmd/auditctl-s
502
- - test/unit/mock/cmd/auditpol
503
- - test/unit/mock/cmd/brew-info-jq
504
- - test/unit/mock/cmd/chage-l-root
505
- - test/unit/mock/cmd/dpkg-s-curl
506
- - test/unit/mock/cmd/dscl
507
- - test/unit/mock/cmd/env
508
- - test/unit/mock/cmd/etc-apt
509
- - test/unit/mock/cmd/find-apache2-conf-enabled
510
- - test/unit/mock/cmd/find-apache2-ports-conf
511
- - test/unit/mock/cmd/find-etc-rc-d-name-S
512
- - test/unit/mock/cmd/find-net-interface
513
- - test/unit/mock/cmd/find-xinetd.d
514
- - test/unit/mock/cmd/gem-list-local-a-q-rubocop
515
- - test/unit/mock/cmd/get-net-tcpconnection
516
- - test/unit/mock/cmd/get-netadapter-binding-bridge
517
- - test/unit/mock/cmd/get-package-firefox
518
- - test/unit/mock/cmd/get-package-ruby
519
- - test/unit/mock/cmd/get-service-dhcp
520
- - test/unit/mock/cmd/get-windows-feature
521
- - test/unit/mock/cmd/get-wmiobject
522
- - test/unit/mock/cmd/getent-hosts-example.com
523
- - test/unit/mock/cmd/getent-passwd-jfolmer
524
- - test/unit/mock/cmd/getent-passwd-root
525
- - test/unit/mock/cmd/hpux-netstat-inet
526
- - test/unit/mock/cmd/hpux-netstat-inet6
527
- - test/unit/mock/cmd/id-chartmann
528
- - test/unit/mock/cmd/id-jfolmer
529
- - test/unit/mock/cmd/id-root
530
- - test/unit/mock/cmd/initctl--version
531
- - test/unit/mock/cmd/initctl-show-config-ssh
532
- - test/unit/mock/cmd/initctl-status-ssh
533
- - test/unit/mock/cmd/iptables-s
534
- - test/unit/mock/cmd/launchctl-list
535
- - test/unit/mock/cmd/logins-x
536
- - test/unit/mock/cmd/ls-1-etc-init.d
537
- - test/unit/mock/cmd/ls-sys-class-net-br
538
- - test/unit/mock/cmd/lsmod
539
- - test/unit/mock/cmd/lsof-nP-i-FpctPn
540
- - test/unit/mock/cmd/mount
541
- - test/unit/mock/cmd/mount-multiple
542
- - test/unit/mock/cmd/netstat-an.utf8
543
- - test/unit/mock/cmd/netstat-tulpen
544
- - test/unit/mock/cmd/npm-ls-g--json-bower
545
- - test/unit/mock/cmd/pacman-qi-curl
546
- - test/unit/mock/cmd/ping-example.com
547
- - test/unit/mock/cmd/pip-show-jinja2
548
- - test/unit/mock/cmd/pkg-info-system-file-system-zfs
549
- - test/unit/mock/cmd/pkginfo-l-SUNWzfsr
550
- - test/unit/mock/cmd/ps-aux
551
- - test/unit/mock/cmd/ps-auxZ
552
- - test/unit/mock/cmd/pw-usershow-root-7
553
- - test/unit/mock/cmd/reg_schedule
554
- - test/unit/mock/cmd/rpm-qia-curl
555
- - test/unit/mock/cmd/s11-netstat-an-finet-finet6
556
- - test/unit/mock/cmd/sbin_sysctl
557
- - test/unit/mock/cmd/secedit-export
558
- - test/unit/mock/cmd/service-e
559
- - test/unit/mock/cmd/service-sendmail-onestatus
560
- - test/unit/mock/cmd/service-sshd-status
561
- - test/unit/mock/cmd/sockstat
562
- - test/unit/mock/cmd/success
563
- - test/unit/mock/cmd/swlist-l-product
564
- - test/unit/mock/cmd/systemctl-show-all-dbus
565
- - test/unit/mock/cmd/systemctl-show-all-sshd
566
- - test/unit/mock/cmd/win32_product
567
- - test/unit/mock/cmd/yum-repolist-all
568
- - test/unit/mock/files/apache2.conf
569
- - test/unit/mock/files/auditd.conf
570
- - test/unit/mock/files/bond0
571
- - test/unit/mock/files/etcgroup
572
- - test/unit/mock/files/example.csv
573
- - test/unit/mock/files/grub.conf
574
- - test/unit/mock/files/inetd.conf
575
- - test/unit/mock/files/kitchen.yml
576
- - test/unit/mock/files/limits.conf
577
- - test/unit/mock/files/login.defs
578
- - test/unit/mock/files/mysql.conf
579
- - test/unit/mock/files/mysql2.conf
580
- - test/unit/mock/files/ntp.conf
581
- - test/unit/mock/files/passwd
582
- - test/unit/mock/files/policyfile.lock.json
583
- - test/unit/mock/files/ports.conf
584
- - test/unit/mock/files/rootwrap.conf
585
- - test/unit/mock/files/serve-cgi-bin.conf
586
- - test/unit/mock/files/shadow
587
- - test/unit/mock/files/ssh_config
588
- - test/unit/mock/files/sshd_config
589
- - test/unit/mock/files/sysctl.conf
590
- - test/unit/mock/files/xinetd.conf
591
- - test/unit/mock/files/xinetd.d/.gitkeep
592
- - test/unit/mock/files/xinetd.d_chargen-dgram
593
- - test/unit/mock/files/xinetd.d_chargen-stream
594
- - test/unit/mock/profiles/complete-metadata/inspec.yml
595
- - test/unit/mock/profiles/complete-profile/controls/filesystem_spec.rb
596
- - test/unit/mock/profiles/complete-profile/inspec.yml
597
- - test/unit/mock/profiles/complete-profile/libraries/testlib.rb
598
- - test/unit/mock/profiles/empty-metadata/inspec.yml
599
- - test/unit/mock/profiles/legacy-complete-metadata/metadata.rb
600
- - test/unit/mock/profiles/legacy-complete-metadata/test/.gitkeep
601
- - test/unit/mock/profiles/legacy-empty-metadata/controls/.gitkeep
602
- - test/unit/mock/profiles/legacy-empty-metadata/metadata.rb
603
- - test/unit/mock/profiles/legacy-simple-metadata/metadata.rb
604
- - test/unit/mock/profiles/legacy-simple-metadata/test/.gitkeep
605
- - test/unit/mock/profiles/library/controls/filesystem_spec.rb
606
- - test/unit/mock/profiles/library/inspec.yml
607
- - test/unit/mock/profiles/library/libraries/gordonlib.rb
608
- - test/unit/mock/profiles/library/libraries/testlib.rb
609
- - test/unit/mock/profiles/resource-tiny/inspec.yml
610
- - test/unit/mock/profiles/resource-tiny/libraries/resource.rb
611
- - test/unit/mock/profiles/simple-metadata/inspec.yml
612
- - test/unit/mock/profiles/skippy-profile-os/controls/one.rb
613
- - test/unit/mock/profiles/skippy-profile-os/inspec.yml
614
- - test/unit/mock/profiles/spec_only/specfile.rb
615
- - test/unit/mock/profiles/supported_inspec/inspec.yml
616
- - test/unit/mock/profiles/unsupported_inspec/inspec.yml
617
- - test/unit/objects_test.rb
618
- - test/unit/plugin_test.rb
619
- - test/unit/plugins/resource_test.rb
620
- - test/unit/profile_context_test.rb
621
- - test/unit/profile_test.rb
622
- - test/unit/resources/apache_conf_test.rb
623
- - test/unit/resources/apt_test.rb
624
- - test/unit/resources/audit_policy_test.rb
625
- - test/unit/resources/auditd_conf_test.rb
626
- - test/unit/resources/auditd_rules_test.rb
627
- - test/unit/resources/bash_test.rb
628
- - test/unit/resources/bond_test.rb
629
- - test/unit/resources/bridge_test.rb
630
- - test/unit/resources/csv_test.rb
631
- - test/unit/resources/etc_group_test.rb
632
- - test/unit/resources/file_test.rb
633
- - test/unit/resources/gem_test.rb
634
- - test/unit/resources/group_test.rb
635
- - test/unit/resources/grub_conf_test.rb
636
- - test/unit/resources/host_test.rb
637
- - test/unit/resources/inetd_conf_test.rb
638
- - test/unit/resources/ini_test.rb
639
- - test/unit/resources/interface_test.rb
640
- - test/unit/resources/iptables_test.rb
641
- - test/unit/resources/json_test.rb
642
- - test/unit/resources/kernel_module_test.rb
643
- - test/unit/resources/kernel_parameter_test.rb
644
- - test/unit/resources/limits_conf_test.rb
645
- - test/unit/resources/login_def_test.rb
646
- - test/unit/resources/mount_test.rb
647
- - test/unit/resources/mysql_conf_test.rb
648
- - test/unit/resources/npm_test.rb
649
- - test/unit/resources/ntp_conf_test.rb
650
- - test/unit/resources/oneget_test.rb
651
- - test/unit/resources/os_env_test.rb
652
- - test/unit/resources/os_test.rb
653
- - test/unit/resources/package_test.rb
654
- - test/unit/resources/parse_config_test.rb
655
- - test/unit/resources/passwd_test.rb
656
- - test/unit/resources/pip_test.rb
657
- - test/unit/resources/port_test.rb
658
- - test/unit/resources/powershell_test.rb
659
- - test/unit/resources/processes_test.rb
660
- - test/unit/resources/registry_key_test.rb
661
- - test/unit/resources/security_policy_test.rb
662
- - test/unit/resources/service_test.rb
663
- - test/unit/resources/shadow_test.rb
664
- - test/unit/resources/ssh_conf_test.rb
665
- - test/unit/resources/user_test.rb
666
- - test/unit/resources/vbscript_test.rb
667
- - test/unit/resources/windows_feature.rb
668
- - test/unit/resources/wmi_test.rb
669
- - test/unit/resources/xinetd_test.rb
670
- - test/unit/resources/yaml_test.rb
671
- - test/unit/resources/yum_test.rb
672
- - test/unit/shell_detector_test.rb
673
- - test/unit/source_reader_test.rb
674
- - test/unit/source_readers/flat_test.rb
675
- - test/unit/source_readers/inspec_test.rb
676
- - test/unit/utils/filter_array_test.rb
677
- - test/unit/utils/filter_table_test.rb
678
- - test/unit/utils/find_files_test.rb
679
- - test/unit/utils/passwd_parser_test.rb
680
- - test/unit/utils/simpleconfig_test.rb
681
- - test/unit/utils/solaris_netstat_parser.rb
682
412
  homepage: https://github.com/chef/inspec
683
413
  licenses:
684
414
  - Apache-2.0
@@ -699,282 +429,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
699
429
  version: '0'
700
430
  requirements: []
701
431
  rubyforge_project:
702
- rubygems_version: 2.5.1
432
+ rubygems_version: 2.4.6
703
433
  signing_key:
704
434
  specification_version: 4
705
435
  summary: Infrastructure and compliance testing.
706
- test_files:
707
- - test/bench/startup.flat.txt
708
- - test/bench/startup.graph.html
709
- - test/bench/startup.grind.dat
710
- - test/bench/startup.stack.html
711
- - test/bench/startup/startup.flat.txt
712
- - test/bench/startup/startup.graph.html
713
- - test/bench/startup/startup.grind.dat
714
- - test/bench/startup/startup.stack.html
715
- - test/cookbooks/os_prepare/attributes/default.rb
716
- - test/cookbooks/os_prepare/files/empty.iso
717
- - test/cookbooks/os_prepare/files/example.csv
718
- - test/cookbooks/os_prepare/files/example.ini
719
- - test/cookbooks/os_prepare/files/example.json
720
- - test/cookbooks/os_prepare/files/example.yml
721
- - test/cookbooks/os_prepare/metadata.rb
722
- - test/cookbooks/os_prepare/recipes/_runit_service_centos.rb
723
- - test/cookbooks/os_prepare/recipes/_upstart_service_centos.rb
724
- - test/cookbooks/os_prepare/recipes/apache.rb
725
- - test/cookbooks/os_prepare/recipes/apt.rb
726
- - test/cookbooks/os_prepare/recipes/auditctl.rb
727
- - test/cookbooks/os_prepare/recipes/default.rb
728
- - test/cookbooks/os_prepare/recipes/file.rb
729
- - test/cookbooks/os_prepare/recipes/iptables.rb
730
- - test/cookbooks/os_prepare/recipes/json_yaml_csv_ini.rb
731
- - test/cookbooks/os_prepare/recipes/mount.rb
732
- - test/cookbooks/os_prepare/recipes/package.rb
733
- - test/cookbooks/os_prepare/recipes/postgres.rb
734
- - test/cookbooks/os_prepare/recipes/prep_container.rb
735
- - test/cookbooks/os_prepare/recipes/registry_key.rb
736
- - test/cookbooks/os_prepare/recipes/service.rb
737
- - test/cookbooks/os_prepare/templates/default/sv-default-svlog-run.erb
738
- - test/docker_run.rb
739
- - test/docker_test.rb
740
- - test/functional/helper.rb
741
- - test/functional/inheritance_test.rb
742
- - test/functional/inspec_archive_test.rb
743
- - test/functional/inspec_compliance_test.rb
744
- - test/functional/inspec_exec_json_test.rb
745
- - test/functional/inspec_exec_jsonmin_test.rb
746
- - test/functional/inspec_exec_test.rb
747
- - test/functional/inspec_json_profile_test.rb
748
- - test/functional/inspec_test.rb
749
- - test/helper.rb
750
- - test/integration/default/_debug_spec.rb
751
- - test/integration/default/apache_conf_spec.rb
752
- - test/integration/default/apt_spec.rb
753
- - test/integration/default/auditd_rules_spec.rb
754
- - test/integration/default/cmp_matcher_spec.rb
755
- - test/integration/default/csv_spec.rb
756
- - test/integration/default/etc_group_spec.rb
757
- - test/integration/default/file_spec.rb
758
- - test/integration/default/group_spec.rb
759
- - test/integration/default/ini_spec.rb
760
- - test/integration/default/iptables_spec.rb
761
- - test/integration/default/json_spec.rb
762
- - test/integration/default/kernel_module_spec.rb
763
- - test/integration/default/kernel_parameter_spec.rb
764
- - test/integration/default/mount_spec.rb
765
- - test/integration/default/os_spec.rb
766
- - test/integration/default/package_spec.rb
767
- - test/integration/default/port_spec.rb
768
- - test/integration/default/postgres_session_spec.rb
769
- - test/integration/default/powershell_spec.rb
770
- - test/integration/default/registry_key_spec.rb
771
- - test/integration/default/secpol_spec.rb
772
- - test/integration/default/service_spec.rb
773
- - test/integration/default/user_spec.rb
774
- - test/integration/default/vbscript_spec.rb
775
- - test/integration/default/wmi_spec.rb
776
- - test/integration/default/yaml_spec.rb
777
- - test/resource/command_test.rb
778
- - test/resource/dsl_test.rb
779
- - test/resource/file_test.rb
780
- - test/resource/ssh_config.rb
781
- - test/resource/sshd_config.rb
782
- - test/test-extra.yaml
783
- - test/test.yaml
784
- - test/unit/control_test.rb
785
- - test/unit/fetchers/local_test.rb
786
- - test/unit/fetchers/mock_test.rb
787
- - test/unit/fetchers/tar_test.rb
788
- - test/unit/fetchers/url_test.rb
789
- - test/unit/fetchers/zip_test.rb
790
- - test/unit/fetchers_test.rb
791
- - test/unit/metadata_test.rb
792
- - test/unit/mock/cmd/$env-PATH
793
- - test/unit/mock/cmd/Get-NetAdapter
794
- - test/unit/mock/cmd/GetUserAccount
795
- - test/unit/mock/cmd/GetWin32Group
796
- - test/unit/mock/cmd/Resolve-DnsName
797
- - test/unit/mock/cmd/Test-NetConnection
798
- - test/unit/mock/cmd/auditctl
799
- - test/unit/mock/cmd/auditctl-legacy
800
- - test/unit/mock/cmd/auditctl-s
801
- - test/unit/mock/cmd/auditpol
802
- - test/unit/mock/cmd/brew-info-jq
803
- - test/unit/mock/cmd/chage-l-root
804
- - test/unit/mock/cmd/dpkg-s-curl
805
- - test/unit/mock/cmd/dscl
806
- - test/unit/mock/cmd/env
807
- - test/unit/mock/cmd/etc-apt
808
- - test/unit/mock/cmd/find-apache2-conf-enabled
809
- - test/unit/mock/cmd/find-apache2-ports-conf
810
- - test/unit/mock/cmd/find-etc-rc-d-name-S
811
- - test/unit/mock/cmd/find-net-interface
812
- - test/unit/mock/cmd/find-xinetd.d
813
- - test/unit/mock/cmd/gem-list-local-a-q-rubocop
814
- - test/unit/mock/cmd/get-net-tcpconnection
815
- - test/unit/mock/cmd/get-netadapter-binding-bridge
816
- - test/unit/mock/cmd/get-package-firefox
817
- - test/unit/mock/cmd/get-package-ruby
818
- - test/unit/mock/cmd/get-service-dhcp
819
- - test/unit/mock/cmd/get-windows-feature
820
- - test/unit/mock/cmd/get-wmiobject
821
- - test/unit/mock/cmd/getent-hosts-example.com
822
- - test/unit/mock/cmd/getent-passwd-jfolmer
823
- - test/unit/mock/cmd/getent-passwd-root
824
- - test/unit/mock/cmd/hpux-netstat-inet
825
- - test/unit/mock/cmd/hpux-netstat-inet6
826
- - test/unit/mock/cmd/id-chartmann
827
- - test/unit/mock/cmd/id-jfolmer
828
- - test/unit/mock/cmd/id-root
829
- - test/unit/mock/cmd/initctl--version
830
- - test/unit/mock/cmd/initctl-show-config-ssh
831
- - test/unit/mock/cmd/initctl-status-ssh
832
- - test/unit/mock/cmd/iptables-s
833
- - test/unit/mock/cmd/launchctl-list
834
- - test/unit/mock/cmd/logins-x
835
- - test/unit/mock/cmd/ls-1-etc-init.d
836
- - test/unit/mock/cmd/ls-sys-class-net-br
837
- - test/unit/mock/cmd/lsmod
838
- - test/unit/mock/cmd/lsof-nP-i-FpctPn
839
- - test/unit/mock/cmd/mount
840
- - test/unit/mock/cmd/mount-multiple
841
- - test/unit/mock/cmd/netstat-an.utf8
842
- - test/unit/mock/cmd/netstat-tulpen
843
- - test/unit/mock/cmd/npm-ls-g--json-bower
844
- - test/unit/mock/cmd/pacman-qi-curl
845
- - test/unit/mock/cmd/ping-example.com
846
- - test/unit/mock/cmd/pip-show-jinja2
847
- - test/unit/mock/cmd/pkg-info-system-file-system-zfs
848
- - test/unit/mock/cmd/pkginfo-l-SUNWzfsr
849
- - test/unit/mock/cmd/ps-aux
850
- - test/unit/mock/cmd/ps-auxZ
851
- - test/unit/mock/cmd/pw-usershow-root-7
852
- - test/unit/mock/cmd/reg_schedule
853
- - test/unit/mock/cmd/rpm-qia-curl
854
- - test/unit/mock/cmd/s11-netstat-an-finet-finet6
855
- - test/unit/mock/cmd/sbin_sysctl
856
- - test/unit/mock/cmd/secedit-export
857
- - test/unit/mock/cmd/service-e
858
- - test/unit/mock/cmd/service-sendmail-onestatus
859
- - test/unit/mock/cmd/service-sshd-status
860
- - test/unit/mock/cmd/sockstat
861
- - test/unit/mock/cmd/success
862
- - test/unit/mock/cmd/swlist-l-product
863
- - test/unit/mock/cmd/systemctl-show-all-dbus
864
- - test/unit/mock/cmd/systemctl-show-all-sshd
865
- - test/unit/mock/cmd/win32_product
866
- - test/unit/mock/cmd/yum-repolist-all
867
- - test/unit/mock/files/apache2.conf
868
- - test/unit/mock/files/auditd.conf
869
- - test/unit/mock/files/bond0
870
- - test/unit/mock/files/etcgroup
871
- - test/unit/mock/files/example.csv
872
- - test/unit/mock/files/grub.conf
873
- - test/unit/mock/files/inetd.conf
874
- - test/unit/mock/files/kitchen.yml
875
- - test/unit/mock/files/limits.conf
876
- - test/unit/mock/files/login.defs
877
- - test/unit/mock/files/mysql.conf
878
- - test/unit/mock/files/mysql2.conf
879
- - test/unit/mock/files/ntp.conf
880
- - test/unit/mock/files/passwd
881
- - test/unit/mock/files/policyfile.lock.json
882
- - test/unit/mock/files/ports.conf
883
- - test/unit/mock/files/rootwrap.conf
884
- - test/unit/mock/files/serve-cgi-bin.conf
885
- - test/unit/mock/files/shadow
886
- - test/unit/mock/files/ssh_config
887
- - test/unit/mock/files/sshd_config
888
- - test/unit/mock/files/sysctl.conf
889
- - test/unit/mock/files/xinetd.conf
890
- - test/unit/mock/files/xinetd.d/.gitkeep
891
- - test/unit/mock/files/xinetd.d_chargen-dgram
892
- - test/unit/mock/files/xinetd.d_chargen-stream
893
- - test/unit/mock/profiles/complete-metadata/inspec.yml
894
- - test/unit/mock/profiles/complete-profile/controls/filesystem_spec.rb
895
- - test/unit/mock/profiles/complete-profile/inspec.yml
896
- - test/unit/mock/profiles/complete-profile/libraries/testlib.rb
897
- - test/unit/mock/profiles/empty-metadata/inspec.yml
898
- - test/unit/mock/profiles/legacy-complete-metadata/metadata.rb
899
- - test/unit/mock/profiles/legacy-complete-metadata/test/.gitkeep
900
- - test/unit/mock/profiles/legacy-empty-metadata/controls/.gitkeep
901
- - test/unit/mock/profiles/legacy-empty-metadata/metadata.rb
902
- - test/unit/mock/profiles/legacy-simple-metadata/metadata.rb
903
- - test/unit/mock/profiles/legacy-simple-metadata/test/.gitkeep
904
- - test/unit/mock/profiles/library/controls/filesystem_spec.rb
905
- - test/unit/mock/profiles/library/inspec.yml
906
- - test/unit/mock/profiles/library/libraries/gordonlib.rb
907
- - test/unit/mock/profiles/library/libraries/testlib.rb
908
- - test/unit/mock/profiles/resource-tiny/inspec.yml
909
- - test/unit/mock/profiles/resource-tiny/libraries/resource.rb
910
- - test/unit/mock/profiles/simple-metadata/inspec.yml
911
- - test/unit/mock/profiles/skippy-profile-os/controls/one.rb
912
- - test/unit/mock/profiles/skippy-profile-os/inspec.yml
913
- - test/unit/mock/profiles/spec_only/specfile.rb
914
- - test/unit/mock/profiles/supported_inspec/inspec.yml
915
- - test/unit/mock/profiles/unsupported_inspec/inspec.yml
916
- - test/unit/objects_test.rb
917
- - test/unit/plugin_test.rb
918
- - test/unit/plugins/resource_test.rb
919
- - test/unit/profile_context_test.rb
920
- - test/unit/profile_test.rb
921
- - test/unit/resources/apache_conf_test.rb
922
- - test/unit/resources/apt_test.rb
923
- - test/unit/resources/audit_policy_test.rb
924
- - test/unit/resources/auditd_conf_test.rb
925
- - test/unit/resources/auditd_rules_test.rb
926
- - test/unit/resources/bash_test.rb
927
- - test/unit/resources/bond_test.rb
928
- - test/unit/resources/bridge_test.rb
929
- - test/unit/resources/csv_test.rb
930
- - test/unit/resources/etc_group_test.rb
931
- - test/unit/resources/file_test.rb
932
- - test/unit/resources/gem_test.rb
933
- - test/unit/resources/group_test.rb
934
- - test/unit/resources/grub_conf_test.rb
935
- - test/unit/resources/host_test.rb
936
- - test/unit/resources/inetd_conf_test.rb
937
- - test/unit/resources/ini_test.rb
938
- - test/unit/resources/interface_test.rb
939
- - test/unit/resources/iptables_test.rb
940
- - test/unit/resources/json_test.rb
941
- - test/unit/resources/kernel_module_test.rb
942
- - test/unit/resources/kernel_parameter_test.rb
943
- - test/unit/resources/limits_conf_test.rb
944
- - test/unit/resources/login_def_test.rb
945
- - test/unit/resources/mount_test.rb
946
- - test/unit/resources/mysql_conf_test.rb
947
- - test/unit/resources/npm_test.rb
948
- - test/unit/resources/ntp_conf_test.rb
949
- - test/unit/resources/oneget_test.rb
950
- - test/unit/resources/os_env_test.rb
951
- - test/unit/resources/os_test.rb
952
- - test/unit/resources/package_test.rb
953
- - test/unit/resources/parse_config_test.rb
954
- - test/unit/resources/passwd_test.rb
955
- - test/unit/resources/pip_test.rb
956
- - test/unit/resources/port_test.rb
957
- - test/unit/resources/powershell_test.rb
958
- - test/unit/resources/processes_test.rb
959
- - test/unit/resources/registry_key_test.rb
960
- - test/unit/resources/security_policy_test.rb
961
- - test/unit/resources/service_test.rb
962
- - test/unit/resources/shadow_test.rb
963
- - test/unit/resources/ssh_conf_test.rb
964
- - test/unit/resources/user_test.rb
965
- - test/unit/resources/vbscript_test.rb
966
- - test/unit/resources/windows_feature.rb
967
- - test/unit/resources/wmi_test.rb
968
- - test/unit/resources/xinetd_test.rb
969
- - test/unit/resources/yaml_test.rb
970
- - test/unit/resources/yum_test.rb
971
- - test/unit/shell_detector_test.rb
972
- - test/unit/source_reader_test.rb
973
- - test/unit/source_readers/flat_test.rb
974
- - test/unit/source_readers/inspec_test.rb
975
- - test/unit/utils/filter_array_test.rb
976
- - test/unit/utils/filter_table_test.rb
977
- - test/unit/utils/find_files_test.rb
978
- - test/unit/utils/passwd_parser_test.rb
979
- - test/unit/utils/simpleconfig_test.rb
980
- - test/unit/utils/solaris_netstat_parser.rb
436
+ test_files: []