Add sections for project and local site authors to custom baselines #270

Closed
opened 2026-01-19 18:29:53 +00:00 by michael · 2 comments
Owner

Originally created by @escobarj on GitHub.

Currently when creating a custom baseline the authors section of the baseline yaml is just a stub. It's designed to be filled in by the user.
Instead, I propose creating two sections. One pre-populated with the mSCP authors, and one to be filled in by the creators of the custom baseline.

Here is an example of how the generated baseline yaml could look.

authors: |
  .macOS Security Compliance Project
  |===
  |Dan Brodjieski|National Aeronautics and Space Administration
  |Allen Golbig|Jamf
  |Bob Gendler|National Institute of Standards and Technology
  |===

  .YourOrg
  |===
  |Name|YourOrg - Team1
  |Name2|YourOrg - Team2
  |===

The YourOrg section can then be filled in with the appropriate information by the custom baseline creators.

Originally created by @escobarj on GitHub. Currently when creating a custom baseline the authors section of the baseline yaml is just a stub. It's designed to be filled in by the user. Instead, I propose creating two sections. One pre-populated with the mSCP authors, and one to be filled in by the creators of the custom baseline. Here is an example of how the generated baseline yaml could look. ``` authors: | .macOS Security Compliance Project |=== |Dan Brodjieski|National Aeronautics and Space Administration |Allen Golbig|Jamf |Bob Gendler|National Institute of Standards and Technology |=== .YourOrg |=== |Name|YourOrg - Team1 |Name2|YourOrg - Team2 |=== ``` The YourOrg section can then be filled in with the appropriate information by the custom baseline creators.
Author
Owner

@brodjieski commented on GitHub:

branch name changed to dev_mont_issue105...

@brodjieski commented on GitHub: branch name changed to `dev_mont_issue105`...
Author
Owner

@golbiga commented on GitHub:

@escobarj take a look at dev_mont_authors. Let us know what you think.

@golbiga commented on GitHub: @escobarj take a look at `dev_mont_authors`. Let us know what you think.
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#270