RESEARCH

tips – Not great at regexs. Trying to code-golf this beast of a regex WITHOUT using string replacement (for G-Zip purposes)

Here it is: ^(?:(?:(?:(\d+(?:\.\d+)?)?(?::|\.|,))?(\d+)?(?::|\.|,))?(\d+(?:\.\d+)?)?(?:(?:\.|:|,)(\d+(?:\.\d+)?)?)?)?(?:,|,(?:(?:(\d+(?:\.\d+)?)?(?::|\.|,))?(\d+(?:\.\d+)?)?(?::|\.|,))?(\d+(?:\.\d+)?)?(?:(?:\.|:|,)(\d+(?:\.\d+)?)?)?)?$ What am I doing: Matching any ranged timestamp (HH:MM:SS:MS,HH:MM:SS:MS) with a few “leniences” Any length digits – we do NOT need restrictions to strict 24 hr,…Read moretips – Not great at regexs. Trying to code-golf this beast of a regex WITHOUT using string replacement (for G-Zip purposes)

DATA MANAGEMENT JS, REACT, & NODE RESEARCH

javascript – Visual Studio Code Error: “Unterminated string in JSON at position 8192 (line 1 column 8193)”

I’m encountering the following error in Visual Studio Code: 2024-08-28 15:32:54.847 [error] Unterminated string in JSON at position 8192 (line 1 column 8193): SyntaxError: Unterminated string in JSON at position…Read morejavascript – Visual Studio Code Error: “Unterminated string in JSON at position 8192 (line 1 column 8193)”

DATA MANAGEMENT RESEARCH

Would the AWAF parse JSON in a http responses?

techdocs.f5.com/en-us/bigip-14-1-0/big-ip-asm-implementations-14-1-0/logging-application-security-events.html About logging responses If you enable response logging in the logging profile, the system can log only responses that include the following content headers: “text/…” “application/x-shockwave-flash” “application/sgml” “application/x-javascript” “application/xml”…Read moreWould the AWAF parse JSON in a http responses?