Skip to content

Commit

Permalink
add protectops3other
Browse files Browse the repository at this point in the history
  • Loading branch information
linozen committed Aug 24, 2021
1 parent 7a361aa commit 7987295
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions explorer/merged.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ def get_merged_cs_df():
"CSprotectops3[encrypted_hardware]",
"CSprotectops3[2fa]",
"CSprotectops3[other]",
"CSprotectops3other",
"CSprotectops4",
"CSprotectleg1",
"CSprotectleg2",
Expand Down Expand Up @@ -397,6 +398,7 @@ def get_merged_ms_df():
"MSprotectops3[encrypted_hardware]",
"MSprotectops3[2fa]",
"MSprotectops3[other]",
"MSprotectops3other",
"MSprotectops4",
"MSprotectleg1",
"MSprotectleg2",
Expand Down Expand Up @@ -1393,6 +1395,11 @@ def get_merged_ms_df():
)
)

st.write("### If you selected ‘other’, please specify `[protectops3other]`")
for i in df[filter]["protectops3other"].to_list():
if type(i) != float:
st.write("- " + i)

st.write(
"### Which of the following statements best describes your level of confidence in the protection offered by technological tools? `[protectops4]`"
)
Expand Down

0 comments on commit 7987295

Please sign in to comment.