prithwishpramanik / Weather-App

It is A simple 🌞🌦Weather app🌞⛅ which you can use to get weather of the any city on earth.This App provides you with RealTime Temperature,Description about the weather,Humidity & Windspeed of the searched location
1 stars 1 forks source link

Exposed OpenWeatherMap API key #1

Open Mitrajit opened 3 years ago

Mitrajit commented 3 years ago

@prithwishpramanik I found that the API key for OpenWeatherMap is exposed making the program vulnerable. I would strongly urge you to use repository secrets for safekeeping and the workflow can use them. https://github.com/prithwishpramanik/Weather-App/blob/7cbebcefd2b278d9c97c25cef70b8c59db9e5e10/app.js#L2

Mitrajit commented 3 years ago

The issue has been solved please change the API key.