Broken citations are passing our tests on https://attack.mitre.org/techniques/T1530/. This is because the broken citations on that page have no space after Citation:, which therefore means our test regex doesn't catch them. We need to fix the tests as well as the citations.
Broken citations are passing our tests on https://attack.mitre.org/techniques/T1530/. This is because the broken citations on that page have no space after
Citation:, which therefore means our test regex doesn't catch them. We need to fix the tests as well as the citations.