diff --git a/cves/2020/CVE-2020-35489.yaml b/cves/2020/CVE-2020-35489.yaml index bbdef5cacf..eac8bb2502 100644 --- a/cves/2020/CVE-2020-35489.yaml +++ b/cves/2020/CVE-2020-35489.yaml @@ -46,4 +46,4 @@ requests: - type: dsl dsl: - - to_string(version) < "5.3.2" \ No newline at end of file + - compare_versions(version, '< 5.3.2')