From 0e9ef748010d441e1ff44a8f475793055a33926f Mon Sep 17 00:00:00 2001 From: Mathy Vanhoef Date: Thu, 27 Jan 2022 16:23:15 +0100 Subject: [PATCH] fragattack: add comment in code --- research/fragattack.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/research/fragattack.py b/research/fragattack.py index 2615a108a..7063dde88 100755 --- a/research/fragattack.py +++ b/research/fragattack.py @@ -244,7 +244,8 @@ if __name__ == "__main__": else: options.inject_test_postauth = False - # Dynamically import tests depending on their availability in the directory + # Dynamically import tests depending on their availability in the directory, + # but ignore private variables. See https://stackoverflow.com/a/44492879 for test in glob("tests_*.py"): module = importlib.import_module(test[:-3]) globals().update(