Skip to content

add basic C test files for ciphers and signatures

32fa3b8
Select commit
Loading
Failed to load commit list.
Closed

Quantum: Add Open Quantum Safe (OQS) provider signing model #19574

add basic C test files for ciphers and signatures
32fa3b8
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL completed May 27, 2025 in 15s

7 configurations not found

Warning: Code scanning may not have found all the alerts introduced by this pull request, because 7 configurations present on refs/heads/main were not found:

Actions workflow (rust-analysis.yml)

  • ❓  .github/workflows/rust-analysis.yml:analyze/language:rust

Actions workflow (csv-coverage-metrics.yml)

  • ❓  .github/workflows/csv-coverage-metrics.yml:publish-csharp
  • ❓  .github/workflows/csv-coverage-metrics.yml:publish-java

Actions workflow (codeql-analysis.yml)

  • ❓  .github/workflows/codeql-analysis.yml:CodeQL-Build
  • ❓  .github/workflows/codeql-analysis.yml:CodeQL-Build/language:actions
  • ❓  .github/workflows/codeql-analysis.yml:CodeQL-Build/language:csharp

Actions workflow (cpp-swift-analysis.yml)

  • ❓  .github/workflows/cpp-swift-analysis.yml:CodeQL-Build

New alerts in code changed by this pull request

  • 16 warnings
  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 14 in cpp/ql/lib/experimental/quantum/OpenSSL/AlgorithmInstances/SignatureAlgorithmInstance.qll

See this annotation in the file changed.

Code scanning / CodeQL

Acronyms should be PascalCase/camelCase. Warning

Acronyms in knownOpenSSLConstantToSignatureFamilyType should be PascalCase/camelCase.

Check warning on line 42 in cpp/ql/lib/experimental/quantum/OpenSSL/AlgorithmInstances/SignatureAlgorithmInstance.qll

See this annotation in the file changed.

Code scanning / CodeQL

Acronyms should be PascalCase/camelCase. Warning

Acronyms in KnownOpenSSLSignatureConstantAlgorithmInstance should be PascalCase/camelCase.

Check warning on line 89 in cpp/ql/lib/experimental/quantum/OpenSSL/AlgorithmInstances/SignatureAlgorithmInstance.qll

See this annotation in the file changed.

Code scanning / CodeQL

Acronyms should be PascalCase/camelCase. Warning

Acronyms in getAVC should be PascalCase/camelCase.

Check warning on line 9 in cpp/ql/lib/experimental/quantum/OpenSSL/AlgorithmValueConsumers/SignatureAlgorithmValueConsumer.qll

See this annotation in the file changed.

Code scanning / CodeQL

Acronyms should be PascalCase/camelCase. Warning

Acronyms in EVPSignatureAlgorithmValueConsumer should be PascalCase/camelCase.

Check notice on line 12 in cpp/ql/lib/experimental/quantum/OpenSSL/AlgorithmValueConsumers/SignatureAlgorithmValueConsumer.qll

See this annotation in the file changed.

Code scanning / CodeQL

Field only used in CharPred Note

Field is only used in CharPred.

Check warning on line 13 in cpp/ql/lib/experimental/quantum/OpenSSL/Operations/EVPHashOperation.qll

See this annotation in the file changed.

Code scanning / CodeQL

Singleton set literal Warning

Singleton set literal can be replaced by its member.

Check warning on line 7 in cpp/ql/lib/experimental/quantum/OpenSSL/Operations/EVPSignatureOperation.qll

See this annotation in the file changed.

Code scanning / CodeQL

Acronyms should be PascalCase/camelCase. Warning

Acronyms in CTXFlow should be PascalCase/camelCase.

Check warning on line 8 in cpp/ql/lib/experimental/quantum/OpenSSL/Operations/EVPSignatureOperation.qll

See this annotation in the file changed.

Code scanning / CodeQL

Redundant import Warning

Redundant import, the module is already imported inside
experimental.quantum.OpenSSL.AlgorithmValueConsumers.OpenSSLAlgorithmValueConsumers
.

Check warning on line 34 in cpp/ql/lib/experimental/quantum/OpenSSL/Operations/EVPSignatureOperation.qll

See this annotation in the file changed.

Code scanning / CodeQL

Var only used in one side of disjunct. Warning

The
field algorithmArg
is only used in one side of disjunct.

Check warning on line 31 in cpp/ql/lib/experimental/quantum/OpenSSL/Operations/EVPSignatureOperation.qll

See this annotation in the file changed.

Code scanning / CodeQL

Var only used in one side of disjunct. Warning

The
field keyArg
is only used in one side of disjunct.

Check warning on line 2 in cpp/ql/lib/experimental/quantum/OpenSSL/Operations/OpenSSLOperationBase.qll

See this annotation in the file changed.

Code scanning / CodeQL

Acronyms should be PascalCase/camelCase. Warning

Acronyms in CTXFlow should be PascalCase/camelCase.

Check warning on line 6 in cpp/ql/lib/experimental/quantum/OpenSSL/Operations/OpenSSLOperationBase.qll

See this annotation in the file changed.

Code scanning / CodeQL

Acronyms should be PascalCase/camelCase. Warning

Acronyms in EVPInitialize should be PascalCase/camelCase.

Check warning on line 23 in cpp/ql/lib/experimental/quantum/OpenSSL/Operations/OpenSSLOperationBase.qll

See this annotation in the file changed.

Code scanning / CodeQL

Acronyms should be PascalCase/camelCase. Warning

Acronyms in EVPUpdate should be PascalCase/camelCase.

Check warning on line 48 in cpp/ql/lib/experimental/quantum/OpenSSL/Operations/OpenSSLOperationBase.qll

See this annotation in the file changed.

Code scanning / CodeQL

Acronyms should be PascalCase/camelCase. Warning

Acronyms in EVPOperation should be PascalCase/camelCase.

Check warning on line 69 in cpp/ql/lib/experimental/quantum/OpenSSL/Operations/OpenSSLOperationBase.qll

See this annotation in the file changed.

Code scanning / CodeQL

Use of 'if' with a 'none()' branch. Warning

Use a conjunction instead.

Check warning on line 97 in cpp/ql/lib/experimental/quantum/OpenSSL/Operations/OpenSSLOperationBase.qll

See this annotation in the file changed.

Code scanning / CodeQL

Acronyms should be PascalCase/camelCase. Warning

Acronyms in EVPFinal should be PascalCase/camelCase.

Check warning on line 105 in cpp/ql/lib/experimental/quantum/OpenSSL/Operations/OpenSSLOperationBase.qll

See this annotation in the file changed.

Code scanning / CodeQL

Acronyms should be PascalCase/camelCase. Warning

Acronyms in EVPOneShot should be PascalCase/camelCase.