You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sca/export-results.en.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ The **Attack surface** field allows you to specify whether the component belongs
100
100
-`indirect` — the component is part of the indirect attack surface;
101
101
-`no` — otherwise (default value).
102
102
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.
104
104
105
105
#### Security function
106
106
@@ -110,7 +110,13 @@ The **Security function** field allows you to specify whether the component belo
110
110
-`indirect` — if the component functions participate in the implementation of security functions, interacting with components implementing security functions;
111
111
-`no` — if the component functions do not participate in the implementation of security functions (default value).
112
112
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.
Copy file name to clipboardExpand all lines: docs/sca/export-results.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,12 @@ CSV-таблица будет учитывать использованные н
111
111
112
112
При экспорте SBOM в форматах `CycloneDX v1.6 Ext JSON` и `CycloneDX v1.7 Ext JSON` выбранное значение учитывается в свойстве `"GOST:security_function"` компонента.
113
113
114
+
#### Кем предоставлено
115
+
116
+
Поле **Кем предоставлено** позволяет указать принадлежность компонента к средству защиты информации, из состава которого заимствован данный компонент. Можно указать произвольное значение в текстовом формате.
117
+
118
+
При экспорте SBOM в форматах `CycloneDX v1.6 Ext JSON` и `CycloneDX v1.7 Ext JSON` указанное значение учитывается в свойстве `"GOST:provided_by"` компонента.
119
+
114
120
#### Лицензии
115
121
116
122
Поле **Лицензии** позволяет указать лицензии компонента.
0 commit comments