DependencyTrack / dependency-track

Dependency-Track is an intelligent Component Analysis platform that allows organizations to identify and reduce risk in the software supply chain.
https://dependencytrack.org/
Apache License 2.0
2.43k stars 529 forks source link

Backport: Fix BOM validation failing when URL contains encoded `[` and `]` characters #3866

Closed nscuro closed 1 week ago

nscuro commented 1 week ago

Description

Fixes BOM validation failing when URL contains encoded [ and ] characters.

Addressed Issue

Fixes #3831 Backports #3865

Additional Details

N/A

Checklist

codacy-production[bot] commented 1 week ago

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
:white_check_mark: +0.08% (target: -1.00%) :white_check_mark: (target: 70.00%)
Coverage variation details | | Coverable lines | Covered lines | Coverage | | ------------- | ------------- | ------------- | ------------- | | Common ancestor commit (93a32e127adabd571631b199382306bac90e1e2c) | 22079 | 16809 | 76.13% | | | Head commit (5567233ba3babb78b27bd3149f1193741ad5a743) | 22060 (-19) | 16812 (+3) | 76.21% (**+0.08%**) | **Coverage variation** is the difference between the coverage for the head and common ancestor commits of the pull request branch: ` - `
Diff coverage details | | Coverable lines | Covered lines | Diff coverage | | ------------- | ------------- | ------------- | ------------- | | Pull request (#3866) | 0 | 0 | **∅ (not applicable)** | **Diff coverage** is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: `/ * 100%`

See your quality gate settings    Change summary preferences


:rocket: Don’t miss a bit, follow what’s new on Codacy.

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more