Skip to content

Commit 2a7e784

Browse files
authored
Update README.md
1 parent 675c1a3 commit 2a7e784

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

configs/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
# Community Configurations
22

3-
## Default / CodeQL
3+
## [Default / CodeQL](default.yml)
44

55
The `default.yml` configuration is the default config file used to make it easy to use the CodeQL Community Packs.
66

7-
## Audit
7+
## [Audit](audit.yml)
88

99
The `audit.yml` configuration is used primary to audit code by running a number of audit queries with CodeQL.
1010
These are based on the suite in each language suites folder called `{LANG}-audit.qls`
1111

1212
> [!NOTE]
1313
> Current Ruby and Swift are not supported
14+
15+
## [Synthetics](synthetics.yml)
16+
17+
This `synthetics.yml` configuration is intended for analyzing synthetic code samples. This configuration uses all possible queries from the CodeQL built in packs, the CodeQL Community Packs, and additional OSS queries and data extensions. It includes more queries than the built-in `security-experimental.qls` suite, providing a more thorough analysis at the cost of longer analysis times and potential false positives. It includes:
18+
- queries marked as `@precision: low` or missing a precision
19+
- queries marked as `@problem.severity: recommendation`
20+
- queries in `\experimental\` folders

0 commit comments

Comments
 (0)