center-for-threat-informed-defense / attack-powered-suit

ATT&CK Powered Suit is a browser extension that puts the complete MITRE ATT&CK® knowledge base at your fingertips with text search, context menus, and ATT&CK Navigator integration.
https://ctid.io/attack-powered-suit
Apache License 2.0
73 stars 12 forks source link

Add parent technique to search results (fixes #41) #47

Closed mehaase closed 9 months ago

mehaase commented 9 months ago

As discussed in the other PR for this issue (see #42), this implementation ensures the parent name is handled correctly with respect to highlighting and search result ranking.

codecov[bot] commented 9 months ago

Codecov Report

Attention: 7 lines in your changes are missing coverage. Please review.

Comparison is base (caa15bd) 63.24% compared to head (2ae5863) 62.75%.

Files Patch % Lines
src/SearchResults.svelte 0.00% 6 Missing :warning:
src/formats.js 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #47 +/- ## ========================================== - Coverage 63.24% 62.75% -0.50% ========================================== Files 19 19 Lines 740 749 +9 Branches 107 112 +5 ========================================== + Hits 468 470 +2 - Misses 272 279 +7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

jakewarren commented 9 months ago

thanks @mehaase!