Generated: {{ timestamp }}
Version: {{ version }}
Compliance Level: {{ summary.compliance_level }}
| Component | Version |
|---|---|
| Rust | {{ system_info.rust_version }} |
| Solana | {{ system_info.solana_version | default(value="Not installed") }} |
| OS | {{ system_info.os_info }} |
| Architecture | {{ system_info.architecture }} |
Description: {{ finding.description }}
Impact: {{ finding.impact }}
Recommendation: {{ finding.recommendation }}
{% if finding.cwe_id or finding.cvss_score %}{% if finding.cwe_id %}CWE ID: {{ finding.cwe_id }} {% endif %} {% if finding.cvss_score %}CVSS Score: {{ finding.cvss_score }}{% endif %}
{% endif %} {% if finding.code_location %}Code Location: {{ finding.code_location }}
References:
| Metric | Value |
|---|---|
| Total Findings | {{ statistics.total_findings }} |
| Findings with CWE | {{ statistics.findings_with_cwe }} |
| Findings with CVSS | {{ statistics.findings_with_cvss }} |
| Unique Categories | {{ statistics.unique_categories }} |
| Average CVSS Score | {{ "%.1f" | format(statistics.average_cvss_score) }} |
| Coverage Percentage | {{ "%.1f" | format(statistics.coverage_percentage) }}% |
Generated by OSVM Security Audit System
End of Report