Skip to content

Commit 6b02c58

Browse files
authored
Merge pull request #213 from mitre-attack/fix/#207-contribute-beta
updated contribute page with new "contribution update" card
2 parents baaa2c7 + c68c0fb commit 6b02c58

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
## ATT&CK Website version 2.1.2
3535
### Improvements
3636
- Added links to ATT&CK Navigator layers for the July 2020 release. See issues [attack-website#208](https://github.com/mitre-attack/attack-website/issues/208), and [attack-navigator#194](https://github.com/mitre-attack/attack-navigator/issues/194).
37+
- Updated contribute page. See issue [#207](https://github.com/mitre-attack/attack-website/issues/207).
3738
### Fixes
3839
- Corrected the end date of v6 in the [preserved version](https://attack.mitre.org/versions/v6/), on the [Versions of ATT&CK page](https://attack.mitre.org/resources/versions/), and [v6 release notes](https://attack.mitre.org/resources/updates/updates-october-2019/index.html). See issue [#204](https://github.com/mitre-attack/attack-website/issues/204).
3940
- Removed links to the `/beta/` website from the changelog and March 2020 release notes. See issue [#205](https://github.com/mitre-attack/attack-website/issues/205).

attack-theme/templates/resources/contribute.html

+7-10
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,19 @@
1616

1717
<div class="card mb-4 danger-card">
1818
<div class="card-header">
19-
<h5 class="mb-0">April 2020 Contribution Update</h5>
19+
<h5 class="mb-0">July 2020 Contribution Update</h5>
2020
</div>
2121
<div class="card-body">
2222
<!-- <div class="card-title">
2323
</div> -->
2424
<p class="card-text">
25-
We recently released a beta version of <a href="https://attack.mitre.org/beta/">ATT&CK with sub-techniques</a>
26-
and published <a href="https://medium.com/mitre-attack/attack-subs-what-you-need-to-know-99bce414ae0b">a blog post</a>
27-
describing the resulting changes. We haven’t been adding technique, group, or software contributions while we were
28-
implementing sub-techniques, resulting in a decent sized backlog since the last update in October 2019.
29-
We will be working through that backlog now and are accepting contributions again for techniques, groups and software.
30-
As stated in our blog post, <b>any new content in ATT&CK will only be added to the sub-technique version.</b> If you are contributing techniques we'd ask
31-
that you look if the behavior might be an appropriate sub-technique <a href="https://attack.mitre.org/beta/techniques/enterprise/">
25+
We recently released an update to Enterprise ATT&CK implementing sub-techniques
26+
and published <a href="https://medium.com/mitre-attack/attack-with-sub-techniques-is-now-just-attack-8fc20997d8de">a blog post</a>
27+
describing the resulting changes.
28+
As stated in our blog post, <b>any new content in Enterprise ATT&CK will only be added to the current (sub-technique) version.</b> If you are contributing techniques we'd ask
29+
that you consider if the behavior might be an appropriate sub-technique <a href="https://attack.mitre.org/techniques/enterprise/">
3230
of an existing technique</a>. If you are contributing groups
33-
or software entries, we’d ask you to leverage <a href="https://attack.mitre.org/beta/">the sub-technique version of ATT&CK</a>.
34-
New contributions will next be reflected when ATT&CK with sub-techniques goes live, currently slated for early July.
31+
or software entries, we'd ask you to leverage <a href="https://attack.mitre.org/">the latest version of ATT&CK</a>.
3532
</p>
3633
</div>
3734
</div>

0 commit comments

Comments
 (0)