Skip to content

Fix some violations of ql/misspelling.

e891289
Select commit
Loading
Failed to load commit list.
Closed

Ql4Ql fixes. #20314

Fix some violations of ql/misspelling.
e891289
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL completed Sep 1, 2025 in 2s

3 configurations not found

Warning: Code scanning may not have found all the alerts introduced by this pull request, because 3 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

New alerts in code changed by this pull request

  • 2 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 655 in cpp/ql/lib/experimental/cryptography/modules/OpenSSL.qll

See this annotation in the file changed.

Code scanning / CodeQL

Acronyms should be PascalCase/camelCase Warning

Acronyms in EVP_PKEY_CTX_Ptr_Source_to_KeyGenOperationWithNoSizeConfig should be PascalCase/camelCase.

Check warning on line 389 in go/ql/src/experimental/IntegerOverflow/RangeAnalysis.qll

See this annotation in the file changed.

Code scanning / CodeQL

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

Use a conjunction instead.