Skip to content

Commit

Permalink
add ssdf entry from spreadsheet
Browse files Browse the repository at this point in the history
  • Loading branch information
northdpole committed Jul 4, 2023
1 parent cdaf780 commit 4cae6bb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions application/utils/spreadsheet_parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,14 @@ def parse_standards(
# "version":"v2",
"separator": "\n",
},
"NIST SSDF": {
"section": "Standard NIST SSDF",
"sectionID": "Standard NIST SSDF ID",
"subsection": "",
"hyperlink": "",
# "version":"v2",
"separator": "\n",
},
},
}
links: List[defs.Link] = []
Expand Down

0 comments on commit 4cae6bb

Please sign in to comment.