Describe the bug
The application uses a github API Token from ClubAppletServer account, which is the admin account for the organization. The token can be found in the compiled project.
The token is used to send issues in the github project directly from the application.
Expected behavior
The token should not be exposed. The considered options are :
Remove the "Request a feature" and "report a bug" feature
Send an email to App|ÉTS with the content
Create an API to send the issue.
Additional context
The chosen solution is to remove the feature, because it's not used a lot and most times it is used, the issue is closed shortly after without fixing.
Describe the bug The application uses a github API Token from ClubAppletServer account, which is the admin account for the organization. The token can be found in the compiled project. The token is used to send issues in the github project directly from the application.
Expected behavior The token should not be exposed. The considered options are :
Additional context The chosen solution is to remove the feature, because it's not used a lot and most times it is used, the issue is closed shortly after without fixing.