Skip to content

fix(crypto-registry): normalize RFC/FIPS standard name formatting#847

Merged
stevespringett merged 1 commit intoCycloneDX:masterfrom
Mehrn0ush:fix/crypto-registry-standard-name-normalization
Feb 26, 2026
Merged

fix(crypto-registry): normalize RFC/FIPS standard name formatting#847
stevespringett merged 1 commit intoCycloneDX:masterfrom
Mehrn0ush:fix/crypto-registry-standard-name-normalization

Conversation

@Mehrn0ush
Copy link
Contributor

This PR normalizes a few outlier standard.name strings in schema/cryptography-defs.json to match the existing naming convention:

  • RFC 5297 -> RFC5297
  • FIPS 203/204/205 -> FIPS203/FIPS204/FIPS205

URLs are unchanged; this is a string-formatting consistency fix only.

Fixes #846

Signed-off-by: Mehrn0ush <mehrnoush.vaseghi@gmail.com>
@Mehrn0ush Mehrn0ush requested a review from a team as a code owner February 24, 2026 18:25
@stevespringett stevespringett merged commit 81f31a6 into CycloneDX:master Feb 26, 2026
9 checks passed
@stevespringett stevespringett added the cap: cryptography-registry Capability: Cryptography Registry label Feb 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cap: cryptography-registry Capability: Cryptography Registry

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(crypto-registry): normalize standard name formatting for RFC 5297 and FIPS 203/204/205

2 participants