Which is NOT a valid type of query suite?

Prepare for the GitHub Advanced Security Certification Test. Practice with multiple choice questions, detailed explanations, and hints. Achieve success on your first attempt!

Multiple Choice

Which is NOT a valid type of query suite?

Explanation:
Query suites are predefined groupings of CodeQL queries that configure what kinds of checks the scanner will run. Among the common, recognized suite names, code-scanning is the standard suite used for general code scanning. Security-extended focuses on broader security checks beyond the basics. Security-and-quality combines security checks with quality-related queries to catch issues that affect both security and code quality. Path Queries describe a way to express queries that traverse code paths, which is a modeling technique inside CodeQL queries. It isn’t a top-level named suite category used to configure the scanner. So it isn’t a valid type of query suite.

Query suites are predefined groupings of CodeQL queries that configure what kinds of checks the scanner will run. Among the common, recognized suite names, code-scanning is the standard suite used for general code scanning. Security-extended focuses on broader security checks beyond the basics. Security-and-quality combines security checks with quality-related queries to catch issues that affect both security and code quality.

Path Queries describe a way to express queries that traverse code paths, which is a modeling technique inside CodeQL queries. It isn’t a top-level named suite category used to configure the scanner. So it isn’t a valid type of query suite.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy