Spaces:
Running
Running
Update templates/result.html
Browse files- templates/result.html +1 -1
templates/result.html
CHANGED
@@ -664,7 +664,7 @@
|
|
664 |
{% if completeness_score.validation_penalty %}
|
665 |
<div class="validation-penalty-info">
|
666 |
<h4>About the Validation Penalty</h4>
|
667 |
-
<p>Your score includes a penalty because the
|
668 |
<p><strong>How to fix this:</strong> Look at the "Fix Validation Issues" section in the recommendations below. Fixing these issues will remove the penalty and improve your overall score.</p>
|
669 |
</div>
|
670 |
{% endif %}
|
|
|
664 |
{% if completeness_score.validation_penalty %}
|
665 |
<div class="validation-penalty-info">
|
666 |
<h4>About the Validation Penalty</h4>
|
667 |
+
<p>Your score includes a penalty because the AI SBOM has schema validation issues. These are structural problems that don't comply with the CycloneDX specification requirements.</p>
|
668 |
<p><strong>How to fix this:</strong> Look at the "Fix Validation Issues" section in the recommendations below. Fixing these issues will remove the penalty and improve your overall score.</p>
|
669 |
</div>
|
670 |
{% endif %}
|