OWASP API4 2023 String Limit (Edit)
String size should be limited to mitigate resource exhaustion attacks. This can be done using maxLength, enum, or const.
OWASPSecuritySchemaStringsOpenAPI
String size should be limited to mitigate resource exhaustion attacks. This can be done using maxLength, enum, or const.