Skip to content
New issue

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

Miscellaneous small fixes #3643

Merged
merged 5 commits into from
Aug 7, 2022
Merged

Conversation

falbrechtskirchinger
Copy link
Contributor

I may leave this here for a while, in case I find more issues like this. Chances are, of course, I'll find another one moments after this one has been merged. :-)

tools/cpplint/cpplint.py Outdated Show resolved Hide resolved
server_side=True, ssl_version=ssl.PROTOCOL_TLS)
ssl_ctx = ssl.create_default_context(ssl.Purpose.CLIENT_AUTH)
ssl_ctx.load_cert_chain(cert_file, key_file)
httpd.socket = ssl_ctx.wrap_socket(httpd.socket, server_side=True)

Check notice

Code scanning

Use of insecure SSL/TLS version

Insecure SSL/TLS protocol version TLSv1 allowed by [call to ssl.create_default_context](1) Insecure SSL/TLS protocol version TLSv1_1 allowed by [call to ssl.create_default_context](1)
@coveralls
Copy link

coveralls commented Aug 1, 2022

Coverage Status

Coverage remained the same at 100.0% when pulling 5c8e359 on falbrechtskirchinger:misc-fixes into b0422f8 on nlohmann:develop.

@falbrechtskirchinger
Copy link
Contributor Author

Looks good to me.

@nlohmann I'll leave it up to you whether you'd prefer collecting more small stuff here or if you'd want to merge it now.
I'd only tweak the title once I know the final content.

I've tested server_header.py (runs and serves requests).
GDB pretty printer received some limited testing as part of the inline namespace PR, it still works on a simple JSON object.

tests/src/unit-readme.cpp Outdated Show resolved Hide resolved
tests/src/unit-readme.cpp Show resolved Hide resolved
tools/serve_header/serve_header.py Show resolved Hide resolved
@falbrechtskirchinger
Copy link
Contributor Author

Several items in here have made it into other PRs. I've removed them.
Looks good to me.

Copy link
Owner

@nlohmann nlohmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@nlohmann nlohmann added this to the Release 3.11.2 milestone Aug 7, 2022
@nlohmann nlohmann merged commit 8eee62d into nlohmann:develop Aug 7, 2022
@falbrechtskirchinger falbrechtskirchinger deleted the misc-fixes branch August 7, 2022 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants