Last active
March 11, 2021 20:20
-
-
Save fproulx-boostsecurity/6948365081f9d2441d85133ced124c49 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": [{ | |
"injection": { | |
"findings": [{ | |
"location": "github.com/myorg/a/aaa.py", | |
"startLineNumber": "1", | |
"endLineNumber": "2", | |
"type": "sql-injection" | |
}, | |
{ | |
"location": "github.com/myorg/a/bbb.py", | |
"startLineNumber": "2", | |
"endLineNumber": "2", | |
"type": "sql-injection" | |
}, | |
{ | |
"location": "github.com/myorg/a/ccc.py", | |
"startLineNumber": "3", | |
"endLineNumber": "2", | |
"type": "sql-injection" | |
}, | |
{ | |
"location": "githu.com/myorg/a/file.py", | |
"startLineNumber": "5", | |
"endLineNumber": "10", | |
"type": "command-injection" | |
} | |
] | |
}, | |
"bad-crypto": { | |
"findings": [{ | |
"location": "github.com/myorg/a/file.py", | |
"startLineNumber": "1", | |
"endLineNumber": "2", | |
"type": "weak-crypto" | |
}, | |
{ | |
"location": "github.com/myorg/c/file.py", | |
"startLineNumber": "1", | |
"endLineNumber": "5", | |
"type": "weak-crypto-2" | |
} | |
] | |
} | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment