Finding security vulnerabilities and errors in Delphi codes #161787
-
Select Topic AreaQuestion BodyDear Community Developers, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @marconiv At the moment, GitHub’s native code scanning tools (like CodeQL) do not officially support Delphi (Object Pascal) for security vulnerability detection. 🔍 What is currently supported?According to the GitHub Docs on Code Scanning, the officially supported languages for CodeQL include:
Unfortunately, Delphi/Object Pascal is not on the supported list, and there has been no public announcement or timeline from GitHub regarding future support for Delphi. ✅ Workarounds and SuggestionsIf you're working with Delphi and want to perform security analysis, here are some alternatives:
💡 Feature RequestIf Delphi support is important to you, I recommend opening a feature request in the GitHub CodeQL discussion forum so the team can consider community demand. Best regards. 🎉 |
Beta Was this translation helpful? Give feedback.
Hi @marconiv
At the moment, GitHub’s native code scanning tools (like CodeQL) do not officially support Delphi (Object Pascal) for security vulnerability detection.
🔍 What is currently supported?
According to the GitHub Docs on Code Scanning, the officially supported languages for CodeQL include:
Unfortunately, Delphi/Object Pascal is not on the supported list, and there has been no public announcement or timeline from GitHub regarding future support for Delphi.
✅ Workarounds and Suggestions
If you're working with Delphi and want to perform security analysis, here are some alternatives: