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

Refactor pgp_encrypted_material_t to C++ classes. #2304

Merged
merged 17 commits into from
Jan 23, 2025

Bump FreeBSD image version for Cirrus CI.

39e3e5e
Select commit
Loading
Failed to load commit list.
Merged

Refactor pgp_encrypted_material_t to C++ classes. #2304

Bump FreeBSD image version for Cirrus CI.
39e3e5e
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jan 8, 2025 in 3s

5 new alerts

New alerts in code changed by this pull request

  • 5 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 54 in src/lib/enc_material.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.

Check notice on line 58 in src/lib/sig_material.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.

Check notice on line 894 in src/librepgp/stream-dump.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Long switch case Note

Switch has at least one case that is too long:
PGP_PKA_ELGAMAL_ENCRYPT_OR_SIGN (36 lines)
.

Check notice on line 1267 in src/librepgp/stream-dump.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Long switch case Note

Switch has at least one case that is too long:
PGP_PKA_ECDH (36 lines)
.

Check notice on line 2115 in src/librepgp/stream-dump.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Long switch case Note

Switch has at least one case that is too long:
PGP_PKA_ELGAMAL_ENCRYPT_OR_SIGN (32 lines)
.