-
Notifications
You must be signed in to change notification settings - Fork 0
final product mvp #23
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
Conversation
Created the interface to run crud operations for Users will have to application development.
Finished JDBC query for User operatsions. create DTO for user Controller. Need to implement logic for service layer
Implemented logic for adding user. Need to hash password for service layer. Added logic to check if email exists
Added post to register user into database. works good.
All endpoints to register, update and get user info is complete. For pro notion user on my SQL delete is denied.
Created task model and implementations. Finished home, welcome and authpage front end as visual not practical
Need to refresh DB for task, and test.
learning react, css all over wont take too long
both the auth and welcome page are complete in terms or style and UI. need to implement backend integration.
need to finish full rendering and piece together backend
task and team frontend is complete need to create backend and then fetch the API
made changes to schema to create new table.
all endpoints for tasks work except for delete as permission not allowed. review update task in future.
created team model and table in mysql
Set up auth register from front end need login endpoint. added junit test and github actions
Completed dao for teams and added login endpoint for user
need to add access and bearer token into database when making request for frontend
was able to upload and view folders in google drives
|
| GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
|---|---|---|---|---|---|
| 18557356 | Triggered | Username Password | 66bb876 | server/web-server/target/classes/application.properties | View secret |
| 18557361 | Triggered | Generic Password | ebe57e6 | server/web-server/src/test/java/Pronotion/web_server/service/UserServiceTest.java | View secret |
| 18557363 | Triggered | Generic High Entropy Secret | acc2106 | server/web-server/src/main/resources/application.properties | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secrets safely. Learn here the best practices.
- Revoke and rotate these secrets.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
No description provided.