From 6f80a353d1a5a93eba159097d5b571f2b73ef3c8 Mon Sep 17 00:00:00 2001 From: Nicola Klemenc Date: Tue, 26 Dec 2023 11:39:31 +0100 Subject: [PATCH 1/4] feat: Update the Security category description DOCS-627 (#1989) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat: Update the Security category description * fix: Fix Vale issue --------- Co-authored-by: Cláudia Carpinteiro --- docs/faq/code-analysis/which-metrics-does-codacy-calculate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq/code-analysis/which-metrics-does-codacy-calculate.md b/docs/faq/code-analysis/which-metrics-does-codacy-calculate.md index 2913b38f22..adb7455360 100644 --- a/docs/faq/code-analysis/which-metrics-does-codacy-calculate.md +++ b/docs/faq/code-analysis/which-metrics-does-codacy-calculate.md @@ -55,7 +55,7 @@ Codacy calculates the number of issues in the following static code analysis cat - **Performance:** Code that can have performance problems - **Compatibility:** Mainly for frontend code, compatibility problems across different browser versions - **Unused Code:** Unused variables and methods, code that can't be reached -- **Security:** All security problems +- **Security:** Potential security vulnerabilities, including hard-coded passwords and keys (secret scanning), vulnerable dependencies (software composition analysis or SCA), and insecure code patterns (static application security testing or SAST). For more information, see the complete [list of security issue categories](../../repositories/security-monitor.md#supported-security-categories) - **Documentation:** Methods and classes that don't have the correct comment annotations From bb8b5e1a34d9df95f176087ac69a5ff582cb7fcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 16:57:40 +0000 Subject: [PATCH 2/4] build(deps): Bump tj-actions/changed-files from 40 to 41 (#1990) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 40 to 41. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v40...v41) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cláudia Carpinteiro --- .github/workflows/deleted-files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deleted-files.yml b/.github/workflows/deleted-files.yml index 419467da53..03f02933aa 100644 --- a/.github/workflows/deleted-files.yml +++ b/.github/workflows/deleted-files.yml @@ -15,7 +15,7 @@ jobs: - name: Get changed docs md files id: changed-files - uses: tj-actions/changed-files@v40 + uses: tj-actions/changed-files@v41 with: files: docs/**/*.md From 5a37ae2c46614c09a1e35560ded440999948b165 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 17:03:08 +0000 Subject: [PATCH 3/4] build(deps): Bump mkdocs-git-revision-date-localized-plugin from 1.2.1 to 1.2.2 (#1991) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit build(deps): Bump mkdocs-git-revision-date-localized-plugin Bumps [mkdocs-git-revision-date-localized-plugin](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/releases) - [Commits](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/compare/v1.2.1...v1.2.2) --- updated-dependencies: - dependency-name: mkdocs-git-revision-date-localized-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cláudia Carpinteiro --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6f565081b8..cf78eb0142 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ pymdown-extensions==10.5 # MkDocs plugins mkdocs-exclude-search==0.6.6 mkdocs-exclude==1.0.2 -mkdocs-git-revision-date-localized-plugin==1.2.1 +mkdocs-git-revision-date-localized-plugin==1.2.2 mkdocs-include-markdown-plugin==6.0.4 mkdocs-macros-plugin==1.0.5 mkdocs-meta-descriptions-plugin==3.0.0 From 69dd3cc954b9ddc0f6aea0c183dd2023c11ece5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 17:07:48 +0000 Subject: [PATCH 4/4] build(deps): Bump mkdocs-rss-plugin from 1.10.0 to 1.11.0 (#1992) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [mkdocs-rss-plugin](https://github.com/Guts/mkdocs-rss-plugin) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/Guts/mkdocs-rss-plugin/releases) - [Changelog](https://github.com/Guts/mkdocs-rss-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/Guts/mkdocs-rss-plugin/compare/1.10.0...1.11.0) --- updated-dependencies: - dependency-name: mkdocs-rss-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cláudia Carpinteiro --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cf78eb0142..8ab2e78d54 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,4 +17,4 @@ mkdocs-macros-plugin==1.0.5 mkdocs-meta-descriptions-plugin==3.0.0 mkdocs-monorepo-plugin==1.0.5 mkdocs-redirects==1.2.1 -mkdocs-rss-plugin==1.10.0 +mkdocs-rss-plugin==1.11.0