diff options
| author | J08nY | 2023-12-09 13:02:19 +0100 |
|---|---|---|
| committer | J08nY | 2023-12-09 13:03:15 +0100 |
| commit | 3738589068b5f3bdfc824d6681fae13413c8dadf (patch) | |
| tree | 9f7c88475e2e381f91cf6ff2fec582aa5178f858 | |
| parent | 36a1f5ecb42f351de74347524f4293b0b346b5f5 (diff) | |
| download | sec-certs-3738589068b5f3bdfc824d6681fae13413c8dadf.tar.gz sec-certs-3738589068b5f3bdfc824d6681fae13413c8dadf.tar.zst sec-certs-3738589068b5f3bdfc824d6681fae13413c8dadf.zip | |
Fix FIPS MIP introcution of "On Hold".
The computaion of flows might be more messy now.
| -rw-r--r-- | src/sec_certs/sample/fips_mip.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sec_certs/sample/fips_mip.py b/src/sec_certs/sample/fips_mip.py index 0720e520..71868954 100644 --- a/src/sec_certs/sample/fips_mip.py +++ b/src/sec_certs/sample/fips_mip.py @@ -23,6 +23,7 @@ logger = logging.getLogger(__name__) @total_ordering class MIPStatus(Enum): + ON_HOLD = "On Hold" IN_REVIEW = "In Review" REVIEW_PENDING = "Review Pending" COORDINATION = "Coordination" |
