Last Modified: May 29, 2024
Affected Product(s):
BIG-IP ASM
Fixed In:
17.1.1, 16.1.4, 15.1.10
Opened: Apr 08, 2023 Severity: 3-Major
An unexpected JSON Schema validation failure is seen with E notation number.
False positive.
The E notation is without a dot. For example, the following trigger this issue: - 0E-8 - 0e-8 But, the following do not trigger this issue: - 0.0E-8 - 0.0e-8 The problematic E notation number is used in object value, and the object is under an array, and the object is not the last member of the array.
Use E notation with a dot or disable schema validation violation.
None