← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1301350] [NEW] Maximum length of string fields in API should be validated

 

Public bug reported:

At now we have no validation on maximum string length in the API.
All string fields call string validator with None argument.
As a result, some string will be truncated at database layer.

It is better to validate maximum string length.

** Affects: neutron
     Importance: Undecided
     Assignee: Akihiro Motoki (amotoki)
         Status: In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1301350

Title:
  Maximum length of string fields in API should be validated

Status in OpenStack Neutron (virtual network service):
  In Progress

Bug description:
  At now we have no validation on maximum string length in the API.
  All string fields call string validator with None argument.
  As a result, some string will be truncated at database layer.

  It is better to validate maximum string length.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1301350/+subscriptions


Follow ups

References