-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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
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
user-provided value
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
URL
user-provided value
ba6e96f
to
59eff6c
Compare
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: