Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump v0.1.1 to main #1

Merged
merged 46 commits into from
Jun 26, 2023
Merged

Bump v0.1.1 to main #1

merged 46 commits into from
Jun 26, 2023

Conversation

noobpk
Copy link
Owner

@noobpk noobpk commented Jun 26, 2023

  • Refactor source code
  • Gemini can run as two mode GUI or CLI
  • Using sqllite for store config and data
  • Update new template GUI
  • Add mAnti Dos
  • Fix bug

@noobpk noobpk merged commit 2b70fb5 into main Jun 26, 2023
Comment on lines +53 to +54
response = make_response("Your IP Address was blocked by Gemini \n The Runtime Application Self-Protection Solution \n\n Time: {} \n Your IP : {} \n\n Event ID: {}".format(
anti_dos["Time"], anti_dos["IP"], anti_dos["EventID"]), 200)

Check warning

Code scanning / CodeQL

Reflected server-side cross-site scripting

Cross-site scripting vulnerability due to a [user-provided value](1).
Comment on lines +70 to +71
response = make_response("Your IP Address was blocked by Gemini \n The Runtime Application Self-Protection Solution \n\n Time: {} \n Your IP : {} \n\n Event ID: {}".format(
_ticket["Time"], _ticket["IP"], _ticket["EventID"]), 200)

Check warning

Code scanning / CodeQL

Reflected server-side cross-site scripting

Cross-site scripting vulnerability due to a [user-provided value](1).
Comment on lines +114 to +115
response = make_response("This request was blocked by Gemini \n The Runtime Application Self-Protection Solution \n\n Time: {} \n Your IP : {} \n\n Event ID: {}".format(
current_time, ip_address, incedent_id), 200)

Check warning

Code scanning / CodeQL

Reflected server-side cross-site scripting

Cross-site scripting vulnerability due to a [user-provided value](1).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant