1.11.0
Added
- New vulnerability-related enums were added in a new namespace
Enums.Vulnerability(#164 via #419)
Release stage is “beta”. These namespace and enums have been released to third-party developers experimentally for the purpose of collecting feedback. These enums should not be used in production, because their contracts may change without notice.AffectStatusAnalysisJustificationAnalysisResponseAnalysisStateRatingMethodSeverity
- New vulnerability-related models were added in a new namespace
Models.Vulnerability(#164 via #419)
Release stage is “beta”. These namespace and models have been released to third-party developers experimentally for the purpose of collecting feedback. These models should not be used in production, because their contracts may change without notice.
Attention: The models are not yet supported by shipped serializers nor shipped normalizers.Advisory,AdvisoryRepositoryAffect,AffectRepository,AffectedSingleVersion,AffectedVersionRange,AffectedVersionRepositoryAnalysisCreditsRating,RatingRepositoryReference,ReferenceRepositorySourceVulnerability,VulnerabilityRepository
- New class
Models.OrganizationalEntityRepositoryto represent a collection ofModels.OrganizationalEntity(via #419)
Additionally,Models.OrganizationalEntity.compare()was implemented. - New types and related functionality Common Weaknesses Enumerations (CWE) were added (via #419)
Release stage is “beta”. These types, functions and classes have been released to third-party developers experimentally for the purpose of collecting feedback. These types, functions and classes should not be used in production, because their contracts may change without notice.- type
Types.CWE - runtime validation
Types.isCWE() - class
Types.CweRepository
- type
Docs
Build
- Use TypeScript
v4.9.5now, wasv4.9.4. (via #463)
Misc
- Added tests for internal helpers (via #454)
- Use
[email protected]now, was33.0.0(via #460)
New Contributors
- @thepwagner made their first contribution in #419
Full Changelog: v1.10.0...v1.11.0