devtron icon indicating copy to clipboard operation
devtron copied to clipboard

Bug: Unable to parse special character in CVE's Current Version or Fixed in Version

Open tayalrishabh96 opened this issue 5 months ago • 0 comments

📜 Description

It bugs out parsing "+" character in CVE's current version and fixed in version.

👟 Reproduction steps

  1. Scan any image nginx:1.21.6 using Trivy.
  2. Go to scanned results in security tab and look/search for &#43
  3. "+" character is being replaced by &#43
image

👍 Expected behavior

we should correctly parse special characters as well.

👎 Actual Behavior

we modify "+" with "&#43"

☸ Kubernetes version

NA

Cloud provider

NA

🌍 Browser

Chrome

🧱 Your Environment

NA

✅ Proposed Solution

NA

👀 Have you spent some time to check if this issue has been raised before?

  • [X] I checked and didn't find any similar issue

🏢 Have you read the Code of Conduct?

AB#8098

tayalrishabh96 avatar Jan 17 '24 11:01 tayalrishabh96