-
Notifications
You must be signed in to change notification settings - Fork 97
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
Add new security recommendation (add new external package to the project #2515
Conversation
docs/scos/dev/guidelines/coding-guidelines/secure-coding-practices-external-packages.md
Outdated
Show resolved
Hide resolved
|
||
### Check security (now and future) | ||
|
||
1. Check that package has no known security vulnarabilities. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check that the package has no known security vulnerabilities.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed! Thank you!
### Check security (now and future) | ||
|
||
1. Check that package has no known security vulnarabilities. | ||
2. Add automated tool to your CI/CD to check it regularly for all the packages. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add an automated SAST&SCA tool to your CI/CD to check it regularly for all the packages.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed! Thank you!
PR Description
@lenadoc , @andriitserkovnyi the Security team checked the PR.
Please merge it
Checklist