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 #24274

Conversation

xsoar-bot
Copy link
Contributor

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 the Contribution Thank you! Contributions are always welcome! label Feb 1, 2023
@content-bot content-bot changed the base branch from master to contrib/xsoar-contrib_TerminalFin-contrib-SSLCertificates February 1, 2023 14:25
@content-bot
Copy link
Collaborator

Thank you for your contribution. Your generosity and caring are unrivaled! Rest assured - our content wizard @adi88d will very shortly look over your proposed changes.

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).
@xsoar-bot
Copy link
Contributor Author

Contribution Pack Resubmitted

Contributor: @TerminalFin

@adi88d
Copy link
Contributor

adi88d commented Feb 5, 2023

@TerminalFin Please fill the Contribution Registration form

@content-bot content-bot added Community Contribution Form Filled Whether contribution form filled or not. labels Feb 5, 2023
Changed to DBotWeakRole context
@CLAassistant
Copy link

CLAassistant commented Feb 6, 2023

CLA assistant check
All committers have signed the CLA.

Updated description
Updated code per previous validation errors
Updated per validation errors
Updated per validation errors
Updated per validation errors
Updated per validation errors
Updated per validation errors
Updated per validation errors
Updated per validation errors and content engineer discussions
Updated per validation errors and content engineer discussion
@adi88d adi88d merged commit 0ba79c1 into demisto:contrib/xsoar-contrib_TerminalFin-contrib-SSLCertificates Feb 7, 2023
@xsoar-bot xsoar-bot deleted the TerminalFin-contrib-SSLCertificates branch November 23, 2023 15:40
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!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants