Skip to content

Commit 8da2ee1

Browse files
committed
chore: rename master references to main
1 parent ac12a1f commit 8da2ee1

11 files changed

Lines changed: 125 additions & 125 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ updates:
1212
day: "saturday"
1313
time: "09:00"
1414
timezone: "America/New_York"
15-
target-branch: "master"
15+
target-branch: "main"

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ More detailed information and examples about the specific usage of the additiona
2525

2626
| module | description | documentation |
2727
|:------------|:------------|:--------------|
28-
| [navlayers](https://github.com/mitre-attack/mitreattack-python/tree/master/mitreattack/navlayers) | A collection of utilities for working with [ATT&CK Navigator](https://github.com/mitre-attack/attack-navigator) layers. Provides the ability to import, export, and manipulate layers. Layers can be read in from the filesystem or python dictionaries, combined and edited, and then exported to excel or SVG images. | Further documentation can be found [here](https://github.com/mitre-attack/mitreattack-python/blob/master/mitreattack/navlayers/README.md).|
29-
| [attackToExcel](https://github.com/mitre-attack/mitreattack-python/tree/master/mitreattack/attackToExcel) | A collection of utilities for converting [ATT&CK STIX data](https://github.com/mitre/cti) to Excel spreadsheets. It also provides access to [Pandas](https://pandas.pydata.org/) DataFrames representing the dataset for use in data analysis. | Further documentation can be found [here](https://github.com/mitre-attack/mitreattack-python/blob/master/mitreattack/attackToExcel/README.md).|
30-
| [collections](https://github.com/mitre-attack/mitreattack-python/tree/master/mitreattack/collections) | A set of utilities for working with [ATT&CK Collections and Collection Indexes](https://github.com/center-for-threat-informed-defense/attack-workbench-frontend/blob/master/docs/collections.md). Provides functionalities for converting and summarizing data in collections and collection indexes, as well as generating a collection from a raw stix bundle input. | Further documentation can be found [here](https://github.com/mitre-attack/mitreattack-python/blob/master/mitreattack/collections/README.md).|
31-
| [diffStix](https://github.com/mitre-attack/mitreattack-python/tree/master/mitreattack/diffStix) | Create markdown, HTML, JSON and/or ATT&CK Navigator layers reporting on the changes between two versions of the STIX2 bundles representing the ATT&CK content. Run `diff_stix -h` for full usage instructions. | Further documentation can be found [here](https://github.com/mitre-attack/mitreattack-python/blob/master/mitreattack/diffStix/README.md).|
28+
| [navlayers](https://github.com/mitre-attack/mitreattack-python/tree/main/mitreattack/navlayers) | A collection of utilities for working with [ATT&CK Navigator](https://github.com/mitre-attack/attack-navigator) layers. Provides the ability to import, export, and manipulate layers. Layers can be read in from the filesystem or python dictionaries, combined and edited, and then exported to excel or SVG images. | Further documentation can be found [here](https://github.com/mitre-attack/mitreattack-python/blob/main/mitreattack/navlayers/README.md).|
29+
| [attackToExcel](https://github.com/mitre-attack/mitreattack-python/tree/main/mitreattack/attackToExcel) | A collection of utilities for converting [ATT&CK STIX data](https://github.com/mitre/cti) to Excel spreadsheets. It also provides access to [Pandas](https://pandas.pydata.org/) DataFrames representing the dataset for use in data analysis. | Further documentation can be found [here](https://github.com/mitre-attack/mitreattack-python/blob/main/mitreattack/attackToExcel/README.md).|
30+
| [collections](https://github.com/mitre-attack/mitreattack-python/tree/main/mitreattack/collections) | A set of utilities for working with [ATT&CK Collections and Collection Indexes](https://github.com/center-for-threat-informed-defense/attack-workbench-frontend/blob/main/docs/collections.md). Provides functionalities for converting and summarizing data in collections and collection indexes, as well as generating a collection from a raw stix bundle input. | Further documentation can be found [here](https://github.com/mitre-attack/mitreattack-python/blob/main/mitreattack/collections/README.md).|
31+
| [diffStix](https://github.com/mitre-attack/mitreattack-python/tree/main/mitreattack/diffStix) | Create markdown, HTML, JSON and/or ATT&CK Navigator layers reporting on the changes between two versions of the STIX2 bundles representing the ATT&CK content. Run `diff_stix -h` for full usage instructions. | Further documentation can be found [here](https://github.com/mitre-attack/mitreattack-python/blob/main/mitreattack/diffStix/README.md).|
3232

3333

3434
## Related MITRE Work
@@ -70,7 +70,7 @@ One-off scripts and code examples you can use as inspiration for how to work wit
7070
## Contributing
7171

7272
To contribute to this project, either through a bug report, feature request, or merge request,
73-
please see the [Contributors Guide](https://github.com/mitre-attack/mitreattack-python/blob/master/docs/CONTRIBUTING.md).
73+
please see the [Contributors Guide](https://github.com/mitre-attack/mitreattack-python/blob/main/docs/CONTRIBUTING.md).
7474

7575
## Notice
7676

docs/RELEASE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
In order to release a new version of mitreattack-python, follow the process outlined here:
44

5-
1. Verify that all changes desired in the next release are present in the `master` branch.
5+
1. Verify that all changes desired in the next release are present in the `main` branch.
66

77
- If this is for an ATT&CK release, make sure to update the `LATEST_VERSION` in `mitreattack/release_info.py`.
88

9-
2. Verify that all changes are documented in the CHANGELOG staged in the `master` branch.
9+
2. Verify that all changes are documented in the CHANGELOG staged in the `main` branch.
1010
3. Build the _mitreattack-python_ package from source and install it locally:
1111
1. [Optional] Activate a virtualenv. e.g., `source ./venv/bin/activate`
1212
2. Uninstall any older/previously installed versions of mitreattack-python: `pip uninstall mitreattack-python`
@@ -27,7 +27,7 @@ In order to release a new version of mitreattack-python, follow the process outl
2727
Update other fields in setup.py as necessary (used libraries, etc.)
2828
6. Commit any uncommitted changes.
2929
7. Tag the release:
30-
1. Tag the `master` branch with the version number - `git tag -a "vA.B.C" -m "mitreattack-python version A.B.C"`
30+
1. Tag the `main` branch with the version number - `git tag -a "vA.B.C" -m "mitreattack-python version A.B.C"`
3131
2. Push both the commit and the tag - `git push`/`git push --tags`
3232
8. Verify that the package uploaded correctly
3333
1. Check that GitHub Actions succeeded: <https://github.com/mitre-attack/mitreattack-python/actions>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
attackToExcel
22
==============================================
33

4-
A collection of utilities for converting `ATT&CK STIX data`_ to Excel spreadsheets.
5-
It also provides access to `Pandas`_ DataFrames representing the dataset for use in data analysis.
4+
A collection of utilities for converting `ATT&CK STIX data`_ to Excel spreadsheets.
5+
It also provides access to `Pandas`_ DataFrames representing the dataset for use in data analysis.
66

77
Further documentation can be found `here`_.
88

99
.. _ATT&CK STIX data: https://github.com/mitre/cti
1010
.. _Pandas: https://pandas.pydata.org/
11-
.. _here: https://github.com/mitre-attack/mitreattack-python/tree/master/mitreattack/attackToExcel
11+
.. _here: https://github.com/mitre-attack/mitreattack-python/tree/main/mitreattack/attackToExcel
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
collections
22
==============================================
33

4-
A set of utilities for working with `ATT&CK Collections and Collection Indexes`_.
5-
Provides functionalities for converting and summarizing data in collections and collection indexes,
4+
A set of utilities for working with `ATT&CK Collections and Collection Indexes`_.
5+
Provides functionalities for converting and summarizing data in collections and collection indexes,
66
as well as generating a collection from a raw stix bundle input.
77

88
Further documentation can be found `here`_.
99

10-
.. _ATT&CK Collections and Collection Indexes: https://github.com/center-for-threat-informed-defense/attack-workbench-frontend/blob/master/docs/collections.md
11-
.. _here: https://github.com/mitre-attack/mitreattack-python/tree/master/mitreattack/collections
10+
.. _ATT&CK Collections and Collection Indexes: https://github.com/center-for-threat-informed-defense/attack-workbench-frontend/blob/main/docs/collections.md
11+
.. _here: https://github.com/mitre-attack/mitreattack-python/tree/main/mitreattack/collections
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
diffStix
22
==============================================
3-
4-
Create markdown, HTML, JSON and/or ATT&CK Navigator layers reporting on the changes between two
5-
versions of the STIX2 bundles representing the ATT&CK content. Run 'diff_stix -h' for full usage
3+
4+
Create markdown, HTML, JSON and/or ATT&CK Navigator layers reporting on the changes between two
5+
versions of the STIX2 bundles representing the ATT&CK content. Run 'diff_stix -h' for full usage
66
instructions.
77

88
Further documentation can be found `here`_.
99

10-
.. _here: https://github.com/mitre-attack/mitreattack-python/tree/master/mitreattack/diffStix
10+
.. _here: https://github.com/mitre-attack/mitreattack-python/tree/main/mitreattack/diffStix
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
navlayers
22
==============================================
33

4-
A collection of utilities for working with `ATT&CK Navigator`_ layers.
5-
Provides the ability to import, export, and manipulate layers.
6-
Layers can be read in from the filesystem or python dictionaries, combined and edited,
4+
A collection of utilities for working with `ATT&CK Navigator`_ layers.
5+
Provides the ability to import, export, and manipulate layers.
6+
Layers can be read in from the filesystem or python dictionaries, combined and edited,
77
and then exported to excel or SVG images.
88

99
Further documentation can be found `here`_.
1010

1111
.. _ATT&CK Navigator: https://github.com/mitre-attack/attack-navigator
12-
.. _here: https://github.com/mitre-attack/mitreattack-python/tree/master/mitreattack/navlayers
12+
.. _here: https://github.com/mitre-attack/mitreattack-python/tree/main/mitreattack/navlayers

docs/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Contributing
33
To contribute to this project, either through a bug report, feature request, or merge request,
44
please see the `Contributors Guide`_.
55

6-
.. _Contributors Guide: https://github.com/mitre-attack/mitreattack-python/blob/master/docs/CONTRIBUTING.md
6+
.. _Contributors Guide: https://github.com/mitre-attack/mitreattack-python/blob/main/docs/CONTRIBUTING.md

0 commit comments

Comments
 (0)