advanced-security / remap-sarif

Remap a SARIF file with sourcemaps
MIT License
3 stars 5 forks source link

Use pathlib to fix path issues #4

Closed aegilops closed 11 months ago

aegilops commented 11 months ago

Used pathlib to fix the path issues.

Paths were resolved wrongly in several places.

Consistent use of pathlib fixes these issues.