We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://nvd.nist.gov/vuln/detail/CVE-2023-32712
Manual test shows fix is not needed by the solnlib side. The test was done following way:
msg = "ASCII Table in one string: " for i in range(128): msg += chr(i) logger.info(msg)
04/08/2023 14:12:53.165 2023-08-04 14:12:53,165 INFO pid=1641 tid=MainThread file=solnlib_demo_collector.py:do_run:77 | ASCII Table in one string: \x00�������� � ������������������ !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_
04/08/2023 17:38:28.551 2023-08-04 17:38:28,551 INFO pid=15511 tid=MainThread file=solnlib_demo_collector.py:do_run:77 | ASCII Table in one string: \x00\x01\x02\x03\x04\x05\x06\x07\x08 \x0b\x0c \x0e\x0f\x10\x11\x12\x13\x14\x15\x16\x17\x18\x19\x1a\x1b\x1c\x1d\x1e\x1f !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_
This issue is created to add automated test to the solnlib
The text was updated successfully, but these errors were encountered:
Done in #306
Sorry, something went wrong.
No branches or pull requests
https://nvd.nist.gov/vuln/detail/CVE-2023-32712
Manual test shows fix is not needed by the solnlib side.
The test was done following way:
msg = "ASCII Table in one string: " for i in range(128): msg += chr(i) logger.info(msg)
04/08/2023 14:12:53.165 2023-08-04 14:12:53,165 INFO pid=1641 tid=MainThread file=solnlib_demo_collector.py:do_run:77 | ASCII Table in one string: \x00�������� � ������������������ !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_
abcdefghijklmnopqrstuvwxyz{|}~�host = custom-servernamesource = /opt/splunk/var/log/splunk/solnlib_demo_collector.logsourcetype = solnlib_demo_collector
`
04/08/2023 17:38:28.551 2023-08-04 17:38:28,551 INFO pid=15511 tid=MainThread file=solnlib_demo_collector.py:do_run:77 | ASCII Table in one string: \x00\x01\x02\x03\x04\x05\x06\x07\x08 \x0b\x0c \x0e\x0f\x10\x11\x12\x13\x14\x15\x16\x17\x18\x19\x1a\x1b\x1c\x1d\x1e\x1f !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_
abcdefghijklmnopqrstuvwxyz{|}~\x7fhost = ip-172-31-44-228source = /opt/splunk/var/log/splunk/solnlib_demo_collector.logsourcetype = solnlib_demo_collector-2
`
This issue is created to add automated test to the solnlib
The text was updated successfully, but these errors were encountered: