diff options
| author | J08nY | 2024-02-14 16:37:45 +0100 |
|---|---|---|
| committer | J08nY | 2024-02-14 16:37:45 +0100 |
| commit | 042c527698fe41dd306b64437f44b45760c2d074 (patch) | |
| tree | fc8ba66b0b43c44e4dd02d622cf4661dff9a9553 | |
| parent | 8d6674a52f097156f2fcc8380b0f5bcc1d4f7432 (diff) | |
| download | sec-certs-042c527698fe41dd306b64437f44b45760c2d074.tar.gz sec-certs-042c527698fe41dd306b64437f44b45760c2d074.tar.zst sec-certs-042c527698fe41dd306b64437f44b45760c2d074.zip | |
Fix typo.
| -rw-r--r-- | src/sec_certs/sample/sar.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sec_certs/sample/sar.py b/src/sec_certs/sample/sar.py index e3d7bd2b..ea4a6e14 100644 --- a/src/sec_certs/sample/sar.py +++ b/src/sec_certs/sample/sar.py @@ -15,7 +15,7 @@ SAR_CLASS_MAPPING = { "ALC": "Life-cycle support", "ATE": "Tests", "AVA": "Vulnerability assessment", - "ACO": "Comoposition", + "ACO": "Composition", } SAR_CLASSES = set(SAR_CLASS_MAPPING) |
