As a user of the ATT&CK website, I want to see all relationships on the Techniques Used tables. Currently, on some mitigation pages, there are techniques that have a relationship with the mitigation but it does not show up on the Techniques Addressed by Mitigation table. For example, the https://attack.mitre.org/beta/techniques/T1427/ technique has mitigations with empty descriptions but the mitigation page does not link the technique under the Techniques Addressed by Mitigation table.
To fix this issue we must address this case on the techniques_used.html macro. This case is not taken into consideration since an empty description is incorrectly used an indicator that there are sub-techniques with descriptions instead. This case should be added when the parent technique does not have a description and does not have sub-techniques.
As a user of the ATT&CK website, I want to see all relationships on the Techniques Used tables. Currently, on some mitigation pages, there are techniques that have a relationship with the mitigation but it does not show up on the Techniques Addressed by Mitigation table. For example, the https://attack.mitre.org/beta/techniques/T1427/ technique has mitigations with empty descriptions but the mitigation page does not link the technique under the Techniques Addressed by Mitigation table.
To fix this issue we must address this case on the
techniques_used.htmlmacro. This case is not taken into consideration since an empty description is incorrectly used an indicator that there are sub-techniques with descriptions instead. This case should be added when the parent technique does not have a description and does not have sub-techniques.