Skip to content

Commit 3f17211

Browse files
committed
update git ignore Readme.md
1 parent b8512cd commit 3f17211

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ mysql:
3434
auth_name: "username"
3535
auth_pwd: "passwd"
3636
```
37-
for security all insert / delete / update operation must login
38-
so if you want to insert / delete / update data please enable auth
37+
for security all insert / delete / update operation must login
38+
so if you want to insert / delete / update data please enable auth
3939
40-
you have no permission to read or modify any data from ```auth_table```
40+
you have no permission to read or modify any data from ```auth_table```
4141

4242
TODO: Make the fields corresponding to ```auth_name``` and ```auth_pwd``` configurable
43-
43+
TODO: Need to guard against the risk of SQL injection attacks
4444

4545
## Features
4646

0 commit comments

Comments
 (0)