You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When uploading to code scanning - cannot generate fingerprint as it maps to invalid line 0
{
"path": [
"runs",
0,
"results",
0,
"locations",
0,
"physicalLocation",
"region",
"startLine"
],
"property": "instance.runs[0].results[0].locations[0].physicalLocation.region.startLine",
"message": "must be greater than or equal to 1",
"schema": {
"description": "The line number of the first character in the region.",
"type": "integer",
"minimum": 1
},
"instance": 0,
"name": "minimum",
"argument": 1,
"stack": "instance.runs[0].results[0].locations[0].physicalLocation.region.startLine must be greater than or equal to 1"
}
Though - the source-map-visualization tool appears to map it OK
Test repo:https://github.com/vulna-felickz/coffeescript-test
To transpile to js and generate map:
Error
Outputs
When uploading to code scanning - cannot generate fingerprint as it maps to invalid line 0
Though - the source-map-visualization tool appears to map it OK
JS-Map.zip
The text was updated successfully, but these errors were encountered: