Changeset: 2926150 Plugin: wp-sticky-social Timestamp: 2016-10-20 11:44:01 AM (4 years ago) Author: Musilda Message: 1.0.2 update Files Modified: - wp-sticky-social/trunk/README.txt - wp-sticky-social/trunk/admin/views/admin.php - wp-sticky-social/trunk/public/class-wp-sticky-social.php - wp-sticky-social/trunk/wp-sticky-social.php Key Vulnerability Information XSS Vulnerability Fixed - The commit includes a note about fixing an XSS vulnerability ("Minor xss vulnerability"). - The function was added to sanitize user input before saving it to the database. Code Changes - The function is used to sanitize user input for various social profile links and settings. - This change helps prevent XSS attacks by ensuring that any user input is properly sanitized before being stored or displayed.