Skip to content

Commit

Permalink
Merge pull request #640 from intuitem/fix/convert-library-typo
Browse files Browse the repository at this point in the history
hotfix: convert library script typo
  • Loading branch information
eric-intuitem authored Jul 9, 2024
2 parents fdb09b5 + 5bbd40f commit 86b8675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/convert_library.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ def get_color(wb, cell):
part_name = ":".join(parts)
part_name = part_name.lower().replace(" ", "-")
urn_prefix = library_vars_dict_reverse[
"reference_control_base_urn"
"threat_base_urn"
][prefix]
threat_urns.append(f"{urn_prefix}:{part_name}")
if req_reference_controls:
Expand Down

0 comments on commit 86b8675

Please sign in to comment.