Files
Nim/lib/pure
Christian Ulrich 0d3af5454b Only allow IPv4 literals in strict form (#18656)
* 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>
2021-08-08 19:11:07 +01:00
..
2021-02-23 21:05:39 -08:00
2021-02-23 21:05:39 -08:00
2015-10-01 12:05:45 -07:00
2021-02-23 21:05:39 -08:00
2021-08-08 19:30:51 +02:00
2021-07-13 09:22:33 +02:00
2021-04-08 14:08:58 +02:00
2018-04-06 11:59:49 +02:00
2021-06-10 09:25:51 +02:00
2021-07-21 15:03:48 +02:00
2021-01-09 00:24:41 +01:00
2021-02-18 22:47:21 -08:00
2021-03-10 10:39:23 -08:00
2021-07-05 10:12:58 -07:00
2021-04-06 22:08:59 +02:00
2021-07-20 15:32:55 +02:00
2021-02-24 21:47:27 -08:00
2021-05-04 13:13:23 +02:00
2021-02-24 21:47:27 -08:00
2021-02-21 00:27:39 -08:00
2021-04-24 18:33:29 +01:00
2021-02-21 00:27:39 -08:00
2021-07-20 12:50:43 +02:00
2021-02-22 09:40:11 +01:00
2021-04-26 09:04:52 +02:00
2021-02-08 09:46:07 +01:00
2020-11-23 19:53:57 +01:00