Commit adc7a0f
committed
fix: normalize module aliases both ways when deduping tabs
- FFUF appeared twice because dataset kind is 'ffuf' but module
normalizes to 'ffuf-fuzzing' — the direct string check missed it.
- Now coveredDatasetKinds includes both the original kind AND its
normalized form (via normalizeModuleKey), plus the reverse check
when filtering module names.1 parent 79cba19 commit adc7a0f
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
536 | 536 | | |
537 | 537 | | |
538 | 538 | | |
| 539 | + | |
| 540 | + | |
539 | 541 | | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
540 | 546 | | |
541 | 547 | | |
542 | 548 | | |
543 | 549 | | |
| 550 | + | |
544 | 551 | | |
545 | 552 | | |
546 | 553 | | |
| |||
0 commit comments