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

Subgraph and deploy #20

Merged
merged 22 commits into from
Mar 15, 2024
Merged

Subgraph and deploy #20

merged 22 commits into from
Mar 15, 2024

Conversation

Corantin
Copy link
Collaborator

@Corantin Corantin commented Feb 4, 2024

Description

Concise description of proposed changes, We recommend using screenshots and videos for better description

Additional Information

Related Issues

Closes #{issue number}

Note: If your changes are small and straightforward, you may skip the creation of an issue beforehand and remove this section. However, for medium-to-large changes, it is recommended to have an open issue for discussion and approval prior to submitting a pull request.

Your ENS/address:

Copy link

codesandbox bot commented Feb 4, 2024

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Copy link

vercel bot commented Feb 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
deedprotocol ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 15, 2024 5:34am

@Corantin Corantin changed the base branch from main to dev March 7, 2024 19:59
const stream = fs.createReadStream(metadata.filepath);
const fileInfo = files.file![0];

const stream = fs.createReadStream(fileInfo.filepath);

Check failure

Code scanning / CodeQL

Uncontrolled data used in path expression High

This path depends on a
user-provided value
.
fileId: response,
timestamp: new Date(),
});
}
fs.unlinkSync(metadata.filepath);
fs.unlinkSync(fileInfo.filepath);

Check failure

Code scanning / CodeQL

Uncontrolled data used in path expression High

This path depends on a
user-provided value
.
Comment on lines +24 to +26
const resp = await fetch(
`https://api.mapbox.com/geocoding/v5/mapbox.places/${search}.json?proximity=ip&access_token=${mapboxToken}`,
);

Check failure

Code scanning / CodeQL

Server-side request forgery Critical

The
URL
of this request depends on a
user-provided value
.
@KyngKai909 KyngKai909 merged commit 20b72cb into dev Mar 15, 2024
4 of 7 checks passed
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