-
## CVE-2020-10693 - Medium Severity Vulnerability
Vulnerable Library - hibernate-validator-5.4.3.Final.jar
Hibernate's Bean Validation (JSR-303) reference implementation.
Library home page: http://h…
-
While we know Number is working, we should ensure the other base validation classes are working as intended.
-
**GBIF inconsistent with the validator - Recorded date mismatch**
I ran this dataset (https://www.gbif.org/dataset/949cff8a-d15c-4213-86f4-3804e8f5fea8) through the validator: https://www.gbif.org/to…
-
### What steps will reproduce the problem?
Invalid date like **29-02-2017** is not validate
```
public function rules()
{
return [
[['date_of_birth'], 'filter', 'skipOnEmpty' =>…
-
## CVE-2020-10693 - Medium Severity Vulnerability
Vulnerable Library - hibernate-validator-6.0.16.Final.jar
Hibernate's Bean Validation (JSR-380) reference implementation.
Library home page: http://…
-
Could also add a validator to make sure version number is #.#.
"version": "2022.1",
"start_date": "2020-06-22",
"end_date": "2022-08-23",
"description": "Initial release"…
kelle updated
2 months ago
-
The date validator doesn't work correctly in FF4 and IE9 (no others tested except Chrome, which works)
See:
http://jsfiddle.net/LgJsN/1809/
Entering 31/31/2009 results in a validated field, except …
-
## CVE-2023-1932 - Medium Severity Vulnerability
Vulnerable Library - hibernate-validator-6.1.5.Final.jar
Hibernate's Jakarta Bean Validation reference implementation.
Library home page: http://hibe…
-
## CVE-2020-10693 - Medium Severity Vulnerability
Vulnerable Library - hibernate-validator-6.0.16.Final.jar
Hibernate's Bean Validation (JSR-380) reference implementation.
Library home page: http://…
-
```
import requests
url = 'https://data.ntpc.gov.tw/api/datasets/c51d5111-c300-44c9-b4f1-4b28b9929ca2/json?size=1000'
response = requests.get(url)
print(response.text)
```