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

Add sample synthetic suites #107

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Add sample synthetic suites #107

wants to merge 1 commit into from

Conversation

felickz
Copy link
Contributor

@felickz felickz commented Feb 21, 2025

This pull request includes the addition of new synthetic query suites for various programming languages to provide broader security coverage using both CodeQL built-in packs and GitHub Security Lab Community packs. These suites aim to enhance security analysis but may result in more false positives. Key changes include the addition of new query suites for C++, C#, Go, Java, JavaScript, Python, and Ruby.

New synthetic query suites:

  • suites/synthetics-cpp.qls: Added a new query suite for C++ to include broad security coverage using CodeQL and GitHub Security Lab Community packs, with specific exclusions for audit and debugging queries.
  • suites/synthetics-csharp.qls: Added a new query suite for C# to include broad security coverage using CodeQL and GitHub Security Lab Community packs, with specific exclusions for audit and debugging queries.
  • suites/synthetics-go.qls: Added a new query suite for Go to include broad security coverage using CodeQL and GitHub Security Lab Community packs, with specific exclusions for audit and debugging queries.
  • suites/synthetics-java.qls: Added a new query suite for Java to include broad security coverage using CodeQL and GitHub Security Lab Community packs, with specific exclusions for audit and debugging queries.
  • suites/synthetics-javascript.qls: Added a new query suite for JavaScript to include broad security coverage using CodeQL and GitHub Security Lab Community packs, with specific exclusions for audit and debugging queries.
  • suites/synthetics-python.qls: Added a new query suite for Python to include broad security coverage using CodeQL and GitHub Security Lab Community packs, with specific exclusions for audit and debugging queries.
  • suites/synthetics-ruby.qls: Added a new query suite for Ruby to include broad security coverage using CodeQL and GitHub Security Lab Community packs, with specific exclusions for audit and debugging queries.

@felickz felickz marked this pull request as ready for review February 26, 2025 14:53
@Copilot Copilot bot review requested due to automatic review settings February 26, 2025 14:53
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.

Tip: If you use Visual Studio Code, you can request a review from Copilot before you push from the "Source Control" tab. Learn more

@felickz felickz requested a review from a team February 26, 2025 14:56
@felickz felickz marked this pull request as draft February 26, 2025 15:03
Copy link
Contributor Author

@felickz felickz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add README.md in /suites/ folder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant