Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | enable style:usages for stdlib tests [backport: 1.6] (#19715) | flywind | 2022-04-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | * enable style:usages for stdlib tests * freeAddrInfo * more tests * importc * bufSize * fix more * => parseSql and renderSql | ||||
* | Only allow IPv4 literals in strict form (#18656) | Christian Ulrich | 2021-08-08 | 1 | -0/+35 |
| | | | | | | | | | | | | | * 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> | ||||
* | remove some noises in tests (#16448) | flywind | 2020-12-27 | 1 | -15/+15 |
| | |||||
* | activated more tests, allow input in test spec | Arne Döring | 2018-11-23 | 1 | -0/+4 |
| | |||||
* | Convert *_family fields to cushort | LemonBoy | 2018-09-19 | 1 | -2/+2 |
| | | | | Fixes #9008 | ||||
* | Fixed compilation error when Sockaddr_in4 or Sockaddr_in6 passed to fromSockAddr | Yuriy Glukhov | 2018-06-07 | 1 | -0/+12 |
| | |||||
* | Fixed crash/interface. Added tests. | Yuriy Glukhov | 2018-03-15 | 1 | -1/+31 |
| | |||||
* | Make IP address checking more obvious, and add tests for the net module. | Nathan Hoad | 2015-03-07 | 1 | -0/+47 |