Open nerrorsec opened 2 months ago
The description of CVE-2024-8366 contains <script>alert(1)</script> which gets executed when CVE summary is viewed. This PR prevents the payloads in description from being executed by escaping the description.
<script>alert(1)</script>
The description of CVE-2024-8366 contains
<script>alert(1)</script>
which gets executed when CVE summary is viewed. This PR prevents the payloads in description from being executed by escaping the description.