Skip to content

Commit d4647d4

Browse files
author
Nikita Sozontov
committed
Добавлена инфа о provided by
1 parent 32fe3a2 commit d4647d4

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

docs/sca/export-results.en.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The **Attack surface** field allows you to specify whether the component belongs
100100
- `indirect` — the component is part of the indirect attack surface;
101101
- `no` — otherwise (default value).
102102

103-
When exporting SBOM in the `CycloneDX v1.6 Ext JSON` format, the selected value is taken into account in the `GOST:attack_surface` property of the component.
103+
When exporting SBOM in the `CycloneDX v1.6 Ext JSON` and `CycloneDX v1.7 Ext JSON` formats, the selected value is taken into account in the `GOST:attack_surface` property of the component.
104104

105105
#### Security function
106106

@@ -110,7 +110,13 @@ The **Security function** field allows you to specify whether the component belo
110110
- `indirect` — if the component functions participate in the implementation of security functions, interacting with components implementing security functions;
111111
- `no` — if the component functions do not participate in the implementation of security functions (default value).
112112

113-
When exporting SBOM in the `CycloneDX v1.6 Ext JSON` format, the selected value is taken into account in the `"GOST:security_function"` property of the component.
113+
When exporting SBOM in the `CycloneDX v1.6 Ext JSON` and `CycloneDX v1.7 Ext JSON` formats, the selected value is taken into account in the `"GOST:security_function"` property of the component.
114+
115+
#### Provided by
116+
117+
The **Provided by** field lets you specify affiliation of the component to the information security tool from which this component was borrowed. You can enter any arbitrary text value.
118+
119+
When exporting SBOM in the `CycloneDX v1.6 Ext JSON` and `CycloneDX v1.7 Ext JSON` formats, the specified value is taken into account in the "GOST:provided_by" property of the component.
114120

115121
#### Licenses
116122

docs/sca/export-results.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,12 @@ CSV-таблица будет учитывать использованные н
111111

112112
При экспорте SBOM в форматах `CycloneDX v1.6 Ext JSON` и `CycloneDX v1.7 Ext JSON` выбранное значение учитывается в свойстве `"GOST:security_function"` компонента.
113113

114+
#### Кем предоставлено
115+
116+
Поле **Кем предоставлено** позволяет указать принадлежность компонента к средству защиты информации, из состава которого заимствован данный компонент. Можно указать произвольное значение в текстовом формате.
117+
118+
При экспорте SBOM в форматах `CycloneDX v1.6 Ext JSON` и `CycloneDX v1.7 Ext JSON` указанное значение учитывается в свойстве `"GOST:provided_by"` компонента.
119+
114120
#### Лицензии
115121

116122
Поле **Лицензии** позволяет указать лицензии компонента.

0 commit comments

Comments
 (0)