-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Description
As per the title, e.g.:
{
"dependencyGraphs": {
"C:\\src\\my project\\my project.csproj": {
...
}
},
"componentsFound": [
{
"locationsFoundAt": [
"/my%20project/my%20project.csproj"
],
...
}
]
}This behaviour means that paths including spaces are mangled. This affects downstream uses like https://github.com/advanced-security/component-detection-dependency-submission-action - because the paths are different between "dependencyGraphs" and "componentsFound", it fails to link them, and I get a bunch of warnings like
Warning: No dependency graph entry found for manifest location: my%20project/my%20project.csprojI have identified where this URL-encoding is being applied, and have a fix that I will push soon.
Metadata
Metadata
Assignees
Labels
No labels