diff options
| author | 2020-05-15 08:54:36 -0700 | |
|---|---|---|
| committer | 2020-05-15 08:55:21 -0700 | |
| commit | 4a73c24678d4a893304f0b2f3a5f1e326cae817a (patch) | |
| tree | 2b0c7d1dbbefa58724e73034734836b7ae84f3d3 /docker-compose.yml | |
| parent | Token remover: fix timestamp check (diff) | |
Token remover: use strict check for digits in token ID
`isnumeric` would be true for a wide range of characters in Unicode,
but the ID must only consist of the characters 0-9 (ASCII digits). In
fact, `isdigit` on its own would also match other Unicode characters
too.
Diffstat (limited to 'docker-compose.yml')
0 files changed, 0 insertions, 0 deletions