A repository to host interactive HTML pages for CVE vulnerability analysis, providing CPE (Common Platform Enumeration) applicability statement generation tools. These pages are automatically generated by Hashmire/Analysis_Tools and hosted via GitHub Pages.
Base URL: https://hashmire.github.io/cpeApplicabilityGeneratorPages/
To access a specific CVE analysis page, use the following URL pattern:
https://hashmire.github.io/cpeApplicabilityGeneratorPages/generated_pages/[CVE-ID].html
Examples:
https://hashmire.github.io/cpeApplicabilityGeneratorPages/generated_pages/CVE-YYYY-NNNNN.htmlβββ generated_pages/ # HTML files for individual CVE analyses
β βββ CVE-YYYY-NNNNN.html # Interactive CVE analysis pages
β βββ ... # (Generated based on available CVE data)
βββ static/ # Static assets (CSS & JavaScript)
β βββ css/
β β βββ styles.css # Main stylesheet
β βββ js/ # JavaScript modules
β βββ badge_modal_system.js
β βββ completion_tracker.js
β βββ cpe_json_handler.js
β βββ custom_cpe_builder.js
β βββ modular_rules.js
β βββ provenance_assistance.js
β βββ selection_manager.js
β βββ timestamp_handler.js
β βββ ui_controller.js
βββ README.md # This file
Each generated CVE page includes:
generated_pages/ directory in this repositoryEach CVE page provides:
This repository hosts generated content. For issues or feature requests related to:
Quick Start Example:
# Access a CVE analysis page (replace with actual CVE ID)
curl -I https://hashmire.github.io/cpeApplicabilityGeneratorPages/generated_pages/CVE-YYYY-NNNNN.html
# Or simply visit in your browser:
# https://hashmire.github.io/cpeApplicabilityGeneratorPages/generated_pages/CVE-YYYY-NNNNN.html