Baselines path incorrect in Wiki documentation #332

Closed
opened 2026-01-19 18:30:05 +00:00 by michael · 1 comment
Owner

Originally created by @goneafk on GitHub.

Summary

On the Scripts page of the Wiki, each example uses the path baseline.
python3 create_guide.py ../baseline/moderate.yaml -o ../build/MyBaselineGuide.adoc

However, the currently committed code has the folder named baselines not baseline.

Example lines

python3 create_guide.py ../baseline/moderate.yaml -o ../build/MyBaselineGuide.adoc
python3 script_generator.py ../baseline/moderate.yaml
python3 profile_generator.py ../baseline/moderate.yaml

Originally created by @goneafk on GitHub. ### Summary On the Scripts page of the Wiki, each example uses the path baseline. `python3 create_guide.py ../baseline/moderate.yaml -o ../build/MyBaselineGuide.adoc` However, the currently committed code has the folder named `baselines` not `baseline`. ### Example lines `python3 create_guide.py ../baseline/moderate.yaml -o ../build/MyBaselineGuide.adoc` `python3 script_generator.py ../baseline/moderate.yaml` `python3 profile_generator.py ../baseline/moderate.yaml`
Author
Owner

@robertgendler commented on GitHub:

Fixed.

@robertgendler commented on GitHub: Fixed.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: usnistgov/macos_security#332