Commits - Commit was made to address a vulnerability GHSA-3310 related to address data handling in the Spree Commerce platform. - Fix included additional application or third-party application-related bug fixes. Files Changed - 3 files modified with 150 lines added and 6 removed. - The file includes tests for the API endpoint, ensuring it properly updates an order's billing and shipping addresses under various user context (logged in, guest). - The and were updated to organize the address assignment and attribute validation. Key Functionality Tests - Updated address updates function checks for entries ensuring consistency when user IDs are not provided. - Ensures address book methods also verify user association and address assignment correctnesss. Security Consideration - The GHSA vulnerability evidences that there is potential for unauthorized access. - The commit provides an update specifically for this issue. - Application now enforces "bill_address" and "ship_address" association only for assigned "address" users.