validation
Here are 3,051 public repositories matching this topic...
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Jul 17, 2020 - TypeScript
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Jul 17, 2020 - PHP
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Jul 13, 2020 - JavaScript
-
Updated
Jul 7, 2020 - Go
-
Updated
Jul 15, 2020 - PHP
-
Updated
Jul 12, 2020 - JavaScript
The fact that exclude takes dotted notation for nested fields, but unknown does not apply to nested fields, means that exclude doesn't work for nested fields in some common use cases unless the nested schema(s) have the desired Meta.unknown setting, and then they are not runtime-flexible, which is the great benefit of Schema and load taking exclude. Somewhat new to marshmallow so mayb
E.g.
check('email').isEmail().withMessage({
message: 'Not an email',
errorCode: ErrorCodes.NOT_EMAIL,
})To support express-validator/express-validator#667 (comment).
-
Updated
Jul 15, 2020 - TypeScript
With this vulnerability, an attacker can bypass any security checks enforced by class-validator.
When class-validator is used to validate user-input, the attributes in the user-input object will be transformed into the validation class instance.
However, the transforming procedure will overwrite the internal attribute of validation class instance (e.g., constructor attribute) if the attacke
type Item struct {
Bt int `valid:"range(1|100)"`
}
func main() {
t := Item{-1}
ok, err := govalidator.ValidateStruct(t)
fmt.Println(ok, err)
}
output:Bt: Validator range(1|100) doesn't support kind int;
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Jul 17, 2020 - Swift
-
Updated
Jul 16, 2020 - Python
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Jul 16, 2020 - TypeScript
-
Updated
Jun 6, 2020 - TypeScript
-
Updated
Apr 25, 2020 - Python
-
Updated
Jul 13, 2020 - PHP
-
Updated
Jul 17, 2020 - Makefile
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Jul 10, 2020 - JavaScript
-
Updated
May 28, 2020 - Go
-
Updated
Jun 12, 2020 - Swift
-
Updated
Jul 2, 2020 - PHP
Improve this page
Add a description, image, and links to the validation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the validation topic, visit your repo's landing page and select "manage topics."
e.g.
isPassportNumber, etc.