prophet/python/prophet
Aliaksandr Barouski efca9301ce
Fixing potential security issue (#2108)
An attacker could access random URL from the executing server if model is crafted. It happens
because pd.read_json checks if the parameter is string contains URL and loads it in the case. The
fix enforcing using parameter as a JSON.

Co-authored-by: Alex Barouski <barouski@fb.com>
2022-01-31 14:18:56 -05:00
..
tests Pakage rename (#1844) 2021-03-21 14:13:50 -07:00
__init__.py Pakage rename (#1844) 2021-03-21 14:13:50 -07:00
diagnostics.py fix: typo grammar 2021-08-03 08:37:45 +07:00
forecaster.py Speed up make_holiday_features by up to 35% (#1962) 2021-08-28 12:19:40 +10:00
hdays.py Pakage rename (#1844) 2021-03-21 14:13:50 -07:00
make_holidays.py Pakage rename (#1844) 2021-03-21 14:13:50 -07:00
models.py Add Windows wheel (#2089) 2021-12-25 23:20:24 +11:00
plot.py added argument for point color to cv plot (#1895) 2021-05-10 16:04:34 -07:00
serialize.py Fixing potential security issue (#2108) 2022-01-31 14:18:56 -05:00
utilities.py Pakage rename (#1844) 2021-03-21 14:13:50 -07:00