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

Bump Main to Dev #19

Merged
merged 24 commits into from
Jun 8, 2023
Merged

Bump Main to Dev #19

merged 24 commits into from
Jun 8, 2023

Conversation

stanleyowen
Copy link
Owner

No description provided.

.putMany(data.slice(0, 25))
.then(async (res) => {
// send the second request if the length of data is larger than 25
if (data.length > 25) {

Check failure

Code scanning / CodeQL

Type confusion through parameter tampering

Potential type confusion as [this HTTP request parameter](1) may be either an array or a string.
// send the second request if the length of data is larger than 25
if (data.length > 25) {
let res = {};
data.slice(25).forEach((item) => {

Check failure

Code scanning / CodeQL

Type confusion through parameter tampering

Potential type confusion as [this HTTP request parameter](1) may be either an array or a string.
@netlify
Copy link

netlify bot commented Jun 8, 2023

Deploy Preview for edelweiss-bot canceled.

Name Link
🔨 Latest commit dc3cfc9
🔍 Latest deploy log https://app.netlify.com/sites/edelweiss-bot/deploys/648203e3b210e80008932e0e

@stanleyowen stanleyowen merged commit b75f89e into dev Jun 8, 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