GithubHelp home page GithubHelp logo

Comments (3)

lucagiove avatar lucagiove commented on June 10, 2024

I agree there should be an hiding mechanism for such sensitive data.

from robotframework-requests.

lucagiove avatar lucagiove commented on June 10, 2024

Mainly the idea could be to have a parsing function that search in headers keys for well known authentication mechanism and remove the sensitive data from log.
So I expect to find in log example Authorization: 'value-has-been-redacted'
Probably by default the redaction is enabled and can be disabled maybe at debug logging level.
This solution should consider performance since logging is quite cpu intensive when lot of requests are issued.

from robotframework-requests.

nestoracunablanco avatar nestoracunablanco commented on June 10, 2024

Hello @lucagiove , I wanted to confirm if I understood you correctly. I have just submitted a PR, which is currently incomplete. The PR focuses on retrieving header information, verifying the presence of an authorization key, and masking it with asterisks. This practice is commonly used to prevent logging of sensitive information.

In addition, I can also incorporate functionality to enable based on the log level. However, before expanding the code further in the PR, I would appreciate your feedback on whether I am proceeding in the right direction.

from robotframework-requests.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.