This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zulla
Recipients ezio.melotti, ncoghlan, orsenthil, r.david.murray, zulla
Date 2012-05-21.15:09:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337612962.25.0.276678860266.issue14036@psf.upfronthosting.co.za>
In-reply-to
Content
we should at least check if the .port attribute is an intereger >= 1 and <= 65535. _because_ this is the only valid port range. otherwise, it is no valid port. but it may be a integer overflow attack attempt

when a developer uses .port, he is counting on the result being valid
History
Date User Action Args
2012-05-21 15:09:22zullasetrecipients: + zulla, ncoghlan, orsenthil, ezio.melotti, r.david.murray
2012-05-21 15:09:22zullasetmessageid: <1337612962.25.0.276678860266.issue14036@psf.upfronthosting.co.za>
2012-05-21 15:09:21zullalinkissue14036 messages
2012-05-21 15:09:21zullacreate