You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 2, 2021. It is now read-only.
SSID and the SSID regular expression filter really need to be escaped, or this’ll bite us someday when someone decides to call their Wifi ,,,"',"42.3,5, or something. The SSID filter is intentionally placed as the last field and enclosed in single quotes ' (which in retrospect is pointless) to make parsing easier.
The text was updated successfully, but these errors were encountered:
SSID and the SSID regular expression filter really need to be escaped, or this’ll bite us someday when someone decides to call their Wifi
,,,"',"42.3,5,
or something. The SSID filter is intentionally placed as the last field and enclosed in single quotes'
(which in retrospect is pointless) to make parsing easier.The text was updated successfully, but these errors were encountered: