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

fix: jobs vulnerability #1799

Merged
merged 11 commits into from Mar 6, 2024
Merged

fix: jobs vulnerability #1799

merged 11 commits into from Mar 6, 2024

Commits on Mar 5, 2024

  1. fix: jobs vulnerability

    jobs depends on the api package to make request to render api This
    package suffers from a vulnerability of one of its dependency,
    specifically the lodash.setWith package which is actually deprecated.
    There is a PR open for api to use full lodash instead of per method
    packages (which are deprecated) but it has not been merged yet.
    readmeio/api#859
    
    This commit replaces the api package used to generate a render sdk from
    their openapi spec by a home-made RenderAPI class (40 lines of code)
    TBonnin committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    28abff0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16b93cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb42d72 View commit details
    Browse the repository at this point in the history
  4. update package-lock.json

    TBonnin committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    38fae7d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b309d3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6ec96a6 View commit details
    Browse the repository at this point in the history
  7. update package-lock.json

    TBonnin committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    1062680 View commit details
    Browse the repository at this point in the history
  8. update @sentry/node

    TBonnin committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    8e99034 View commit details
    Browse the repository at this point in the history
  9. update undici dependency

    TBonnin committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    45b93eb View commit details
    Browse the repository at this point in the history
  10. update package-lock.json

    TBonnin committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    d6bc6bb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9e4c3dc View commit details
    Browse the repository at this point in the history