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

Merge Development with Production #36

Merged
merged 90 commits into from
May 6, 2024
Merged

Merge Development with Production #36

merged 90 commits into from
May 6, 2024

Conversation

liminalfever
Copy link
Contributor

No description provided.

Giulio Massacci and others added 30 commits December 28, 2023 15:43
- inserimento commento lista nuovi endpoint
- bugfix stringa di log
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
flows to this location and may be exposed to an external user.
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
flows to this location and may be exposed to an external user.
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

Stack trace information
flows to this location and may be exposed to an external user.
@giulio-massacci giulio-massacci self-requested a review May 6, 2024 12:34
@giulio-massacci giulio-massacci merged commit 6a7b6e1 into main May 6, 2024
3 checks passed
@giulio-massacci giulio-massacci deleted the GM-working branch May 6, 2024 12:35
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.

3 participants