Bug ID 1229813: The ref schema handling fails with oneOf/anyOf

Last Modified: Feb 27, 2023

Bug Tracker

Affected Product:  See more info
BIG-IP ASM(all modules)

Known Affected Versions:
16.1.0, 16.1.1, 16.1.2, 16.1.2.1, 16.1.2.2, 16.1.3, 16.1.3.1, 16.1.3.2, 16.1.3.3

Opened: Jan 24, 2023
Severity: 3-Major

Symptoms

In JSON schema validation, it fails in handling of a ref schema that is referenced from multiple places under oneOf/anyOf.

Impact

JSON schema validation fails and request gets blocked.

Conditions

Using oneOf or anyOf, a ref schema is referenced multiple times from oneOf/anyOf section.

Workaround

Change schema structure so that the single ref schema is not referenced from multiple places under oneOf/anyOf.

Fix Information

None

Behavior Change