Description
In the README, the Malware Family Analysis Report Showcase table provides a View link for each family. All of these links are currently broken.
Steps to Reproduce
- Open
README.md and locate the malware family table.
- Click any
View link, e.g. DroidKungFu:
https://quark-engine.readthedocs.io/en/latest/quark_rules.html#new-quark-rules-for-droidkungfu
- The page does not load the expected content.
Root Cause
The links target quark_rules.html, but no such page exists in the documentation. The family report content lives in docs/source/malware_report.rst, which builds to malware_report.html. As a result, every View link resolves to a non-existent page.
Expected
Each View link opens the corresponding family section in the published documentation.
Suggested Fix
- Update the README links from
quark_rules.html#... to the correct page (malware_report.html#<anchor>).
- Verify each anchor matches the actual section heading. Note: the headings for
Brata, Cerberus, SuperCardX, and NGate use a different naming pattern, so their anchors will not match new-quark-rules-for-<family> until the heading inconsistency is resolved (tracked separately).
Description
In the README, the Malware Family Analysis Report Showcase table provides a
Viewlink for each family. All of these links are currently broken.Steps to Reproduce
README.mdand locate the malware family table.Viewlink, e.g. DroidKungFu:https://quark-engine.readthedocs.io/en/latest/quark_rules.html#new-quark-rules-for-droidkungfuRoot Cause
The links target
quark_rules.html, but no such page exists in the documentation. The family report content lives indocs/source/malware_report.rst, which builds tomalware_report.html. As a result, everyViewlink resolves to a non-existent page.Expected
Each
Viewlink opens the corresponding family section in the published documentation.Suggested Fix
quark_rules.html#...to the correct page (malware_report.html#<anchor>).Brata,Cerberus,SuperCardX, andNGateuse a different naming pattern, so their anchors will not matchnew-quark-rules-for-<family>until the heading inconsistency is resolved (tracked separately).