Skip to content

Commit

Permalink
Ensure the changes to the value field are reflected with the templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
sydseter committed Nov 15, 2024
1 parent 859eea8 commit 2c07557
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1 deletion.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified resources/templates/owasp_cornucopia_webapp_ver_cards_tarot_lang.idml
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/scripts/convert_utest.py
Original file line number Diff line number Diff line change
Expand Up @@ -1495,7 +1495,7 @@ def setUp(self) -> None:
("${VE_suit}", "Validation & Encoding"),
("${VE_VE2_desc}", "You have invented a new attack against Data Validation and Encoding"),
("${WC_suit}", "Wild Card"),
("${WC_JokerA_desc}", "Alice can utilize the application to attack users' systems and data"),
("${WC_A_desc}", "Alice can utilize the application to attack users' systems and data"),
]

def test_get_replacement_value_from_dict_exact(self) -> None:
Expand Down

0 comments on commit 2c07557

Please sign in to comment.