-
Notifications
You must be signed in to change notification settings - Fork 5
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
Feature/app beautification #12
Conversation
removed some secrets from the text java files Signed-off-by: Andres LeonRangel <[email protected]>
Signed-off-by: Andres LeonRangel <[email protected]>
Signed-off-by: Andres LeonRangel <[email protected]>
use of a general secrets file. I have a scope of LDAP property file .env for docker-compose Signed-off-by: Andres LeonRangel <[email protected]>
Signed-off-by: Andres LeonRangel <[email protected]>
updates to the README file to match steps Signed-off-by: Andres LeonRangel <[email protected]>
simplified login screen moved panels to 404 error view Signed-off-by: Andres LeonRangel <[email protected]>
new image new wording added a watermark added a theme Signed-off-by: Andres LeonRangel <[email protected]>
JSF still under sun.com reference Signed-off-by: Andres LeonRangel <[email protected]>
Signed-off-by: Andres LeonRangel <[email protected]>
Signed-off-by: Andres LeonRangel <[email protected]>
clean up web.xml to bare minimum updated dependencies based on docs for prime faces 7 https://primefaces.github.io/primefaces/7_0/#/gettingstarted/dependencies Signed-off-by: Andres LeonRangel <[email protected]>
Signed-off-by: Andres LeonRangel <[email protected]>
Fixed UIs Signed-off-by: Andres LeonRangel <[email protected]>
Signed-off-by: Andres LeonRangel <[email protected]>
PrimeFaces 8 shows issues when trying to render old primefaces 5.3 forms Signed-off-by: Andres LeonRangel <[email protected]>
small update to build compiled files Signed-off-by: Andres LeonRangel <[email protected]>
Signed-off-by: Andres LeonRangel <[email protected]>
student registering class attendance Signed-off-by: Andres LeonRangel <[email protected]>
Signed-off-by: Andres LeonRangel <[email protected]>
successfully tested functions. Signed-off-by: Andres LeonRangel <[email protected]>
uses java base module functionality Signed-off-by: Andres LeonRangel <[email protected]>
add documentation to README Signed-off-by: Andres LeonRangel <[email protected]>
also adds Jakarta EE Signed-off-by: Andres LeonRangel <[email protected]>
adds Jakarta EE support jakarta namespace instead of javax Signed-off-by: Andres LeonRangel <[email protected]>
Primefaces bumped to Release Candidate PF14-RC1 Signed-off-by: Andres LeonRangel <[email protected]>
|
GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
---|---|---|---|---|---|
8231699 | Triggered | Generic High Entropy Secret | 6db018c | src/test/java/json/TestJSONToken.java | View secret |
8231699 | Triggered | Generic High Entropy Secret | 6db018c | src/test/java/json/TestConversionJSON2Object.java | View secret |
8231700 | Triggered | Generic High Entropy Secret | 6db018c | src/test/java/json/TestConversionJSON2Object.java | View secret |
8231700 | Triggered | Generic High Entropy Secret | 6db018c | src/test/java/json/TestJSONToken.java | View secret |
8231701 | Triggered | Generic High Entropy Secret | 6db018c | src/test/java/json/TestJSONToken.java | View secret |
8231701 | Triggered | Generic High Entropy Secret | 6db018c | src/test/java/json/TestConversionJSON2Object.java | View secret |
8231702 | Triggered | Generic High Entropy Secret | 6db018c | src/test/java/json/TestConversionJson2Map.java | View secret |
8231702 | Triggered | Generic High Entropy Secret | 6db018c | src/test/java/json/TestConversionJson2Map.java | View secret |
8231703 | Triggered | Generic High Entropy Secret | 6db018c | src/test/java/json/TestConversionJson2Map.java | View secret |
8231703 | Triggered | Generic High Entropy Secret | 6db018c | src/test/java/json/TestConversionJson2Map.java | 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.
Our GitHub checks need improvements? Share your feedbacks!
…endance into feature/app-beautification
…ti-cloud-WebApp-Attendance into feature/app-beautification
Upgrades Primefaces and deals with Jakarta EE new management