pgadmin4/web/pgadmin/utils
Akshay Joshi df2f3460f0 Fix the following SonarQube code smells:
1) Use the "RegExp.exec()" method instead.
2) Remove parameter form or provide default value.
3) Extract this nested ternary operation into an independent statement.
4) Replace this character class by the character itself.
5) Unnecessary use of conditional expression for default assignment.
6) Prefer using an optional chain expression instead, as it's more concise and easier to read.
2024-06-11 18:07:22 +05:30
..
driver Fixed SonarQube code smell Replace the unused local variable with '_'. 2024-01-24 18:33:43 +05:30
dynamic_registry Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
javascript Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
sqlautocomplete Fixed SonarQube code smell Replace the unused local variable with '_'. 2024-01-24 18:33:43 +05:30
tests Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
__init__.py Ensure that a user can connect to a server using SSL certificates and identity files from a shared storage. #7306 2024-06-11 14:48:11 +05:30
ajax.py Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
compile_template_name.py Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
constants.py Fix SonarQube code smells: 2024-06-10 18:04:32 +05:30
crypto.py Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
csrf.py Upgraded Flask, Flask-Security-Too, Werkzeug, and other dependencies, ensuring compatibility with Python 3.7. #7362 2024-04-16 12:23:03 +05:30
csv.py python 3 updates 2022-11-19 10:13:41 +05:30
enhanced_log_rotation.py Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
exception.py Fix the following SonarQube code smells: 2024-06-11 18:07:22 +05:30
heartbeat.py Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
html.py Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
locker.py Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
master_password.py Allow pgAdmin to retrieve master password from external script/program. #4769 2023-05-25 13:49:08 +05:30
menu.py Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
passexec.py Fix multiple issues where PasswordExecCommand was not working in server mode and PasswordExecCommand was not loaded when importing servers. #6792 2024-02-23 14:05:26 +05:30
paths.py Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
preferences.py Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
route.py Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
security_headers.py Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
server_utils.py Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
session.py Unsafe Deserialization and Remote Code Execution by an Authenticated user in pgAdmin 4 (CVE-2024-2044). 2024-03-04 13:22:09 +05:30
validation_utils.py Fixed SonarQube code smell Replace the unused local variable with '_'. 2024-01-24 18:33:43 +05:30
versioned_template_loader.py Fixed SonarQube code smell Replace the unused local variable with '_'. 2024-01-24 18:33:43 +05:30