Skip to content

Instantly share code, notes, and snippets.

@fproulx-boostsecurity
Last active March 11, 2021 20:20
Show Gist options
  • Save fproulx-boostsecurity/6948365081f9d2441d85133ced124c49 to your computer and use it in GitHub Desktop.
Save fproulx-boostsecurity/6948365081f9d2441d85133ced124c49 to your computer and use it in GitHub Desktop.
{
"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