sonatype-nexus-community / cargo-pants

Apache License 2.0
28 stars 9 forks source link

Vunerability title displays in an HTML encoded form #54

Closed amy-keibler closed 1 year ago

amy-keibler commented 3 years ago

A vulnerability's title appears to be HTML encoded.

Reproduction Steps

  1. Install the latest cargo-pants (cargo install cargo-pants)
  2. Clone the git repository for this project (git clone git@github.com:sonatype-nexus-community/cargo-pants.git && cd cargo-pants/
  3. Check out the version mentioned in issue #53 (git checkout 0.1.26)
  4. Run cargo-pants on the repository (cargo pants)
  5. Observe the vulnerability title for lock_api displayed as lock_api

Questions

bhamail commented 1 year ago

I started digging into this, and I'm pretty sure the issue is fixed (couldn't reproduce the html encoded title). Please holler if this is still an issue.

While digging, I did find another boog: https://github.com/sonatype-nexus-community/cargo-pants/issues/69

bhamail commented 1 year ago

I believe this was fixe by prior commits. Please reopen if needed.