We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fc36ad commit b892645Copy full SHA for b892645
1 file changed
test/sql_sanitize.sql
@@ -0,0 +1,13 @@
1
+-- This file holds commands which removes stuff which **really** should not be in the
2
+-- database in cleartext, such as passwords...
3
+
4
+UPDATE iesg_login SET password = 'deleted';
5
+UPDATE iesg_password SET password = 'deleted';
6
+UPDATE wg_password SET password = 'deleted';
7
+UPDATE web_user_info SET password = 'deleted';
8
+UPDATE idst_users SET password = 'deleted';
9
+UPDATE idst_users SET random_str = 'deleted';
10
11
12
13
0 commit comments