-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge Development with Production #36
Conversation
- inserimento commento lista nuovi endpoint - bugfix stringa di log
…ione struttura directory
…ancio delle url con il file params.py
… into working-GM
… into GM-working
… into working-GM
data_type=dataType, | ||
tipo_var=tipovar | ||
) | ||
response = Response(response=result, status=200, mimetype="application/json") |
Check warning
Code scanning / CodeQL
Information exposure through an exception Medium
Stack trace information
tipovar = request.args.get('tipovar') # cambiare da tipovar a vartype | ||
|
||
resp = itsa(COMEXT_IMP, COMEXT_EXP, flow, var, country, partner, dataType, tipovar) | ||
response = jsonify(resp) |
Check warning
Code scanning / CodeQL
Information exposure through an exception Medium
Stack trace information
tipovar = request.args.get('tipovar') # cambiare da tipovar a vartype | ||
|
||
resp = ts(flow, var, country, partner, dataType, tipovar) | ||
response = jsonify(resp) |
Check warning
Code scanning / CodeQL
Information exposure through an exception Medium
No description provided.