Skip to content

Test 6.1.37 and improved Trait efficiency #29

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

Merged
merged 2 commits into from
Mar 28, 2025
Merged

Conversation

milux
Copy link
Collaborator

@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
2 participants