Skip to content

Commit 892b690

Browse files
committed
refactored LE_01
Signed-off-by: Eddie Knight <[email protected]>
1 parent d38b4c7 commit 892b690

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

baseline/OSPS-LE.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ description: |
1111
controls:
1212
- id: OSPS-LE-01
1313
title: |
14-
Require code contributors to assert that they are legally authorized to
15-
commit
14+
The version control system MUST require all code contributors to assert
15+
that they are legally authorized to make the associated contributions
16+
on every commit.
1617
objective: |
1718
Ensure that code contributors are aware of and acknowledge their legal
1819
responsibility for the contributions they make to the project, reducing
@@ -35,9 +36,9 @@ controls:
3536
assessment-requirements:
3637
- id: OSPS-LE-01.01
3738
text: |
38-
The version control system MUST require all code contributors to assert
39-
that they are legally authorized to commit the associated contributions
40-
on every commit.
39+
While active, the version control system MUST require all code
40+
contributors to assert that they are legally authorized to make the
41+
associated contributions on every commit.
4142
applicability:
4243
- Maturity Level 2
4344
- Maturity Level 3
@@ -46,6 +47,8 @@ controls:
4647
contributors to assert that they are legally authorized to commit the
4748
associated contributions on every commit. Use a status check to ensure
4849
the assertion is made.
50+
Some version control systems, such as GitHub, may include this in the
51+
platform terms of service.
4952
5053
- id: OSPS-LE-02
5154
title: |

0 commit comments

Comments
 (0)