robot_tests icon indicating copy to clipboard operation
robot_tests copied to clipboard

Exposed usernames and passwords

Open jaylagorio opened this issue 6 years ago • 0 comments

It appears you have exposed usernames and passwords to sites that are live and online. One example of many from https://raw.githubusercontent.com/openprocurement/robot_tests/a5b51a4d3cfc9f230f8162dbb90949e5d8c16734/op_robot_tests/tests_files/data/users.yaml:

SmartTender_Provider1:
        broker:   SmartTender
        homepage: "http://test.smarttender.biz/test-tenders?allcat=1"
        login:    [email protected]
        password: 111111
        browser:  chrome
        position: [0, 450]
        size:     [640, 450]

If these are strictly test systems you may want to make them inaccessible to the wider internet.

jaylagorio avatar Aug 29 '18 15:08 jaylagorio