-
-
Notifications
You must be signed in to change notification settings - Fork 52
feat!: ignore unknown properties when deserializing #853
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
Conversation
test currently failing due to madpah/serializable#176 |
Signed-off-by: Jan Kowalleck <[email protected]>
Signed-off-by: Jan Kowalleck <[email protected]>
c17fa88
to
415e002
Compare
Signed-off-by: Jan Kowalleck <[email protected]>
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferences |
Signed-off-by: Jan Kowalleck <[email protected]>
Signed-off-by: Jan Kowalleck <[email protected]>
this was released via https://github.com/CycloneDX/cyclonedx-python-lib/releases/tag/v11.0.0 |
when deserializing JSON: ignore unknown/unsupported properties
when deserializing XML: ignore unknown/unsupported attributes and elements
this is considered a BREAKING Change, as the old behavior was to throw an error when deserializing unknown/unsupported features - which no longer happens, instead, unknown/unsupported features are simply ignored.
##other
elements and##any
attributes #850