Skip to content

Conversation

@milux
Copy link
Contributor

@milux milux commented Mar 28, 2025

  • Switch date-time handling to strings and add RFC3339 validation.
  • Refactor getter methods to return references and iterators

milux added 2 commits March 26, 2025 15:32
Replaced `chrono::DateTime` with plain simple `String` for all date-time fields to enable format checking. Introduced a new RFC3339 format validation test to ensure compliance and prevent invalid date-time strings. Updated related schemas and test cases accordingly.
Updated getter methods across the CSAF library to return references and iterator-based types instead of cloning data. This improves performance and reduces unnecessary allocations while maintaining compatibility with existing functionality.
@milux milux linked an issue Mar 28, 2025 that may be closed by this pull request
@milux milux requested a review from oxisto March 28, 2025 10:42
@milux milux enabled auto-merge (squash) March 28, 2025 10:42
@milux milux merged commit e571d26 into main Mar 28, 2025
5 checks passed
@milux milux deleted the feature/test-6-1-37 branch March 28, 2025 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement test 6.1.37

3 participants