You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create and upgrade do not interrupt the connection, but I find that when the analyze command occurs, Flask will respond as normal but the client never receives the response. Leading me to believe something within the analyze command is silently interrupting the connection.
The python code I'm using uses the Python code found in the official CodeQL Docker container. Here is the code I'm running within the request:
I have extended the official CodeQL container to run CodeQL analysis during a Python Flask HTTP request.
Throughout the request, three codeql CLI commands are executed:
create and upgrade do not interrupt the connection, but I find that when the analyze command occurs, Flask will respond as normal but the client never receives the response. Leading me to believe something within the analyze command is silently interrupting the connection.
The python code I'm using uses the Python code found in the official CodeQL Docker container. Here is the code I'm running within the request:
Any help would be appreciated!
The text was updated successfully, but these errors were encountered: