This repository was archived by the owner on Jan 19, 2023. It is now read-only.
This repository was archived by the owner on Jan 19, 2023. It is now read-only.
Incorrect flagging SQL injection in DeveloperForce, a web client library #298
Open
Description
Vulnerability URL
Provide the URL to the vulnerability. For example:
https://ossindex.sonatype.org/vulnerability/sonatype-2016-0594
Component URL
Provide the URL to the component. For example:
https://ossindex.sonatype.org/component/pkg:nuget/[email protected]
Description
The flagged pull request in the vulnerability report does show a sql-like string being formatted. But that string is consumed as an API query parameter in calling salesforce. So the outcome would more likely be a mangled query.
Looks like a false positive.