box / box/Anemometer

Can't View Queries With Completely Numeric Hash

Open
#130 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1.4k
Forks
306
PR merge metrics
No merged PRs in 30d

Description

If a query's hash is hex encoded but all numeric i.e. "9752952652010367" the query is not viewable since the code assumes it is a base 10 integer and skips decoding it as hex. The code should probably be checked to make sure that query hashes are always sent to the client as hex so it can always safely decode it as hex when retrieved for a GET var.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.