mitre-attack / mitre-attack/mitreattack-python
[Bug]
@jondricek is already working on this.
Since Dec 6, 2023.
- Dominant language
- HTML
- Stars
- 743
- Forks
- 176
- PR merge metrics
- No merged PRs in 30d
Description
Expected Behavior & Actual Behavior
When inspecting data components using the 'get_datacomponents_detecting_technique' function, the count appears to be different from the number of websites. For example, when the technique is 'unsecured credentials,' I expect the detection count to be 6 (as observed on the website), but it shows only 3.
Steps to Reproduce the Problem
- Count the number of x_mitre_data_sources.
- Count the number after using get_datacomponents_detecting_technique().
While the count from step 1 always matches the number of webpages, the count from step 2 is consistently less. I am unsure if this is due to a lack of understanding on my part or if there is an issue with the function. Therefore, I am creating this issue for clarification.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.