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

Filterlinks issues #422

Merged
merged 2 commits into from
Feb 15, 2024
Merged

Filterlinks issues #422

merged 2 commits into from
Feb 15, 2024

Conversation

hichri-louay
Copy link
Contributor

No description provided.

@hichri-louay hichri-louay merged commit 39dea56 into develop Feb 15, 2024
2 checks passed
@hichri-louay hichri-louay deleted the filterlinks-issues branch February 15, 2024 17:37
var count =
req.query.state === 'owner'
? (await CampaignLink.find(
{ id_campaign: query.id_campaign },

Check failure

Code scanning / CodeQL

Database query built from user-controlled sources High

This query object depends on a
user-provided value
.
{ type: { $exists: 0 } }
).countDocuments()) || 0
: (await CampaignLink.find(
{ id_wallet: accountData },

Check failure

Code scanning / CodeQL

Database query built from user-controlled sources High

This query object depends on a
user-provided value
.
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