f5devcentral / f5-waf-policy-editor

Apache License 2.0
26 stars 14 forks source link

Unable to provide valid input from WAFFLER-GUI #41

Open shubhammishra9 opened 3 years ago

shubhammishra9 commented 3 years ago

Unable to give valid inputs to IP Address and IP mask fields of Whitelist IPs section from GUI because of added validation. As per doc these value should be of type String but internal conversion from Integer input values to a String value in json policy is not happening as expected.

Screenshot (16)

yoctoserge commented 3 years ago

Fixed in: 74de70b904895263846190ac64f5ad887f4383a7

shubhammishra9 commented 3 years ago

@yoctoserge, Able to add inputs now but observed there is no validation for invalid IPs

m6 same exist with new UI as well for both IP address and mask Capture007