inspec-profile-disa_stig-el7 icon indicating copy to clipboard operation
inspec-profile-disa_stig-el7 copied to clipboard

Review 72223

Open aaronlippold opened this issue 5 years ago • 1 comments

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)

aaronlippold avatar Nov 22 '19 02:11 aaronlippold

This should be addressed by PR #133.

djhaynes avatar Dec 03 '19 12:12 djhaynes