ccs-digitalmarketplace-frameworks 5.1.21 → 5.1.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
name: Software Security Code of Practice
|
|
2
|
+
question: Does your organisation comply with the recommendations in the Software Security Code of Practice
|
|
3
|
+
question_advice: >
|
|
4
|
+
Read about the <a
|
|
5
|
+
href="https://www.gov.uk/government/publications/software-security-code-of-practice/software-security-code-of-practice" target="_blank"
|
|
6
|
+
rel="noopener noreferrer">Software Security Code of Practice (link opens in a new tab)</a>.
|
|
7
|
+
|
|
8
|
+
depends:
|
|
9
|
+
- "on": lot
|
|
10
|
+
being:
|
|
11
|
+
- isaas
|
|
12
|
+
- saas
|
|
13
|
+
|
|
14
|
+
type: boolean
|
|
15
|
+
|
|
16
|
+
validations:
|
|
17
|
+
- name: answer_required
|
|
18
|
+
message: Please select Yes or No to continue.
|