-
# v3.0 features
## Update logs
- 10/18/2016 (Last Update)
- 10/01/2016
- 08/19/2016
- 07/18/2016
- 07/13/2016
- 07/04/2016
- 07/04/2016
## Validation Result
- [x] top level validation properties
- […
-
I would like to reopen this issue:
https://github.com/typestack/class-validator/issues/46
It's a feature I would like. Would a PR be accepted?
```
validate(user, {
validateProperties: […
-
In [bouncer/src/bouncer/validators.cljx](https://github.com/leonardoborges/bouncer/blob/master/src/bouncer/validators.cljx) the email validation uses the following regex:
`#"^[^@]+@[^@\\.]+[\\.].+…
-
The involvements section https://docs.oasis-open.org/csaf/csaf/v2.0/csaf-v2.0.html#3237-vulnerabilities-property---involvements seems unclear to me about how you would identify the name of the vendo…
-
Interesting content:
- https://www.sdxcentral.com/articles/press-release/valkey-emerges-as-leading-open-source-alternative-to-redis-after-relicensing-row/2024/09/
No public feed, from {1}:
> RSS …
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
`pydantic.Field` function does not accept `Decimal` as `multiple_of` parameter. However passing `Decimal` value works f…
-
The AMP4EMAIL format currently allows the `` tag to be in ``. However, this has no effect on emails, since they use a different mechanism to specify the subject and the title is never surfaced to the …
-
There are currently no checks on the new user form. The following checks need to be made:
* Password needs to have a capital letter and a number
* Password must be entered twice to verify its accu…
-
Currently url and email are checked by validator.js before allowing the form to be submitted by disabling the submit button when a value doesn't pass. If both are wrong, and one gets fixed, the button…
-
Provide a method to use async ajax in custom validation rules!