You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the task
Update and manage dependencies across various parts of the application. This includes updating libraries in the backend for Python and the security scan for Go.
Purpose
To ensure the application remains secure, efficient, and free from vulnerabilities. Regularly updating dependencies is essential for maintaining the health of the system and leveraging improvements or fixes provided by the updated libraries.
Acceptance Criteria
Update urllib3 from version 1.26.12 to 1.26.18 in /backend Dependencies python.
Address any breaking changes or issues that arise from this update.
Update golang.org/x/net from version 0.2.0 to 0.17.0 in /security-scan/scan-coordinator Dependencies go.
Ensure there are no conflicts or issues after updating the Go dependency.
Update cryptography from version 39.0.1 to 41.0.4 in /backend Dependencies python.
Verify application stability and functionality after performing the updates.
Additional context
Dependency update tickets such as #2678 and #2633 have been flagged by the dependabot bot and require review.
Regularly updating dependencies is essential for security, performance, and accessing new features or fixes.
The text was updated successfully, but these errors were encountered:
Describe the task
Update and manage dependencies across various parts of the application. This includes updating libraries in the backend for Python and the security scan for Go.
Purpose
To ensure the application remains secure, efficient, and free from vulnerabilities. Regularly updating dependencies is essential for maintaining the health of the system and leveraging improvements or fixes provided by the updated libraries.
Acceptance Criteria
urllib3
from version1.26.12
to1.26.18
in/backend Dependencies python
.golang.org/x/net
from version0.2.0
to0.17.0
in/security-scan/scan-coordinator Dependencies go
.cryptography
from version39.0.1
to41.0.4
in/backend Dependencies python
.Additional context
#2678
and#2633
have been flagged by thedependabot bot
and require review.The text was updated successfully, but these errors were encountered: