From 3fe2a08376ceb6619a75e679f3ef28b998927628 Mon Sep 17 00:00:00 2001 From: jorgectf Date: Tue, 16 Nov 2021 15:03:49 +0100 Subject: [PATCH] Update `.expected` file --- .../CWE-347/JWTEmptyKeyOrAlgorithm.expected | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/python/ql/test/experimental/query-tests/Security/CWE-347/JWTEmptyKeyOrAlgorithm.expected b/python/ql/test/experimental/query-tests/Security/CWE-347/JWTEmptyKeyOrAlgorithm.expected index 21657fd23f5..a429fa386da 100644 --- a/python/ql/test/experimental/query-tests/Security/CWE-347/JWTEmptyKeyOrAlgorithm.expected +++ b/python/ql/test/experimental/query-tests/Security/CWE-347/JWTEmptyKeyOrAlgorithm.expected @@ -1,8 +1,8 @@ -| authlib.py:11:1:11:39 | ControlFlowNode for Attribute() | key | is empty. | -| authlib.py:12:1:12:50 | ControlFlowNode for Attribute() | key | is empty. | -| pyjwt.py:10:1:10:29 | ControlFlowNode for Attribute() | algorithm | is empty. | -| pyjwt.py:10:1:10:29 | ControlFlowNode for Attribute() | key | is empty. | -| pyjwt.py:13:1:13:40 | ControlFlowNode for Attribute() | key | is empty. | -| pyjwt.py:14:1:14:44 | ControlFlowNode for Attribute() | key | is empty. | -| python_jose.py:10:1:10:40 | ControlFlowNode for Attribute() | key | is empty. | -| python_jose.py:11:1:11:44 | ControlFlowNode for Attribute() | key | is empty. | +| authlib.py:11:1:11:39 | ControlFlowNode for Attribute() | This JWT encoding has an empty key. | +| authlib.py:12:1:12:50 | ControlFlowNode for Attribute() | This JWT encoding has an empty key. | +| pyjwt.py:10:1:10:29 | ControlFlowNode for Attribute() | This JWT encoding has an empty algorithm. | +| pyjwt.py:10:1:10:29 | ControlFlowNode for Attribute() | This JWT encoding has an empty key. | +| pyjwt.py:13:1:13:40 | ControlFlowNode for Attribute() | This JWT encoding has an empty key. | +| pyjwt.py:14:1:14:44 | ControlFlowNode for Attribute() | This JWT encoding has an empty key. | +| python_jose.py:10:1:10:40 | ControlFlowNode for Attribute() | This JWT encoding has an empty key. | +| python_jose.py:11:1:11:44 | ControlFlowNode for Attribute() | This JWT encoding has an empty key. |