Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | style usages part one (openarray => openArray) (#19321) | flywind | 2022-01-04 | 1 | -2/+2 |
| | | | | | * style usages (openArray) * revert doc changes | ||||
* | Only allow IPv4 literals in strict form (#18656) | Christian Ulrich | 2021-08-08 | 1 | -41/+49 |
| | | | | | | | | | | | | | * Only allow IPv4 literals in strict form The strict form as defined in RFC 6943, section 3.1.1 only allows the dotted form ddd.ddd.ddd.ddd of IPv4 literals, where ddd is a one to three digit decimal number between 0 and 255. Until now octal numbers (with a leading zero) were interpreted as decimal numbers which has security implications, see CVE-2021-29922 and CVE-2021-29923. * Update lib/pure/net.nim Co-authored-by: Dominik Picheta <dominikpicheta@googlemail.com> | ||||
* | added IP v6 parsing tests | Andreas Rumpf | 2017-05-04 | 1 | -0/+217 |