This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update navigator layers (#66). closes #65 * update layers property "navigator" to version 4.3 * update layers property "layer" to version 4.2 * update CHANGELOG.md * Update mappingsToHeatmaps.py "layer": "4.2" and "navigator": "4.3" * Update CHANGELOG.md * ATT&CK-v9.0 Update (#70) * Update README.md * Fixed typo * Bump urllib3 from 1.25.9 to 1.26.5 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.9 to 1.26.5. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@1.25.9...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * rename folder /util to /src and reflect the change in the documentation moved make.py into /src * code quality refactor * create requirements directory and move requirements.txt * add new tests and GitHub Action workflow * update .gitignore * apply more findings from `flake8`, documentation updates, code tweaks * add tests for the repo, add codecov badge, make config_location configurable * some README updates * Update README.md * Update README.md * Update README.md * Update README.md * apply typo fix from @nickamon * minor docs changes * update repo requirements.txt * Place control families in order, update hyperlinks * update mappings with provided master copies, fix typos * code quality updates * script changes for new directory structure * move base directory under `ATT&CK-v9.0/` * fixes to scripts/code quality * Update README.md * Update README.md * updates to mappings TSV for v9.0 * new layers for R4 v9.0 mappings * new layers for R5 v9.0 mappings * new stix data for R5 v9.0 mappings * new stix data for R4 v9.0 mappings * add ATT&CK-v8.2 directory * update README.md * flake8 changes * fix for R4 layer README.md * fix for R5 layer README.md * update navigator layers and mappings for ATT&CK v8.2 R4 * update navigator layers and mappings for ATT&CK v8.2 R5 * add ATT&CK-v9.0 R4/R5 mappings xlsx * changes to support new spreadsheet output format, support multi-version in make.py, tweak in mappings_to_heatmaps.py to support new repo structure * update test_scripts.py with new repo structure * ATT&CK-v8.2 parse code update * update CONTRIBUTING.md * update CHANGELOG.md * update README.md * update layer data for ATT&CK-v8.2 directory * flake8 issues * README.md update * update other dependencies * Update tox.ini fix cov arguments to pytest * Update README.md * Update tox.ini Co-authored-by: Isabel Tuson <[email protected]> Co-authored-by: Jon Baker <[email protected]> Co-authored-by: Ashaman MC <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mark Davidson <[email protected]> Co-authored-by: Tiffany Bergeron <[email protected]> * Update README.md * Update README.md * Update README.md * Update README.md (#73) Co-authored-by: Isabel Tuson <[email protected]> Co-authored-by: Jon Baker <[email protected]> Co-authored-by: Ashaman MC <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mark Davidson <[email protected]> Co-authored-by: Tiffany Bergeron <[email protected]>
- Loading branch information
1 parent
28cc20f
commit 2a2fb4a
Showing
540 changed files
with
809,239 additions
and
3,684 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions | ||
|
||
name: Test Mappings | ||
on: [push, pull_request] | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
name: Control Framework Tests | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Set up Python 3.8 | ||
uses: actions/setup-python@v2 | ||
with: | ||
# Semantic version range syntax or exact Python version | ||
python-version: '3.8' | ||
- name: Install and update essential dependencies | ||
run: | | ||
pip install -U pip setuptools | ||
pip install tox-gh-actions | ||
- name: Run tests | ||
run: | | ||
tox | ||
- name: Upload Coverage to Codecov | ||
uses: codecov/codecov-action@v1 | ||
with: | ||
token: ${{ secrets.CODECOV_TOKEN }} | ||
files: coverage.xml | ||
verbose: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
frameworks/nist800-53-r4/README.md → ...works/ATT&CK-v8.2/nist800-53-r4/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
frameworks/nist800-53-r4/input/config.json → ...T&CK-v8.2/nist800-53-r4/input/config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"framework_id": "NIST 800-53 Revision 4", | ||
"attack_domain": "enterprise-attack", | ||
"attack_version": "v8.1", | ||
"mappings_version": "v1.2" | ||
"attack_version": "v8.2", | ||
"mappings_version": "v1.3" | ||
} |
File renamed without changes.
Oops, something went wrong.