Skip to content

Inquire about the implementation details of python/cwe-502 in Codeql #16891

Closed Answered by RasmusWL
fe1w0 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @fe1w0, if you open the file in VS Code with the CodeQL extension installed, you can simply ctrl+click Source to see the definition 😊

This takes you to the following piece of code:

/**
* A data flow source for "code execution from deserialization" vulnerabilities.
*/
abstract class Source extends DataFlow::Node { }
/**
* A data flow sink for "code execution from deserialization" vulnerabilities.
*/
abstract class Sink extends DataFlow::Node { }
/**
* A sanitizer for "code execution from deserializa…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@fe1w0
Comment options

Answer selected by fe1w0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants