Skip to content

Commit ee1652f

Browse files
committed
Merge branch 'cvss4' into 'master'
added cvss4 to functionality + added more domains to linter ignore See merge request CodeScoring/docs!651
2 parents 7a2297a + 36bb9ca commit ee1652f

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ lint_markdown:
113113
done
114114
115115
# URLs
116-
IGNORED_DOMAINS='https://download.pytorch.org`|bdu.fstec.ru|{osa-proxy-url}|artifactory.domain.ru|{REGISTRY_URL}/repository/helm|index.codescoring.ru|index-proxy:8000|webhook|atlassian|nuget|pypi|npmjs|maven|registry|mycompany|k8s|example|gitflic\.ru|localhost|127\.0\.0\.1|tip\.kaspersky\.com|JFROG_URL|host|jfrog\.my\.domain|docs\.alpinelinux\.org|github\.com|spdx\.github\.io'
116+
IGNORED_DOMAINS='https://download.pytorch.org`|bdu.fstec.ru|{osa-proxy-url}|artifactory.domain.ru|{REGISTRY_URL}/repository/helm|index.codescoring.ru|index-proxy:8000|webhook|atlassian|nuget|pypi|npmjs|maven|registry|mycompany|k8s|example|gitflic\.ru|localhost|127\.0\.0\.1|tip\.kaspersky\.com|JFROG_URL|host|jfrog\.my\.domain|docs\.alpinelinux\.org|github\.com|spdx\.github\.io|docs\.python\.org|dev\.azure\.com/<organisation|https://<organisation|REGISTRY_USERNAME|REGISTRY_PASSWORD|REGISTRY_URL'
117117
if command -v wget >/dev/null; then
118118
for file in $FILES; do
119119
URLS=$(grep -oP '(?:\[.*?\]\(\Khttp[s]?://[^\s)]+|(?<!\]\()http[s]?://[^\s>]+)' "$file" | sed 's/]\+$//' | grep -Ev "$IGNORED_DOMAINS" || true)

docs/changelog/on-premise-changelog.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ hide:
55

66
# Codescoring On-premise Changelog
77

8-
### 2026.11.0 – 2026-03-13
8+
### [2026.11.0] – 2026-03-13
99

1010
#### Added
1111

docs/changelog/on-premise-changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ hide:
55

66
# Codescoring On-premise Changelog
77

8-
### 2026.11.0 – 2026-03-13
8+
### [2026.11.0] – 2026-03-13
99

1010
#### Добавлено
1111

docs/functionality.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The platform comprehensively provides:
8888
- provision of vulnerability information:
8989
- identifiers in knowledge bases;
9090
- vulnerability description;
91-
- severity assessment according to **CVSS 2** and **CVSS 3.1**;
91+
- severity assessment according to **CVSS 2**, **CVSS 3.1**, and **CVSS 4.0**;
9292
- links to additional vulnerability indices;
9393
- recommended package version for update;
9494
- list of all projects affected by the vulnerability;
@@ -166,4 +166,4 @@ The platform comprehensively provides:
166166
- development of projects;
167167
- work of authors;
168168
- evolution of project complexity;
169-
- integration into the software development cycle (**SDLC**) through integration with source code versioning systems.
169+
- integration into the software development cycle (**SDLC**) through integration with source code versioning systems.

docs/functionality.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
- предоставление информации об уязвимостях:
8787
- идентификаторы в базах знаний;
8888
- описание уязвимости;
89-
- оценка критичности по **CVSS 2** и **CVSS 3.1**;
89+
- оценка критичности по **CVSS 2**, **CVSS 3.1** и **CVSS 4.0**;
9090
- ссылки на дополнительные индексы уязвимостей;
9191
- рекомендуемая версия пакета для обновления;
9292
- перечень всех проектов, задетых уязвимостью;

0 commit comments

Comments
 (0)