P3-Core-Dev-Team / P3-Q-A

This repo is for tracking features
Other
0 stars 0 forks source link

FR : IA - ADS Data Migrator - Configuration - Password Encryption Issue: Plain Text Value in Input #109

Closed Kiruthi23 closed 1 week ago

Kiruthi23 commented 1 month ago

Description: It has been identified a security issue where passwords are being handled as plain text values within the input fields. This is a critical vulnerability that could potentially expose user credentials.

Actual Behavior: Passwords are visible as plain text in the input fields.

Expected Behavior: Passwords should be encrypted value in the input fields to ensure the security and privacy of user data. Use AES256 Algorithm.

Screenshots:

image

Vijayaraja-S commented 1 month ago

Development Is in progress

kilam005 commented 1 month ago

Development is complete and internal review is also complete. Demo will be planned with @Kiruthi23 to check if expectations are met and will be package in next release expected by early next week.

Vijayaraja-S commented 4 weeks ago

Development and testing were completed you may expect this feature to be in the next release ( version - 2024.06.45444 )

ElakkiyaBalasubramanian10 commented 3 weeks ago

Development completed and verified with @Kiruthi23 and team. Planned to release soon.

kilam005 commented 1 week ago

to be delivered today or tomorrow in build 2024.06.45454

Kiruthi23 commented 1 week ago

Passwords are encrypted in the input configuration file.

image

Working as expected.