Skip to content

Commit aa6a42d

Browse files
author
Anton Volodchenko
committed
Fixed mistakes, updated steps
1 parent 77af176 commit aa6a42d

4 files changed

Lines changed: 20 additions & 21 deletions

File tree

docs/ide/intellij-sca.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ After the scan completes:
309309

310310
- **In-code highlighting**: Vulnerable dependencies are highlighted directly in code files (build.gradle, pom.xml, package.json, etc.)
311311
- **Severity colors**:
312-
- 🔴 Critical (re Vulnerabilities Vd)
312+
- 🔴 Critical (red)
313313
- 🟠 High (orange)
314314
- 🟡 Medium (yellow)
315315
- 🔵 Low (blue)

docs/ide/intellij-sca.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -570,8 +570,6 @@ patterns:
570570
| `Low Color` | Цвет для низких уязвимостей | _(синий)_ |
571571
| `Unknown Color` | Цвет для неизвестной критичности | _(серый)_ |
572572
573-
### Просмотр алертов
574-
575573
### Устранение неполадок
576574
577575
#### Логи плагина

docs/ide/vscode-sca.en.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,16 @@ You can also search/filter the BOM DIFF tree to focus on components of interest.
477477
- **Opens in**: HTML Preview in VS Code
478478
- Adapts to the selected VSCode color scheme at generation time
479479

480-
#### 7.9 Settings and Customization
480+
#### 7.9 Alerts panel
481+
482+
The **Alerts** panel displays information about alerts for triggered policies based on the analysis results. For each alert, the following is shown:
483+
484+
- Policy name
485+
- Alert level
486+
- Blocking status
487+
- List of packages with criteria
488+
489+
### Step 8: Settings and Customization
481490

482491
**Available Settings List**
483492

@@ -508,14 +517,6 @@ Configure in VS Code settings, for example:
508517
}
509518
```
510519

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
519520

520521
### Troubleshooting
521522

docs/ide/vscode-sca.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,15 @@ scan:
514514
- **Открывается в**: Предварительном просмотре HTML в VS Code
515515
- Адаптируется к выбранной цветовой схеме VSCode в момент генерации
516516

517-
#### 7.9 Настройки и кастомизация
517+
#### 7.9 Панель алертов
518+
519+
В панели **Alerts** представлена информация по алертам для сработавших политик по итогам анализа. Для каждого алерта показывается:
520+
- Название политики
521+
- Уровень алерта
522+
- Статус блокировки
523+
- Список пакетов с критериями
524+
525+
### Шаг 8: Настройки и кастомизация
518526

519527
**Список доступных настроек**
520528

@@ -546,14 +554,6 @@ scan:
546554
}
547555
```
548556

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

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

0 commit comments

Comments
 (0)