-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge Upstream #390
Merge Upstream #390
Conversation
Co-authored-by: Evan Rusackas <[email protected]>
Co-authored-by: GitHub Action <[email protected]>
Co-authored-by: GitHub Action <[email protected]>
… with @math.gl/web-mercator (#30651)
… from requirements/development.in (#31040) Co-authored-by: GitHub Action <[email protected]> Co-authored-by: Maxime Beauchemin <[email protected]>
Co-authored-by: GitHub Action <[email protected]>
Co-authored-by: GitHub Action <[email protected]>
Co-authored-by: GitHub Action <[email protected]>
Co-authored-by: GitHub Action <[email protected]>
Co-authored-by: Rida KEJJI <[email protected]>
Co-authored-by: GitHub Action <[email protected]>
Co-authored-by: GitHub Action <[email protected]>
Co-authored-by: GitHub Action <[email protected]> Co-authored-by: Maxime Beauchemin <[email protected]>
Co-authored-by: GitHub Action <[email protected]> Co-authored-by: Maxime Beauchemin <[email protected]>
Co-authored-by: GitHub Action <[email protected]>
Co-authored-by: GitHub Action <[email protected]> Co-authored-by: Maxime Beauchemin <[email protected]>
Co-authored-by: GitHub Action <[email protected]>
Co-authored-by: GitHub Action <[email protected]>
Co-authored-by: GitHub Action <[email protected]>
Co-authored-by: GitHub Action <[email protected]>
Co-authored-by: GitHub Action <[email protected]>
Co-authored-by: GitHub Action <[email protected]>
Co-authored-by: GitHub Action <[email protected]>
Co-authored-by: GitHub Action <[email protected]>
…et-frontend (#31557) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…rontend (#31546) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…et-websocket (#31523) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…17.13 in /superset-frontend/packages/superset-ui-core (#30789) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Evan Rusackas <[email protected]>
…et-frontend/cypress-base (#30322) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…31536) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…superset-frontend (#31217) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joe Li <[email protected]>
…to ^7.26.3 in /superset-frontend/packages/superset-ui-demo (#31538) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ket (#31526) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…5.14 in /superset-frontend/plugins/plugin-chart-handlebars (#30778) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Geido <[email protected]>
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #390 +/- ##
==========================================
+ Coverage 65.01% 70.95% +5.93%
==========================================
Files 529 2002 +1473
Lines 38268 81018 +42750
Branches 0 9216 +9216
==========================================
+ Hits 24881 57484 +32603
- Misses 13387 21293 +7906
- Partials 0 2241 +2241
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -21,7 +21,7 @@ | |||
|
|||
|
|||
def md5_sha_from_str(val: str) -> str: | |||
return hashlib.md5(val.encode("utf-8")).hexdigest() | |||
return hashlib.md5(val.encode("utf-8")).hexdigest() # noqa: S324 |
Check failure
Code scanning / CodeQL
Use of a broken or weak cryptographic hashing algorithm on sensitive data High
SUMMARY
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION