We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8083a5a commit e93563dCopy full SHA for e93563d
1 file changed
backend/application/vex/services/csaf_generator_helpers.py
@@ -41,7 +41,7 @@ def map_status(secobserve_status: str) -> Optional[str]:
41
return CSAF_Status.CSAF_STATUS_NOT_AFFECTED
42
43
if secobserve_status == Status.STATUS_IN_REVIEW:
44
- return CSAF_Status.CSAF_STATUS_UNDER_INVESTIGATION
+ return None # CSAF_Status.CSAF_STATUS_UNDER_INVESTIGATION
45
46
if secobserve_status == Status.STATUS_DUPLICATE:
47
return None
0 commit comments