Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(asm): add SSRF support for urllib.request #9224

Merged
merged 53 commits into from
May 13, 2024

Commits on May 9, 2024

  1. Add SSRF support for http.client

    Signed-off-by: Juanjo Alvarez <juanjo.alvarezmartinez@datadoghq.com>
    juanjux committed May 9, 2024
    Configuration menu
    Copy the full SHA
    43f8468 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72d798d View commit details
    Browse the repository at this point in the history
  3. Add SSRF support for webbrowser

    Signed-off-by: Juanjo Alvarez <juanjo.alvarezmartinez@datadoghq.com>
    juanjux committed May 9, 2024
    Configuration menu
    Copy the full SHA
    612b656 View commit details
    Browse the repository at this point in the history
  4. checkpoint

    Signed-off-by: Juanjo Alvarez <juanjo.alvarezmartinez@datadoghq.com>
    juanjux committed May 9, 2024
    Configuration menu
    Copy the full SHA
    03bc4fe View commit details
    Browse the repository at this point in the history
  5. tests

    Signed-off-by: Juanjo Alvarez <juanjo.alvarezmartinez@datadoghq.com>
    juanjux committed May 9, 2024
    Configuration menu
    Copy the full SHA
    9a6d747 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4fb5ea1 View commit details
    Browse the repository at this point in the history
  7. fmt

    Signed-off-by: Juanjo Alvarez <juanjo.alvarezmartinez@datadoghq.com>
    juanjux committed May 9, 2024
    Configuration menu
    Copy the full SHA
    275df80 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5233265 View commit details
    Browse the repository at this point in the history
  9. fmt

    Signed-off-by: Juanjo Alvarez <juanjo.alvarezmartinez@datadoghq.com>
    juanjux committed May 9, 2024
    Configuration menu
    Copy the full SHA
    baf5768 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'juanjux/webbrowser-ssrf' of github.com:DataDog/dd-trace…

    …-py into juanjux/webbrowser-ssrf
    juanjux committed May 9, 2024
    Configuration menu
    Copy the full SHA
    994c49f View commit details
    Browse the repository at this point in the history
  11. Ignore false mypy messsage

    Signed-off-by: Juanjo Alvarez <juanjo.alvarezmartinez@datadoghq.com>
    juanjux committed May 9, 2024
    Configuration menu
    Copy the full SHA
    6368d18 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d8603dd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4a2fcb3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5ffeb37 View commit details
    Browse the repository at this point in the history
  15. Fix mypy ignore

    Signed-off-by: Juanjo Alvarez <juanjo.alvarezmartinez@datadoghq.com>
    juanjux committed May 9, 2024
    Configuration menu
    Copy the full SHA
    f0b1462 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'juanjux/webbrowser-ssrf' of github.com:DataDog/dd-trace…

    …-py into juanjux/webbrowser-ssrf
    juanjux committed May 9, 2024
    Configuration menu
    Copy the full SHA
    56278b1 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Update .suitespec.json to add the webbrowser contrib

    Signed-off-by: Juanjo Alvarez <juanjo.alvarezmartinez@datadoghq.com>
    juanjux committed May 10, 2024
    Configuration menu
    Copy the full SHA
    9a82296 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89087cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ab080d View commit details
    Browse the repository at this point in the history
  4. Fix conflicts

    Signed-off-by: Juanjo Alvarez <juanjo.alvarezmartinez@datadoghq.com>
    juanjux committed May 10, 2024
    Configuration menu
    Copy the full SHA
    d3b5982 View commit details
    Browse the repository at this point in the history
  5. fix

    Signed-off-by: Juanjo Alvarez <juanjo.alvarezmartinez@datadoghq.com>
    juanjux committed May 10, 2024
    Configuration menu
    Copy the full SHA
    979569e View commit details
    Browse the repository at this point in the history
  6. fix

    Signed-off-by: Juanjo Alvarez <juanjo.alvarezmartinez@datadoghq.com>
    juanjux committed May 10, 2024
    Configuration menu
    Copy the full SHA
    07f573d View commit details
    Browse the repository at this point in the history
  7. Add SSRF support for urlib.request

    Signed-off-by: Juanjo Alvarez <juanjo.alvarezmartinez@datadoghq.com>
    juanjux committed May 10, 2024
    Configuration menu
    Copy the full SHA
    a72a96e View commit details
    Browse the repository at this point in the history
  8. fix

    Signed-off-by: Juanjo Alvarez <juanjo.alvarezmartinez@datadoghq.com>
    juanjux committed May 10, 2024
    Configuration menu
    Copy the full SHA
    d329e9b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f31214b View commit details
    Browse the repository at this point in the history
  10. changelog

    Signed-off-by: Juanjo Alvarez <juanjo.alvarezmartinez@datadoghq.com>
    juanjux committed May 10, 2024
    Configuration menu
    Copy the full SHA
    d92c375 View commit details
    Browse the repository at this point in the history
  11. Add telemetry metric instrumented

    Signed-off-by: Juanjo Alvarez <juanjo.alvarezmartinez@datadoghq.com>
    juanjux committed May 10, 2024
    Configuration menu
    Copy the full SHA
    6c023c1 View commit details
    Browse the repository at this point in the history
  12. Add telemetry metric instrumented

    Signed-off-by: Juanjo Alvarez <juanjo.alvarezmartinez@datadoghq.com>
    juanjux committed May 10, 2024
    Configuration menu
    Copy the full SHA
    c12beaa View commit details
    Browse the repository at this point in the history
  13. Update .suitespec.json to add the urllib contrib

    Signed-off-by: Juanjo Alvarez <juanjo.alvarezmartinez@datadoghq.com>
    juanjux committed May 10, 2024
    Configuration menu
    Copy the full SHA
    6f53add View commit details
    Browse the repository at this point in the history
  14. fix

    Signed-off-by: Juanjo Alvarez <juanjo.alvarezmartinez@datadoghq.com>
    juanjux committed May 10, 2024
    Configuration menu
    Copy the full SHA
    8ea93d0 View commit details
    Browse the repository at this point in the history
  15. Update .suitespec.json to add the urllib contrib

    Signed-off-by: Juanjo Alvarez <juanjo.alvarezmartinez@datadoghq.com>
    juanjux committed May 10, 2024
    Configuration menu
    Copy the full SHA
    d8feea8 View commit details
    Browse the repository at this point in the history
  16. fmt

    Signed-off-by: Juanjo Alvarez <juanjo.alvarezmartinez@datadoghq.com>
    juanjux committed May 10, 2024
    Configuration menu
    Copy the full SHA
    7094e47 View commit details
    Browse the repository at this point in the history
  17. fix

    Signed-off-by: Juanjo Alvarez <juanjo.alvarezmartinez@datadoghq.com>
    juanjux committed May 10, 2024
    Configuration menu
    Copy the full SHA
    bd515ed View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b38c65b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c55dcd1 View commit details
    Browse the repository at this point in the history
  20. Update CODEOWNERS

    Signed-off-by: Juanjo Alvarez <juanjo.alvarezmartinez@datadoghq.com>
    juanjux committed May 10, 2024
    Configuration menu
    Copy the full SHA
    a9c3bf1 View commit details
    Browse the repository at this point in the history
  21. Merge branch 'juanjux/stdlib-urllib-ssrf' of github.com:DataDog/dd-tr…

    …ace-py into juanjux/stdlib-urllib-ssrf
    juanjux committed May 10, 2024
    Configuration menu
    Copy the full SHA
    821cdf7 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    bdfa75b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e9d8dd4 View commit details
    Browse the repository at this point in the history
  24. Use internal utils instead of reinventing the wheel

    Signed-off-by: Juanjo Alvarez <juanjo.alvarezmartinez@datadoghq.com>
    juanjux committed May 10, 2024
    Configuration menu
    Copy the full SHA
    694256e View commit details
    Browse the repository at this point in the history
  25. Merge branch 'juanjux/webbrowser-ssrf' of github.com:DataDog/dd-trace…

    …-py into juanjux/webbrowser-ssrf
    juanjux committed May 10, 2024
    Configuration menu
    Copy the full SHA
    4e01714 View commit details
    Browse the repository at this point in the history
  26. safer

    Signed-off-by: Juanjo Alvarez <juanjo.alvarezmartinez@datadoghq.com>
    juanjux committed May 10, 2024
    Configuration menu
    Copy the full SHA
    77c0e11 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    06507cc View commit details
    Browse the repository at this point in the history
  28. Merge branch 'juanjux/stdlib-urllib-ssrf' of github.com:DataDog/dd-tr…

    …ace-py into juanjux/stdlib-urllib-ssrf
    juanjux committed May 10, 2024
    Configuration menu
    Copy the full SHA
    a040bd3 View commit details
    Browse the repository at this point in the history
  29. fmt

    Signed-off-by: Juanjo Alvarez <juanjo.alvarezmartinez@datadoghq.com>
    juanjux committed May 10, 2024
    Configuration menu
    Copy the full SHA
    4aba25d View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    86783fd View commit details
    Browse the repository at this point in the history
  2. mypy

    Signed-off-by: Juanjo Alvarez <juanjo.alvarezmartinez@datadoghq.com>
    juanjux committed May 13, 2024
    Configuration menu
    Copy the full SHA
    4cb26ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43542f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34dee00 View commit details
    Browse the repository at this point in the history
  5. doc fix

    Signed-off-by: Juanjo Alvarez <juanjo.alvarezmartinez@datadoghq.com>
    juanjux committed May 13, 2024
    Configuration menu
    Copy the full SHA
    c056289 View commit details
    Browse the repository at this point in the history
  6. fmt

    Signed-off-by: Juanjo Alvarez <juanjo.alvarezmartinez@datadoghq.com>
    juanjux committed May 13, 2024
    Configuration menu
    Copy the full SHA
    a90c291 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2edc164 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5aa62f0 View commit details
    Browse the repository at this point in the history