Skip to content
Snippets Groups Projects
Commit c1894560 authored by Domi's avatar Domi
Browse files

yes

parent 5bbb5e1e
No related branches found
No related tags found
No related merge requests found
{
"editor.formatOnSave": true
}
\ No newline at end of file
File moved
# CodeReview
## Code review: TP1
## TP1 : Resource
## Summary
Password strength calculator.
- https://blogit.michelin.io/when-ai-help-us-find-a-strong-password/
\ No newline at end of file
## Basic Usage
Just Use it.
## To DO
- [x] Maven/Gradle/Ant project
- [x] README.md with a summary of the project and basic usage of the library.
- Code:
- [x] License chosen.
- [ ] Comment the code using Javadoc.
- [x] Apply a code style policy (ex: Checkstyle).
- [ ] Fix bugs if necessary.
- SCM:
- [x] Github project.
- [x] Security.md.
- [x] Issues Templates.
- [ ] Pull request template.
- [ ] Protected Branches policies.
- [ ] Define pull request policy (approval etc…)
- Tests:
- [x] Units Tests implementation with proper test plan.
- [ ] “Performance test” on “ComputeMD5” method
- CI/CD:
- Foreach pull requests:
- [ ] Checkstyle
- [ ] Unit Tests passed.
- [ ] Cobertura reach 90%.
- [ ] Performance Tests passed.
- [ ] SAST run successfully without default (Ex: Semgrep).
- Foreach main modification:
- [ ] Build and Deploy version in Github Maven registry.
- [ ] Deploy documentation using GH-Pages with URL (blah.com/javadoc/<version>)
- [ ] Deploy Cobertura report with GH-Pages with URL (blah.com/cobertura/<version>)
File moved
File moved
File moved
## Code review: TP1
## Summary
Password strength calculator.
## Basic Usage
Just Use it.
## To DO
- [x] Maven/Gradle/Ant project
- [x] README.md with a summary of the project and basic usage of the library.
- Code:
- [x] License chosen.
- [ ] Comment the code using Javadoc.
- [x] Apply a code style policy (ex: Checkstyle).
- [ ] Fix bugs if necessary.
- SCM:
- [x] Github project.
- [x] Security.md.
- [x] Issues Templates.
- [ ] Pull request template.
- [ ] Protected Branches policies.
- [ ] Define pull request policy (approval etc…)
- Tests:
- [x] Units Tests implementation with proper test plan.
- [ ] “Performance test” on “ComputeMD5” method
- CI/CD:
- Foreach pull requests:
- [ ] Checkstyle
- [ ] Unit Tests passed.
- [ ] Cobertura reach 90%.
- [ ] Performance Tests passed.
- [ ] SAST run successfully without default (Ex: Semgrep).
- Foreach main modification:
- [ ] Build and Deploy version in Github Maven registry.
- [ ] Deploy documentation using GH-Pages with URL (blah.com/javadoc/<version>)
- [ ] Deploy Cobertura report with GH-Pages with URL (blah.com/cobertura/<version>)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment