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

Crypto transaction validations for creations #335

Merged
merged 11 commits into from
Mar 11, 2023

Conversation

huzaifa-99
Copy link
Contributor

@huzaifa-99 huzaifa-99 commented Mar 11, 2023

Implemented #273 for creations

@huzaifa-99 huzaifa-99 self-assigned this Mar 11, 2023
@netlify
Copy link

netlify bot commented Mar 11, 2023

Deploy Preview for pocre canceled.

Name Link
🔨 Latest commit ebac234
🔍 Latest deploy log https://app.netlify.com/sites/pocre/deploys/640ca8388302ab0007b41999

Comment on lines +75 to +79
const response = await got.get(`${config.blockfrost.base_api_url}/${endpoint}`, {
headers: {
project_id: config.blockfrost.project_id,
},
});

Check failure

Code scanning / CodeQL

Server-side request forgery

The [URL](1) of this request depends on a [user-provided value](2).
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a valid alert, as the end user has no direct access to this method

@huzaifa-99 huzaifa-99 changed the title [WIP] Crypto transaction validations Crypto transaction validations for creations Mar 11, 2023
@huzaifa-99 huzaifa-99 merged commit 7fd7e76 into main Mar 11, 2023
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