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

fix: Guard against invalid req.user input #2512

Merged
merged 1 commit into from
Mar 25, 2020
Merged

fix: Guard against invalid req.user input #2512

merged 1 commit into from
Mar 25, 2020

Conversation

kamilogorek
Copy link
Contributor

@kamilogorek kamilogorek commented Mar 24, 2020

Fixes #2275

Lint issues are fixed here #2511

@kamilogorek kamilogorek requested a review from HazAT March 24, 2020 11:35
@kamilogorek kamilogorek merged commit 6793452 into master Mar 25, 2020
@kamilogorek kamilogorek deleted the user-guard branch March 25, 2020 13:16
@@ -13,6 +13,7 @@ export { Options } from './options';
export { Package } from './package';
export { Request } from './request';
export { Response } from './response';
export { Runtime } from './runtime';
Copy link
Contributor

Choose a reason for hiding this comment

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

Hmm, forgot to commit a file runtime.ts?

Builds are failing in this line => #2513 (comment)

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.

Cannot use 'in' operator to search for 'id' in 1
3 participants