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 CodeQL security warnings #1493

Merged
merged 4 commits into from
Feb 4, 2025
Merged

Conversation

sequba
Copy link
Contributor

@sequba sequba commented Feb 4, 2025

Context

Fixing:

How did you test your changes?

unit tests locally and in the CI env

Types of changes

  • Breaking change (a fix or a feature because of which an existing functionality doesn't work as expected anymore)
  • New feature or improvement (a non-breaking change that adds functionality)
  • Bug fix (a non-breaking change that fixes an issue)
  • Additional language file, or a change to an existing language file (translations)
  • Change to the documentation

Checklist:

  • I have reviewed the guidelines about Contributing to HyperFormula and I confirm that my code follows the code style of this project.
  • I have signed the Contributor License Agreement.
  • My change is compliant with the OpenDocument standard.
  • My change is compatible with Microsoft Excel.
  • My change is compatible with Google Sheets.
  • I described my changes in the CHANGELOG.md file.
  • My changes require a documentation update.
  • My changes require a migration guide.

@sequba sequba self-assigned this Feb 4, 2025
@sequba sequba marked this pull request as ready for review February 4, 2025 09:32
@sequba sequba requested a review from budnix February 4, 2025 09:34
@sequba sequba merged commit 9fff869 into develop Feb 4, 2025
25 checks passed
@sequba sequba deleted the feature/codeql-security-warnings branch February 4, 2025 09:46
Copy link

codecov bot commented Feb 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.22%. Comparing base (fc0c1b5) to head (6e1275c).
Report is 1 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #1493   +/-   ##
========================================
  Coverage    97.22%   97.22%           
========================================
  Files          169      169           
  Lines        14523    14523           
  Branches      3169     3169           
========================================
  Hits         14120    14120           
  Misses         396      396           
  Partials         7        7           
Files with missing lines Coverage Δ
...c/DependencyGraph/AddressMapping/AddressMapping.ts 88.00% <ø> (ø)
src/interpreter/plugin/TextPlugin.ts 100.00% <100.00%> (ø)

Copy link

github-actions bot commented Feb 4, 2025

Performance comparison of head (6e1275c) vs base (fc0c1b5)

                                     testName |   base |   head | change
------------------------------------------------------------------------
                                      Sheet A | 501.48 | 502.65 | +0.23%
                                      Sheet B | 161.12 | 162.51 | +0.86%
                                      Sheet T | 141.37 | 142.43 | +0.75%
                                Column ranges | 511.84 | 507.77 | -0.80%
Sheet A:  change value, add/remove row/column |  13.69 |  13.48 | -1.53%
 Sheet B: change value, add/remove row/column | 120.64 | 129.47 | +7.32%
                   Column ranges - add column | 147.45 | 150.96 | +2.38%
                Column ranges - without batch | 435.57 | 441.05 | +1.26%
                        Column ranges - batch | 108.38 |  110.2 | +1.68%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants