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

[Marketplace Contribution] SSL Certificates #24438

Merged

Conversation

content-bot
Copy link
Collaborator

Original External PR

external pull request

Status

  • In Progress
  • Ready
  • In Hold - (Reason for hold)

Contributor

@TerminalFin

Description

SSL Certificate Content Pack for validating SSL Certificate statuses and automatically generating CSRs to renew expiring/expired certificates.

Notes

DBotRole validation error should be ignored as it is the default role for any automation. The users of this content pack can change the user to one appropriate for their environment's RBAC implementation

Auto-Generated Documentation Requiring Modification

Video Link

Short demo video of the Pack usage. Speeds up the review. Optional but recommended. Use a video sharing service such as Google Drive or YouTube.

@content-bot content-bot added Contribution Thank you! Contributions are always welcome! Contribution Form Filled Whether contribution form filled or not. Community labels Feb 7, 2023
@content-bot content-bot requested a review from adi88d February 7, 2023 15:46
ctx = ssl.create_default_context()
ctx.check_hostname = False
ctx.verify_mode = ssl.CERT_OPTIONAL
s = ctx.wrap_socket(socket.socket(), server_hostname=hostname)

Check failure

Code scanning / CodeQL

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).
@adi88d adi88d merged commit 4f349fc into master Feb 8, 2023
@adi88d adi88d deleted the contrib/xsoar-contrib_TerminalFin-contrib-SSLCertificates branch February 8, 2023 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Community Contribution Form Filled Whether contribution form filled or not. Contribution Thank you! Contributions are always welcome! docs-approved
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants