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

Dev #4

Merged
merged 7 commits into from
Aug 25, 2023
Merged

Dev #4

merged 7 commits into from
Aug 25, 2023

Conversation

Gyarbij
Copy link

@Gyarbij Gyarbij commented Aug 25, 2023

No description provided.

@Gyarbij Gyarbij merged commit 25fcfb9 into main Aug 25, 2023
1 check passed
qobuz.handle_url(url)
except Exception as e:
logging.error("An error occurred: " + str(e))
return jsonify(status='error', message=str(e)), 500

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.
email = session.get('email', '')
download_location = session.get('download_location', '')
quality = session.get('quality', 7)

return render_template('index.html', email=email, download_location=download_location, quality=quality)

if __name__ == '__main__':
app.run(host='0.0.0.0', debug=True)
app.run(host='0.0.0.0', debug=True)

Check failure

Code scanning / CodeQL

Flask app is run in debug mode High

A Flask app appears to be run in debug mode. This may allow an attacker to run arbitrary code through the debugger.
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