simp / inspec-profile-disa_stig-el7

InSpec Profile for the EL7 DISA STIG
Apache License 2.0
22 stars 46 forks source link

Review 72223 #126

Open aaronlippold opened 4 years ago

aaronlippold commented 4 years ago

It doesn't make sense that TMOUT would be defined in these files ...

This could be a logic error in the collection script for the array under evaluation

× V-72223: All network connections associated with a communication session must be terminated at the end of the session or after 10 minutes of inactivity from the user at a command prompt, except to fulfill documented and validated mission requirements. (18 failed) × Parse Config File /etc/bashrc TMOUT should cmp <= 600

 expected it to be <= 600
      got: nil

 (compared using `cmp` matcher)

 ×  Parse Config File /etc/profile.d/256term.csh TMOUT should cmp <= 600

 expected it to be <= 600
      got: nil

 (compared using `cmp` matcher)

 ×  Parse Config File /etc/profile.d/256term.sh TMOUT should cmp <= 600

 expected it to be <= 600
      got: nil

 (compared using `cmp` matcher)

 ×  Parse Config File /etc/profile.d/colorgrep.csh TMOUT should cmp <= 600

 expected it to be <= 600
      got: nil

 (compared using `cmp` matcher)

 ×  Parse Config File /etc/profile.d/colorgrep.sh TMOUT should cmp <= 600

 expected it to be <= 600
      got: nil

 (compared using `cmp` matcher)

 ×  Parse Config File /etc/profile.d/colorls.csh TMOUT should cmp <= 600

 expected it to be <= 600
      got: nil

 (compared using `cmp` matcher)

 ×  Parse Config File /etc/profile.d/colorls.sh TMOUT should cmp <= 600

 expected it to be <= 600
      got: nil

 (compared using `cmp` matcher)

 ×  Parse Config File /etc/profile.d/csh.local TMOUT should cmp <= 600

 expected it to be <= 600
      got: nil

 (compared using `cmp` matcher)

 ×  Parse Config File /etc/profile.d/lang.csh TMOUT should cmp <= 600

 expected it to be <= 600
      got: nil

 (compared using `cmp` matcher)

 ×  Parse Config File /etc/profile.d/lang.sh TMOUT should cmp <= 600

 expected it to be <= 600
      got: nil

 (compared using `cmp` matcher)

 ×  Parse Config File /etc/profile.d/less.csh TMOUT should cmp <= 600

 expected it to be <= 600
      got: nil

 (compared using `cmp` matcher)

 ×  Parse Config File /etc/profile.d/less.sh TMOUT should cmp <= 600

 expected it to be <= 600
      got: nil

 (compared using `cmp` matcher)

 ×  Parse Config File /etc/profile.d/proxy.sh TMOUT should cmp <= 600

 expected it to be <= 600
      got: nil

 (compared using `cmp` matcher)

 ×  Parse Config File /etc/profile.d/sh.local TMOUT should cmp <= 600

 expected it to be <= 600
      got: nil

 (compared using `cmp` matcher)

 ×  Parse Config File /etc/profile.d/vim.csh TMOUT should cmp <= 600

 expected it to be <= 600
      got: nil

 (compared using `cmp` matcher)

 ×  Parse Config File /etc/profile.d/vim.sh TMOUT should cmp <= 600

 expected it to be <= 600
      got: nil

 (compared using `cmp` matcher)

 ×  Parse Config File /etc/profile.d/which2.csh TMOUT should cmp <= 600

 expected it to be <= 600
      got: nil

 (compared using `cmp` matcher)

 ×  Parse Config File /etc/profile.d/which2.sh TMOUT should cmp <= 600

 expected it to be <= 600
      got: nil

 (compared using `cmp` matcher)
djhaynes commented 4 years ago

This should be addressed by PR #133.