You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: controls/os_spec.rb
+3-1
Original file line number
Diff line number
Diff line change
@@ -145,10 +145,12 @@
145
145
control'os-04'do
146
146
impact1.0
147
147
title'Dot in PATH variable'
148
-
desc'Do not include the current working directory in PATH variable. This makes it easier for an attacker to gain extensive rights by executing a Trojan program'
148
+
desc'Do not include the current working directory as well as its parent one in PATH variable. This makes it easier for an attacker to gain extensive rights by executing a Trojan program'
0 commit comments