aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2020-05-15 08:54:36 -0700
committerGravatar MarkKoz <[email protected]>2020-05-15 08:55:21 -0700
commit4a73c24678d4a893304f0b2f3a5f1e326cae817a (patch)
tree2b0c7d1dbbefa58724e73034734836b7ae84f3d3 /docker-compose.yml
parentToken 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