From 4116bfaea0177c6590792bc0e48bd5ec6528f0ca Mon Sep 17 00:00:00 2001 From: Dominik Bamberger Date: Mon, 26 Jul 2021 09:22:09 +0200 Subject: [PATCH] Add more naming restrictions. --- docs/codeql/codeql-cli/about-codql-packs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/codeql/codeql-cli/about-codql-packs.rst b/docs/codeql/codeql-cli/about-codql-packs.rst index f6ec4e67d0d..c6cf25549f4 100644 --- a/docs/codeql/codeql-cli/about-codql-packs.rst +++ b/docs/codeql/codeql-cli/about-codql-packs.rst @@ -61,7 +61,7 @@ The following properties are supported in ``qlpack.yml`` files. * - ``name`` - ``octo-org/security-queries`` - All packs - - The scope, where the CodeQL pack is published, and the name of the pack defined using alphanumeric characters, hyphens, and periods. It must be unique as CodeQL cannot differentiate between CodeQL packs with identical names. Use the pack name to specify queries to run using ``database analyze`` and to define dependencies between QL packs (see examples below). + - The scope, where the CodeQL pack is published, and the name of the pack defined using alphanumeric characters, hyphens, and periods. It must be unique as CodeQL cannot differentiate between CodeQL packs with identical names. Name components cannot start or end with a hyphen. Additionally, a period is not allowed in pack names at all. Use the pack name to specify queries to run using ``database analyze`` and to define dependencies between QL packs (see examples below). * - ``version`` - ``0.0.0`` - All packs