GitHub adds AI-powered bug detection to expand security coverage
好的,我现在需要帮用户总结一篇文章的内容,控制在100个字以内。用户已经提供了文章的详细内容,我需要先快速浏览一遍,抓住主要信息。 文章主要讲的是GitHub在其代码安全工具中引入了基于AI的扫描功能,以扩展漏洞检测范围,覆盖更多语言和框架。传统的CodeQL静态分析仍然用于支持的语言,而AI则用于Shell、Dockerfiles、Terraform等。新模式预计在2026年第二季度初进入公开预览。 我还需要注意用户的要求:不需要特定的开头,直接写描述,控制在100字以内。所以要简洁明了地概括这些要点。 可能的结构是:GitHub引入AI扫描扩展漏洞检测,覆盖更多语言和框架,结合CodeQL分析,预计2026年Q2上线。 检查字数是否合适,确保不超过限制。这样就能满足用户的需求了。 </think> GitHub在其代码安全工具中引入AI扫描技术,以扩展漏洞检测范围并支持更多语言和框架。CodeQL将继续提供深度语义分析,而AI检测则覆盖Shell、Dockerfiles、Terraform等生态系统。新混合模式预计于2026年第二季度初进入公开预览。 2026-3-25 23:30:16 Author: www.bleepingcomputer.com(查看原文) 阅读量:4 收藏

GitHub adds AI-powered bug detection to expand security coverage

GitHub is adopting AI-based scanning for its Code Security tool to expand vulnerability detections beyond the CodeQL static analysis and cover more languages and frameworks.

The developer collaboration platform says that the move is meant to uncover security issues "in areas that are difficult to support with traditional static analysis alone."

CodeQL will continue to provide deep semantic analysis for supported languages, while AI detections will provide broader coverage for Shell/Bash, Dockerfiles, Terraform, PHP, and other ecosystems.

The new hybrid model is expected to enter public preview in early Q2 2026, possibly as soon as next month.

Finding bugs before they bite

GitHub Code Security is a set of application security tools integrated directly into GitHub repositories and workflows.

It is available for free (with limitations) for all public repositories. However, paying users can access the full set of features for private/internal repositories as part of the GitHub Advanced Security (GHAS) add-on suite.

It offers code scanning for known vulnerabilities, dependency scanning to pinpoint vulnerable open-source libraries, secrets scanning to uncover leaked credentials on public assets, and provides security alerts with Copilot-powered remediation suggestions.

The security tools operate at the pull request level, with the platform selecting the appropriate tool (CodeQL or AI) for each case, so any issues are caught before merging the potentially problematic code.

If any issues, such as weak cryptography, misconfigurations, or insecure SQL, are detected, those are presented directly in the pull request.

GitHub’s internal testing showed that the system processed over 170,000 findings over 30 days, resulting in 80% positive developer feedback, and indicating that the flagged issues were valid.

These results showed “strong coverage” of the target ecosystems that had not been sufficiently scrutinized before.

GitHub also highlights the importance of Copilot Autofix, which suggests solutions for the problems detected through GitHub Code Security.

Stats from 2025 comprising over 460,000 security alerts handled by Autofix show that resolution was reached in 0.66 hours on average, compared to 1.29 hours when Autofix wasn’t used.

GitHub’s adoption of AI-powered vulnerability detection marks a broader shift where security is becoming AI-augmented and also natively embedded within the development workflow itself.

tines

Red Report 2026: Why Ransomware Encryption Dropped 38%

Malware is getting smarter. The Red Report 2026 reveals how new threats use math to detect sandboxes and hide in plain sight.

Download our analysis of 1.1 million malicious samples to uncover the top 10 techniques and see if your security stack is blinded.


文章来源: https://www.bleepingcomputer.com/news/security/github-adds-ai-powered-bug-detection-to-expand-security-coverage/
如有侵权请联系:admin#unsafe.sh