Skip to content

Conversation

@kam-stand
Copy link
Owner

No description provided.

kam-stand added 30 commits May 26, 2025 11:12
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
@gitguardian
Copy link

gitguardian bot commented Jul 21, 2025

⚠️ GitGuardian has uncovered 3 secrets following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secrets in your pull request
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
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secrets safely. Learn here the best practices.
  3. Revoke and rotate these secrets.
  4. 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


🦉 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.

@kam-stand kam-stand merged commit 87948e9 into main Jul 21, 2025
1 of 2 checks passed
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.

2 participants