mohammadmn82 / mohammad

Surevy
Apache License 2.0
1 stars 0 forks source link

https://www.esri.com/en-us/contact#t=3 #2

Open mohammadmn82 opened 7 months ago

mohammadmn82 commented 7 months ago

https://github.com/users/mohammadmn82/projects/1/views/1?pane=issue&itemId=45212668

mohammadmn82 commented 7 months ago

https://github.com/openlayers/openlayers/blob/v8.2.0/src/ol/geom/Geometry.js#L306

mohammadmn82 commented 7 months ago

{ "$schema": "https://json.schemastore.org/sarif-2.1.0.json", "version": "2.1.0", "runs": [ { "tool": { "driver": { "name": "Tool Name", "rules": [ { "id": "R01" ... "properties" : { "id" : "java/unsafe-deserialization", "kind" : "path-problem", "name" : "...", "problem.severity" : "error", "security-severity" : "9.8", } } ] } }, "results": [ { "ruleId": "R01", "message": { "text": "Result text. This result does not have a rule associated." }, "locations": [iran { "physicalLocation": { "artifactLocation": { "uri": "fileURI" }, "region": { "startLine": 2, "startColumn": 7, "endColumn": 10 } } } ], "partialFingerprints": { "primaryLocationLineHash": "39fa2ee980eb94b0:1" } } ] } ] }

mohammadmn82 commented 7 months ago

https://www.esri.com/en-us/contact#t=3{ "$schema": "https://json.schemastore.org/sarif-2.1.0.json", "version": "2.1.0", "runs": [ { "tool": { "driver": { "name": "Tool Name", "rules": [ { "id": "R01" ... "properties" : { "id" : "java/unsafe-deserialization", "kind" : "path-problem", "name" : "...", "problem.severity" : "error", "security-severity" : "9.8", } } ] } }, "results": [ { "ruleId": "R01", "message": { "text": "Result text. This result does not have a rule associated." }, "locations": [ { "physicalLocation": { "artifactLocation": { "uri": "fileURI" }, "region": { "startLine": 2, "startColumn": 7, "endColumn": 10 } } } ], "partialFingerprints": { "primaryLocationLineHash": "39fa2ee980eb94b0:1" } } ] } ] }

mohammadmn82 commented 7 months ago

https://github.com/openlayers/openlayers/blob/v8.2.0/src/ol/geom/Geometry.js#L306