Skip to content
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

DEFAULT_VERSION placeholder in class ArmoredOutputStream not substituted with real version during release of bcpg-fips 2.0.9 and 2.0.10 #1994

Open
HubertOT opened this issue Feb 13, 2025 · 0 comments

Comments

@HubertOT
Copy link

The bcpg-fips source code for org/bouncycastle/bcpg/ArmoredOutputStream.java contains at-least for release 2.0.9 and 2.0.10 still the version placeholder instead of the real version:
public static final String DEFAULT_VERSION = "BCPG v@RELEASE_NAME@";

This should have been repaced with the actual version number, e.g.:
public static final String DEFAULT_VERSION = "BCPG v2.0.10";

@HubertOT HubertOT changed the title DEFAULT_VERSION placeholder in class ArmoredOutputStream not substituted with real version during relase of bcpg-fips 2.0.9 and 2.0.10 DEFAULT_VERSION placeholder in class ArmoredOutputStream not substituted with real version during release of bcpg-fips 2.0.9 and 2.0.10 Feb 13, 2025
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

No branches or pull requests

1 participant