Skip to content

Commit 0011665

Browse files
author
Anton Volodchenko
committed
Обновление дока и ченжлога по плагинам
1 parent 4ab1a8c commit 0011665

8 files changed

Lines changed: 63 additions & 1 deletion

docs/changelog/intellij-changelog.en.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ hide:
55

66
# IntelliJ Plugin Changelog
77

8+
### [2026.8.0] - 2026-02-18
9+
10+
- Added a panel for viewing policy alerts
11+
- Fixed errors in automatic fixes
12+
- Fixed compatibility issues with IntelliJ versions 2024 and earlier
13+
814
### [2025.33.0] - 2025-08-14
915

1016
- The plugin can scan all CodeScoring-supported manifests, display vulnerability information, offer automatic updates to fixed versions, and provides tools for working with SBOM in CycloneDX format. Initial version of the plugin is distributed as a standalone .zip file

docs/changelog/intellij-changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ hide:
55

66
# IntelliJ Plugin Changelog
77

8+
### [2026.8.0] - 2026-02-18
9+
10+
- Добавлено окно просмотра алертов по политикам
11+
- Исправлены ошибки автоматического применения исправлений
12+
- Исправлены ошибки совместимости с IntelliJ версий 2024 и более ранних
13+
814
### [2025.33.0] - 2025-08-14
915

1016
- Плагин умеет осуществлять сканирование всех поддерживаемых платформой манифестов, показывать информацию по уязвимостям, предлагать автоматическое обновление на fixed versions, а также предоставляет инструменты для работы со SBOM в формате CycloneDX. Первая версия плагина поставляется в виде .zip файла.

docs/changelog/vscode-changelog.en.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ hide:
55

66
# Visual Studio Code Extension Changelog
77

8+
### [2026.8.0] - 2026-02-18
9+
10+
- Added a panel for viewing policy alerts
11+
- Fixed errors in automatic fixes
12+
813
### [2025.33.0] - 2025-08-14
914

1015
- The extension can scan all CodeScoring-supported manifests, display vulnerability information, offer automatic updates to fixed versions, and provides tools for working with SBOM in CycloneDX format. Initial version of the extension is distributed as a standalone .vsix file.

docs/changelog/vscode-changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ hide:
55

66
# Visual Studio Code Extension Changelog
77

8+
### [2026.8.0] - 2026-02-18
9+
10+
- Добавлено окно просмотра алертов по политикам
11+
- Исправлены ошибки автоматического применения исправлений
12+
813
### [2025.33.0] - 2025-08-14
914

1015
- Расширение умеет осуществлять сканирование всех поддерживаемых платформой манифестов, показывать информацию по уязвимостям, предлагать автоматическое обновление на fixed versions, а также предоставляет инструменты для работы со SBOM в формате CycloneDX. Первая версия расширения поставляется в виде .vsix файла

docs/ide/intellij-sca.en.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,14 +301,15 @@ After the scan completes:
301301
3. **Review vulnerabilities**: The vulnerabilities panel will show all detected security issues in your dependencies
302302
4. **Explore details**: You can click on individual vulnerabilities to see detailed information in the details panel
303303
5. **Apply fixes**: Use the **"Fix All"** or **"Fix Selected"** buttons or individual quick fixes to update vulnerable dependencies
304+
6. **View alerts**: You can click on the **Alerts** panel to view alerts list of triggered policies
304305

305306
![Screenshot of vulnerabilities panel showing detected issues with severity levels](/assets/img/ide/intellij/step7-2-vulnerabilities.png)
306307

307308
#### 7.1 Vulnerability Highlighting
308309

309310
- **In-code highlighting**: Vulnerable dependencies are highlighted directly in code files (build.gradle, pom.xml, package.json, etc.)
310311
- **Severity colors**:
311-
- 🔴 Critical (red)
312+
- 🔴 Critical (re Vulnerabilities Vd)
312313
- 🟠 High (orange)
313314
- 🟡 Medium (yellow)
314315
- 🔵 Low (blue)
@@ -498,6 +499,15 @@ Use the search field to filter comparison results by:
498499
- **Command**: **Tools** → **CodeScoring SCA** → **View Report**
499500
- **Opens in**: Choice of external browser, internal preview, code editor
500501
502+
#### 7.9 Alerts panel
503+
504+
The **Alerts** panel displays information about alerts for triggered policies based on the analysis results. For each alert, the following is shown:
505+
506+
- Policy name
507+
- Alert level
508+
- Blocking status
509+
- List of packages with criteria
510+
501511
### Step 8: Settings and Customization
502512
503513
#### Available Settings List

docs/ide/intellij-sca.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ patterns:
333333
4. **Изучите детали**: Вы можете нажимать на отдельные уязвимости, чтобы увидеть подробную информацию в панели деталей
334334
5. **Примените исправления**: Используйте кнопки **"Fix All"** или **"Fix Selected"** или отдельные быстрые исправления
335335
для обновления уязвимых зависимостей
336+
6. **Просмотр алертов**: Вы можете нажать на панель **Alerts** для просмотра алертов по сработавшим политикам
336337

337338
![Скриншот панели уязвимостей, показывающей обнаруженные проблемы с уровнями критичности](/assets/img/ide/intellij/step7-2-vulnerabilities.png)
338339

@@ -535,6 +536,14 @@ patterns:
535536
- **Команда**: **Tools** → **CodeScoring SCA** → **View Report**
536537
- **Открывается в**: на выбор, внешний браузер, внутренний предпросмотр, редактор кода
537538
539+
#### 7.9 Панель алертов
540+
541+
В панели **Alerts** представлена информация по алертам для сработавших политик по итогам анализа. Для каждого алерта показывается:
542+
- Название политики
543+
- Уровень алерта
544+
- Статус блокировки
545+
- Список пакетов с критерями
546+
538547
### Шаг 8: Настройки и кастомизация
539548
540549
#### Список доступных настроек
@@ -561,6 +570,8 @@ patterns:
561570
| `Low Color` | Цвет для низких уязвимостей | _(синий)_ |
562571
| `Unknown Color` | Цвет для неизвестной критичности | _(серый)_ |
563572
573+
### Просмотр алертов
574+
564575
### Устранение неполадок
565576
566577
#### Логи плагина

docs/ide/vscode-sca.en.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ After the scan completes:
290290
3. **Review vulnerabilities**: The vulnerabilities panel will show all detected security issues in your dependencies
291291
4. **Explore details**: You can click on individual vulnerabilities to see detailed information
292292
5. **Apply fixes**: Use quick fix options to update vulnerable dependencies
293+
6. **Open Alerts View**: Use **Open Alerts View** button from the sidebar to view alerts list of triggered policies
293294
294295
![Screenshot of the vulnerabilities panel showing detected issues with severity levels](/assets/img/ide/vscode/step6-2-vulnerabilities.png)
295296
@@ -507,6 +508,15 @@ Configure in VS Code settings, for example:
507508
}
508509
```
509510

511+
#### 7.10 Alerts panel
512+
513+
The **Alerts** panel displays information about alerts for triggered policies based on the analysis results. For each alert, the following is shown:
514+
515+
- Policy name
516+
- Alert level
517+
- Blocking status
518+
- List of packages with criteria
519+
510520
### Troubleshooting
511521

512522
**Extension Logs**

docs/ide/vscode-sca.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ scan:
316316
3. **Просмотрите уязвимости**: Панель уязвимостей покажет все обнаруженные проблемы безопасности в Ваших зависимостях
317317
4. **Изучите детали**: Вы можете нажимать на отдельные уязвимости, чтобы увидеть подробную информацию
318318
5. **Примените исправления**: Используйте опции быстрого исправления для обновления уязвимых зависимостей
319+
6. **Откройте панель алертов**: Используйте кнопку **Open Alerts View** в боковом меню плагина для открытия окна со списком алертов по сработавшим политикам
319320
320321
![Снимок экрана панели уязвимостей, показывающей обнаруженные проблемы с уровнями критичности](/assets/img/ide/vscode/step6-2-vulnerabilities.png)
321322
@@ -545,6 +546,14 @@ scan:
545546
}
546547
```
547548

549+
#### 7.10 Панель алертов
550+
551+
В панели **Alerts** представлена информация по алертам для сработавших политик по итогам анализа. Для каждого алерта показывается:
552+
- Название политики
553+
- Уровень алерта
554+
- Статус блокировки
555+
- Список пакетов с критерями
556+
548557
### Устранение неполадок
549558

550559
#### Логи расширения

0 commit comments

Comments
 (0)