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

657 datapackages endpoint bugs #659

Merged
merged 4 commits into from
Dec 21, 2023
Merged

Conversation

naman108
Copy link
Collaborator

@naman108 naman108 commented Dec 21, 2023

Tested internally, closing issue #657

@naman108 naman108 linked an issue Dec 21, 2023 that may be closed by this pull request
@naman108 naman108 merged commit 1393a37 into master Dec 21, 2023
4 of 6 checks passed
except Exception as e:
return {"message":"An error occurred accessing datapackage details."}, 500
return {"message": "An error occurred accessing datapackage details: "+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.
@naman108 naman108 deleted the 657-datapackages-endpoint-bugs branch December 29, 2023 14:58
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.

DataPackages endpoint bugs
1 participant