course-design-of-database icon indicating copy to clipboard operation
course-design-of-database copied to clipboard

潜在的 SQL 注入

Open cubxxw opened this issue 2 years ago • 0 comments

https://github.com/cubxxw/course-design-of-database/blob/3ce345aa5bb771e02042d55261643ac71eb177d0/main/main.py#L340

        print(u)
338    while True:
339        command = input('Please choose a command:')
340        if command in ('A', 'a'):
341            table_stu_reward_punishment_select()
342        elif command in ('B', 'b'):
343            table_stu_reward_punishment_insert()

cubxxw avatar Dec 22 '22 11:12 cubxxw