mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-08-11 23:41:45 +01:00
- Implemented `script.py` for generating compliance scripts with Jinja2 templating and audit plist creation. - Created `local_report.py` to generate local compliance reports in Excel and HTML formats, including pie chart visualizations. - Developed `mapping.py` to update security rules with custom controls based on CSV input and generate baseline YAML files. - Introduced `scap.py` for creating SCAP-compliant XML files, with support for different OS types and export formats.
23 lines
719 B
Plaintext
23 lines
719 B
Plaintext
# This is a CODEOWNERS file.
|
|
# Lines starting with '#' are comments.
|
|
# Each line is a file pattern followed by one or more owners.
|
|
|
|
# The '*' pattern matches all files in the repository.
|
|
# * @stephenbeale @robertgendler @jmahlman
|
|
|
|
# Specific directories can have different owners.
|
|
# For example, the 'src' directory:
|
|
# src/ @stephenbeale @another-contributor
|
|
|
|
# Specific files can have different owners.
|
|
# For example, the 'README.md' file:
|
|
# README.md @stephenbeale
|
|
|
|
# You can also specify teams as owners.
|
|
# For example, the 'docs' directory:
|
|
# docs/ @team-docs
|
|
|
|
# You can specify multiple owners for a file or directory.
|
|
# For example, the 'scripts' directory:
|
|
# scripts/ @stephenbeale @team-scripts
|