Title: Add to Git?
Last modified: June 30, 2025

---

# Add to Git?

 *  Resolved [ratputin](https://wordpress.org/support/users/ratputin/)
 * (@ratputin)
 * [9 months, 1 week ago](https://wordpress.org/support/topic/add-to-git/)
 * Hopefully the Devs see this…
 * It looks like the plugin code is good and just needs a few esc_html() added to
   harden it. If you are no longer actively developing the plugin, could you throw
   it on Github so we could fork it? It’s too good to die off 🙂
    -  This topic was modified 9 months, 1 week ago by [ratputin](https://wordpress.org/support/users/ratputin/).

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Weather Atlas](https://wordpress.org/support/users/weatheratlas/)
 * (@weatheratlas)
 * [9 months, 1 week ago](https://wordpress.org/support/topic/add-to-git/#post-18540306)
 * The update (v3.0.3) includes a full review and fix to ensure everything is handled
   safely.
    - Virtually all output are now safely escaped using `esc_html()`, `esc_attr()`,
      and `esc_url()` – so anything dynamic or user-defined is protected before 
      output.
    - Every bit of user input is sanitized, including form submissions, shortcode
      attributes, REST API responses, and widget data.
    - Dynamic variables like `${}` are now properly escaped before output, just 
      to be extra safe.
    - The shortcode handler was improved, as it now validates `selected_widget_id`
    - REST API responses were reviewed, and all data returned is sanitized or escaped.
 * Fingers crossed this fixed the issue, but please let us know if you the problem
   still exists.
 *  Thread Starter [ratputin](https://wordpress.org/support/users/ratputin/)
 * (@ratputin)
 * [9 months, 1 week ago](https://wordpress.org/support/topic/add-to-git/#post-18540470)
 * Outstanding! Thank you!
 *  Plugin Author [Weather Atlas](https://wordpress.org/support/users/weatheratlas/)
 * (@weatheratlas)
 * [9 months ago](https://wordpress.org/support/topic/add-to-git/#post-18543999)
 * [https://patchstack.com/database/wordpress/plugin/weather-atlas/vulnerability/wordpress-weather-atlas-widget-plugin-3-0-1-cross-site-scripting-xss-vulnerability](https://patchstack.com/database/wordpress/plugin/weather-atlas/vulnerability/wordpress-weather-atlas-widget-plugin-3-0-1-cross-site-scripting-xss-vulnerability)
 * v3.0.4 is fixed. 
 * Update to version 3.0.4 (or later).

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Add to Git?’ is closed to new replies.

 * ![](https://ps.w.org/weather-atlas/assets/icon-256x256.png?rev=1682546)
 * [Weather Atlas Widget](https://wordpress.org/plugins/weather-atlas/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/weather-atlas/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/weather-atlas/)
 * [Active Topics](https://wordpress.org/support/plugin/weather-atlas/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/weather-atlas/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/weather-atlas/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Weather Atlas](https://wordpress.org/support/users/weatheratlas/)
 * Last activity: [9 months ago](https://wordpress.org/support/topic/add-to-git/#post-18543999)
 * Status: resolved