Skip to content

Commit ad19a15

Browse files
committed
Add change forgotten in previous commit
1 parent d2383ea commit ad19a15

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414
install_requires = [
1515
# Also update requirements/base.txt when you make changes here.
1616
'selenium>=4.9.0,<4.10',
17-
'webdriver_manager'
17+
# Freeze webdriver-manager for security; It downloads and runs binaries
18+
# from the internet. If it becomes malicious in the future, very bad
19+
# things can happen.
20+
'webdriver-manager==4.0.1'
1821
],
1922
package_data = {
2023
'helium._impl': ['webdrivers/**/*']

0 commit comments

Comments
 (0)