pgadmin4/web/pgadmin/browser/server_groups/servers/databases/publications
Pravesh Sharma 62056cab14
Fixed sonaqube security smells and bugs
1. Delete unreachable code or refactor the code to make it reachable.
2. Unexpected var, use let or const instead.
3. Remove useless assignment to variable.
4. Define a constant instead of duplicating the literal
5. Remove commented out code
2023-07-10 10:36:15 +05:30
..
static Update the publication dialog tabs and the docs. #5868 2023-05-30 16:45:13 +05:30
templates/publications Added security_invoker option while creating a view. #6371 2023-06-22 11:14:03 +05:30
tests Added security_invoker option while creating a view. #6371 2023-06-22 11:14:03 +05:30
__init__.py Fixed sonaqube security smells and bugs 2023-07-10 10:36:15 +05:30