From 90caded4fe8d8dad1cbc179a89d048a88d640ec2 Mon Sep 17 00:00:00 2001 From: Michael Nebel Date: Tue, 2 Sep 2025 13:08:31 +0200 Subject: [PATCH] Apply suggestion from @aschackmull Co-authored-by: Anders Schack-Mulligen --- python/ql/src/Security/CWE-327/FluentApiModel.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ql/src/Security/CWE-327/FluentApiModel.qll b/python/ql/src/Security/CWE-327/FluentApiModel.qll index cd20a852d51..0f8dae7b316 100644 --- a/python/ql/src/Security/CWE-327/FluentApiModel.qll +++ b/python/ql/src/Security/CWE-327/FluentApiModel.qll @@ -117,7 +117,7 @@ module InsecureContextConfig implements DataFlow::StateConfigSig { } /** - * DEPRECATED: Will be removed in the future. + * DEPRECATED: Renamed to `InsecureContextConfig`. */ deprecated module InsecureContextConfiguration = InsecureContextConfig;