From 82e28e038e7f4124ff9ceb069658ecf7b53e7318 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Thu, 31 Dec 2020 11:49:19 +0100 Subject: [PATCH] Another year bump --- lib/core/settings.py | 2 +- thirdparty/identywaf/__init__.py | 2 +- thirdparty/identywaf/data.json | 2 +- thirdparty/identywaf/identYwaf.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/core/settings.py b/lib/core/settings.py index e100b7067..a476190c7 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -18,7 +18,7 @@ from lib.core.enums import OS from thirdparty.six import unichr as _unichr # sqlmap version (...) -VERSION = "1.4.12.40" +VERSION = "1.4.12.41" TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable" TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34} VERSION_STRING = "sqlmap/%s#%s" % ('.'.join(VERSION.split('.')[:-1]) if VERSION.count('.') > 2 and VERSION.split('.')[-1] == '0' else VERSION, TYPE) diff --git a/thirdparty/identywaf/__init__.py b/thirdparty/identywaf/__init__.py index 499824272..4ce99ee8e 100644 --- a/thirdparty/identywaf/__init__.py +++ b/thirdparty/identywaf/__init__.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (c) 2019-2020 Miroslav Stampar (@stamparm), MIT +# Copyright (c) 2019-2021 Miroslav Stampar (@stamparm), MIT # See the file 'LICENSE' for copying permission # The above copyright notice and this permission notice shall be included in diff --git a/thirdparty/identywaf/data.json b/thirdparty/identywaf/data.json index 94fb2d194..f528f07d3 100644 --- a/thirdparty/identywaf/data.json +++ b/thirdparty/identywaf/data.json @@ -1,5 +1,5 @@ { - "__copyright__": "Copyright (c) 2019-2020 Miroslav Stampar (@stamparm), MIT. See the file 'LICENSE' for copying permission", + "__copyright__": "Copyright (c) 2019-2021 Miroslav Stampar (@stamparm), MIT. See the file 'LICENSE' for copying permission", "__notice__": "The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software", "payloads": [ diff --git a/thirdparty/identywaf/identYwaf.py b/thirdparty/identywaf/identYwaf.py index 3577d1e03..c6f4da75f 100755 --- a/thirdparty/identywaf/identYwaf.py +++ b/thirdparty/identywaf/identYwaf.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -Copyright (c) 2019-2020 Miroslav Stampar (@stamparm), MIT +Copyright (c) 2019-2021 Miroslav Stampar (@stamparm), MIT See the file 'LICENSE' for copying permission The above copyright notice and this permission notice shall be included in