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
in src/gitstery/data/main-report.txt, it says that "no one came through the front door", but src/gitstery/phases/phase_2.py generates entries in the access.log evidence for both DOOR_FRONT_1 and DOOR_FRONT_2. Maybe add a few other rooms to the factory to avoid this?
Another option would be to have the security guard do it, and have them redact the access log? This would add some extra practice of searching through git history, and would open the option to adding another phase for yet more training.
The text was updated successfully, but these errors were encountered:
in
src/gitstery/data/main-report.txt
, it says that "no one came through the front door", butsrc/gitstery/phases/phase_2.py
generates entries in theaccess.log
evidence for bothDOOR_FRONT_1
andDOOR_FRONT_2
. Maybe add a few other rooms to the factory to avoid this?Another option would be to have the security guard do it, and have them redact the access log? This would add some extra practice of searching through git history, and would open the option to adding another phase for yet more training.
The text was updated successfully, but these errors were encountered: