Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor/deploy table #181

Merged
merged 4 commits into from
Nov 16, 2023
Merged

Refactor/deploy table #181

merged 4 commits into from
Nov 16, 2023

Conversation

D10S0VSkY-OSS
Copy link
Owner

No description provided.

)
if response.get("status_code") == 200:
data = response.get("json").get("result").get("module").get("stdout")
return data

Check warning

Code scanning / CodeQL

Reflected server-side cross-site scripting Medium

Cross-site scripting vulnerability due to a
user-provided value
.
)
if response.get("status_code") == 200:
data = response.get("json").get("result")
return jsonify(data)

Check warning

Code scanning / CodeQL

Information exposure through an exception Medium

Stack trace information
flows to this location and may be exposed to an external user.
)
if response.get("status_code") == 200:
data = response.get("json").get("result").get("module").get("stdout")
return data

Check warning

Code scanning / CodeQL

Information exposure through an exception Medium

Stack trace information
flows to this location and may be exposed to an external user.
@D10S0VSkY-OSS D10S0VSkY-OSS merged commit 49bc107 into master Nov 16, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant