Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
CycloneDX
/
cyclonedx-python-lib
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
67
Star
117
Code
Issues
32
Pull requests
32
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
feat: Add support for Component modelCard field
- #914
#914
Open
wiebe-vandendriessche
wants to merge 25 commits into
CycloneDX:main
CycloneDX/cyclonedx-python-lib:main
from
wiebe-vandendriessche:feat/model-card
wiebe-vandendriessche/cyclonedx-python-lib:feat/model-card
Copy head branch name to clipboard
Conversation
Commits
25
(25)
Checks
Files changed
Open
feat: Add support for Component modelCard field
#914
wiebe-vandendriessche
wants to merge 25 commits into
CycloneDX:main
CycloneDX/cyclonedx-python-lib:main
from
wiebe-vandendriessche:feat/model-card
wiebe-vandendriessche/cyclonedx-python-lib:feat/model-card
Copy head branch name to clipboard
Commits
Commits on Nov 18, 2025
feat: introduce ModelCard data structure for CycloneDX schema v1.5+
Show description for aa27b0a
wiebe-vandendriessche
committed
aa27b0a
View commit details
Copy full SHA for aa27b0a
Browse repository at this point
feat: enhance ModelCard with ModelParameters and MachineLearningApproach support
Show description for c20401c
wiebe-vandendriessche
committed
c20401c
View commit details
Copy full SHA for c20401c
Browse repository at this point
feat: extend ModelCard with additional properties and support for performance metrics
Show description for b379853
wiebe-vandendriessche
committed
b379853
View commit details
Copy full SHA for b379853
Browse repository at this point
feat: implement full ModelCard structure with ethical and environmental considerations (`modelParameters.datasets` remains a staged placeholder until #913)
Show description for 68e3a16
wiebe-vandendriessche
committed
68e3a16
View commit details
Copy full SHA for 68e3a16
Browse repository at this point
feat: integrate ModelCard into Component and add basic tests for JSON/XML validation
Show description for 10e3fc3
wiebe-vandendriessche
committed
10e3fc3
View commit details
Copy full SHA for 10e3fc3
Browse repository at this point
feat: update licensing information in model_card and test files
Show description for e0365a2
wiebe-vandendriessche
committed
e0365a2
View commit details
Copy full SHA for e0365a2
Browse repository at this point
feat: updated modelCard and added more extensive tests
Show description for cd26537
wiebe-vandendriessche
committed
cd26537
View commit details
Copy full SHA for cd26537
Browse repository at this point
Commits on Nov 21, 2025
feat: enhance comparison methods in ModelCard
Show description for 3c11646
wiebe-vandendriessche
committed
3c11646
View commit details
Copy full SHA for 3c11646
Browse repository at this point
Commits on Dec 9, 2025
feat: workaround for (de)serialization of ModelCard.properties
Show description for 4a086f6
wiebe-vandendriessche
committed
4a086f6
View commit details
Copy full SHA for 4a086f6
Browse repository at this point
Commits on Jan 26, 2026
Merge branch 'main' into feat/model-card
jkowalleck
authored
24c9003
View commit details
Copy full SHA for 24c9003
Browse repository at this point
Commits on Jun 4, 2026
Merge branch 'main' into feat/model-card
jkowalleck
authored
34c1e44
View commit details
Copy full SHA for 34c1e44
Browse repository at this point
Commits on Jun 8, 2026
Merge branch 'CycloneDX:main' into feat/model-card
wiebe-vandendriessche
authored
ed46e68
View commit details
Copy full SHA for ed46e68
Browse repository at this point
fix: remove workaround for fixed specification
Show description for 1e0a2c6
wiebe-vandendriessche
committed
1e0a2c6
View commit details
Copy full SHA for 1e0a2c6
Browse repository at this point
fix: rename 'slice' to 'slice_' + minor fixes
Show description for dc2494d
wiebe-vandendriessche
committed
dc2494d
View commit details
Copy full SHA for dc2494d
Browse repository at this point
Commits on Jun 9, 2026
fix: adjust indentation in ModelParameters and ModelCard constructors
Show description for 3616ef0
wiebe-vandendriessche
committed
3616ef0
View commit details
Copy full SHA for 3616ef0
Browse repository at this point
Commits on Jun 12, 2026
Merge branch 'main' into feat/model-card
wiebe-vandendriessche
authored
3c2f2c2
View commit details
Copy full SHA for 3c2f2c2
Browse repository at this point
Commits on Jun 15, 2026
feat: add CO2 and energy measure unit enums for improved type safety
Show description for 1be3233
wiebe-vandendriessche
committed
1be3233
View commit details
Copy full SHA for 1be3233
Browse repository at this point
Commits on Jun 17, 2026
Merge branch 'main' into feat/model-card
jkowalleck
authored
1cb3fcb
View commit details
Copy full SHA for 1cb3fcb
Browse repository at this point
Commits on Jun 18, 2026
test: Add enum tests for modelCard
Show description for 2718ac8
wiebe-vandendriessche
committed
2718ac8
View commit details
Copy full SHA for 2718ac8
Browse repository at this point
fix: test_model_model_card.py now tests the modelCard classes defined in model_card.py, removed (de)serialization and validation tests
Show description for 7d0b616
wiebe-vandendriessche
committed
7d0b616
View commit details
Copy full SHA for 7d0b616
Browse repository at this point
Commits on Jun 23, 2026
Merge branch 'CycloneDX:main' into feat/model-card
wiebe-vandendriessche
authored
dbaae00
View commit details
Copy full SHA for dbaae00
Browse repository at this point
Commits on Jul 13, 2026
Merge branch 'main' into feat/model-card
wiebe-vandendriessche
authored
e658f8c
View commit details
Copy full SHA for e658f8c
Browse repository at this point
Commits on Jul 28, 2026
Merge branch 'main' into feat/model-card
wiebe-vandendriessche
authored
36364a3
View commit details
Copy full SHA for 36364a3
Browse repository at this point
Commits on Sep 3, 2026
Merge branch 'main' into feat/model-card
Show description for 3f372fd
wiebe-vandendriessche
authored
3f372fd
View commit details
Copy full SHA for 3f372fd
Browse repository at this point
Commits on Sep 7, 2026
copilot suggestions
Show description for 6b1afdc
wiebe-vandendriessche
committed
6b1afdc
View commit details
Copy full SHA for 6b1afdc
Browse repository at this point
You can’t perform that action at this time.