center-for-threat-informed-defense / tram

TRAM is an open-source platform designed to advance research into automating the mapping of cyber threat intelligence reports to MITRE ATT&CK®.
https://ctid.mitre-engenuity.org/our-work/tram/
Apache License 2.0
422 stars 90 forks source link

ATTENTION: Renamed Default Branch #179

Closed mehaase closed 4 months ago

mehaase commented 2 years ago

The default branch in this repository has been renamed from master to main for consistency with other projects in the Center for Threat-Informed Defense. If you have an existing clone with a master branch, you can either delete and re-clone, or else run the following commands:

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
mehaase commented 4 months ago

It's been almost 2 years now, it's safe to close this notice.