Adjust docs referring to experimental queries to include details on new tagging system

This commit is contained in:
turbo
2022-12-14 17:16:38 +01:00
parent 4ec401a3f6
commit b35a1d4206
2 changed files with 3 additions and 0 deletions

View File

@@ -2,6 +2,8 @@
In addition to [our supported queries and libraries](supported-queries.md), this repository also contains queries and libraries of a more experimental nature. Experimental queries and libraries can be improved incrementally and may eventually reach a sufficient maturity to be included in our supported queries and libraries.
Experimental security queries are included in the `experimental` [CodeQL suite](https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs). This suite is provided for testing purposes only, and should not be used in production code scanning workflows.
Experimental queries and libraries may not be actively maintained as the [supported](supported-queries.md) libraries evolve. They may also be changed in backwards-incompatible ways or may be removed entirely in the future without deprecation warnings.
See [CONTRIBUTING.md](../CONTRIBUTING.md) for guidelines on submitting a new experimental query.