MarketSquare / robotframework-requests

Robot Framework keyword library wrapper for requests
http://marketsquare.github.io/robotframework-requests/
MIT License
488 stars 280 forks source link

fix: credentials leakage in request headers #382

Closed nestoracunablanco closed 6 months ago

nestoracunablanco commented 1 year ago

The headers request contains the authentication, and it gets printed in the robot log report.

Issue #380

nestoracunablanco commented 1 year ago

Hello @lucagiove , here a new approach. Thanks for your feedback!

lucagiove commented 6 months ago

But this will disable all headers logging by default. I'll write my idea in the issue.

lucagiove commented 6 months ago

Ah pytest is a development requirement no need to be added in requirements.txt Here you'll find how to install dev dependencies: https://github.com/MarketSquare/robotframework-requests/blob/master/CONTRIBUTING.md