Skip to content

Conversation

@jtrobles-cdd
Copy link
Member

  • Function cl_sii.libs.crypto_utils.get_expiration_date_from_x509_certificate() returns the expiration date-time of a cryptography.x509.Certificate instance.
  • Function cl_sii.libs.crypto_utils.get_expiration_date_from_pfx_x509_certificate() is a convenience function that returns the expiration date-time of a PKCS12-encoded X.509 certificate.

@jtrobles-cdd jtrobles-cdd self-assigned this Oct 7, 2025
@jtrobles-cdd jtrobles-cdd requested a review from a team as a code owner October 7, 2025 22:38
@jtrobles-cdd jtrobles-cdd added enhancement New feature or request component: libs labels Oct 7, 2025
@codecov
Copy link

codecov bot commented Oct 7, 2025

Codecov Report

❌ Patch coverage is 62.50000% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 89.39%. Comparing base (4724da1) to head (6d5a2a7).
⚠️ Report is 2 commits behind head on develop.

Files with missing lines Patch % Lines
src/cl_sii/libs/crypto_utils.py 62.50% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #910      +/-   ##
===========================================
- Coverage    89.45%   89.39%   -0.06%     
===========================================
  Files           40       40              
  Lines         3718     3726       +8     
  Branches       377      378       +1     
===========================================
+ Hits          3326     3331       +5     
- Misses         240      243       +3     
  Partials       152      152              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jtrobles-cdd jtrobles-cdd force-pushed the add-util-get-expiration-date-from-cert branch from a7564fb to 890a148 Compare October 7, 2025 22:43
- Function `cl_sii.libs.crypto_utils.get_expiration_date_from_x509_certificate()`
  returns the expiration date-time of a `cryptography.x509.Certificate`
  instance.
- Function `cl_sii.libs.crypto_utils.get_expiration_date_from_pfx_x509_certificate()`
  is a convenience function that returns the expiration date-time of a
  PKCS12-encoded X.509 certificate.
@jtrobles-cdd jtrobles-cdd force-pushed the add-util-get-expiration-date-from-cert branch from 890a148 to 6d5a2a7 Compare October 7, 2025 22:45
@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 7, 2025

@jtrobles-cdd jtrobles-cdd merged commit b78de7b into develop Oct 7, 2025
20 of 21 checks passed
@jtrobles-cdd jtrobles-cdd deleted the add-util-get-expiration-date-from-cert branch October 7, 2025 22:55
@svillegas-cdd svillegas-cdd mentioned this pull request Oct 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component: libs enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants