# Third-party notices ## Gitleaks detection rules DevProjex includes a managed port of the default Gitleaks rule configuration from Gitleaks v8.30.1. Gitleaks is licensed under the MIT License. - Source: https://github.com/gitleaks/gitleaks - Pinned configuration: https://github.com/gitleaks/gitleaks/blob/v8.30.1/config/gitleaks.toml - License: https://github.com/gitleaks/gitleaks/blob/v8.30.1/LICENSE The configuration is interpreted by DevProjex in managed .NET code. DevProjex does not bundle the Gitleaks executable. ```text MIT License Copyright (c) 2019 Zachary Rice Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ``` ## tree-sitter and TreeSitter.DotNet DevProjex bundles native tree-sitter parsers to compress source files to their structure. The .NET binding, the tree-sitter runtime and the individual grammars are all licensed under the MIT License. - Binding source: https://github.com/mariusgreuel/tree-sitter-dotnet-bindings - Pinned package: TreeSitter.DotNet 1.3.0, which vendors tree-sitter 0.26.3 - tree-sitter: https://github.com/tree-sitter/tree-sitter - Grammars shipped: tree-sitter-bash, tree-sitter-c, tree-sitter-c-sharp, tree-sitter-cpp, tree-sitter-css, tree-sitter-go, tree-sitter-html, tree-sitter-java, tree-sitter-javascript, tree-sitter-kotlin, tree-sitter-php, tree-sitter-python, tree-sitter-ruby, tree-sitter-rust, tree-sitter-scala, tree-sitter-toml, tree-sitter-tsx, tree-sitter-typescript, tree-sitter-xml, tree-sitter-yaml - Bash grammar source: https://github.com/tree-sitter/tree-sitter-bash - CSS grammar source: https://github.com/tree-sitter/tree-sitter-css - HTML grammar source: https://github.com/tree-sitter/tree-sitter-html - TOML grammar source: https://github.com/tree-sitter/tree-sitter-toml - Bash grammar revision in TreeSitter.DotNet 1.3.0: `a06c2e4415e9bc0346c6b86d401879ffb44058f7` - CSS grammar revision in TreeSitter.DotNet 1.3.0: `dda5cfc5722c429eaba1c910ca32c2c0c5bb1a3f` - HTML grammar revision in TreeSitter.DotNet 1.3.0: `73a3947324f6efddf9e17c0ea58d454843590cc0` - TOML grammar revision in TreeSitter.DotNet 1.3.0: `342d9be207c2dba869b9967124c679b5e6fd0ebe` - Ruby grammar source: https://github.com/tree-sitter/tree-sitter-ruby - PHP grammar source: https://github.com/tree-sitter/tree-sitter-php - Scala grammar source: https://github.com/tree-sitter/tree-sitter-scala - Scala grammar revision in TreeSitter.DotNet 1.3.0: `97aead18d97708190a51d4f551ea9b05b60641c9` - Kotlin grammar source: https://github.com/tree-sitter-grammars/tree-sitter-kotlin - Vendored Kotlin grammar: `v1.1.0`, revision `77dd60ea0a9003ce062c9728a513ffe1aaff8c82` - Vendored TOML grammar: revision `342d9be207c2dba869b9967124c679b5e6fd0ebe`, identical to the source pinned by TreeSitter.DotNet 1.3.0. - XML grammar source: https://github.com/tree-sitter-grammars/tree-sitter-xml - Vendored XML grammar: `v0.7.0`, revision `4b64dd3a03ec002258d6268d712fd93716d6ab57`. - YAML grammar source: https://github.com/tree-sitter-grammars/tree-sitter-yaml - Vendored YAML grammar: `v0.7.2`, revision `7708026449bed86239b1cd5bce6e3c34dbca6415`. - Kotlin, TOML, XML and YAML native binaries are reproducibly built with Zig 0.16.0; provenance and SHA-256 hashes are recorded in `Infrastructure/Grammars/vendored/vendored-grammars.lock.json`. Only the grammars listed above are shipped. The remaining grammars in the package are removed from every build output by `Directory.Build.targets`. ```text MIT License Copyright (c) 2018-2024 Max Brunsfeld Copyright (c) 2025 Marius Greuel Copyright (c) 2016 Rob Rix Copyright (c) 2017 Josh Vera, GitHub Copyright (c) 2019 Max Brunsfeld, Amaan Qureshi, Christian Frøystad, Caleb White Copyright (c) 2024 Amaan Qureshi Copyright (c) 2023 ObserverOfTime Copyright (c) 2019-2021 Ika Copyright (c) 2024 tree-sitter-grammars contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ``` ## Tomlyn Tomlyn 2.10.1 is used to load the pinned TOML rule configuration and is licensed under the BSD 2-Clause License. - Source: https://github.com/xoofx/Tomlyn - Pinned source: https://github.com/xoofx/Tomlyn/tree/2.10.1 - License: https://github.com/xoofx/Tomlyn/blob/2.10.1/license.txt ```text Copyright (c) 2019-2026, Alexandre Mutel All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ```