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

Bump System.Linq.Dynamic.Core from 1.3.1 to 1.6.0 in /src/IoTHub.Portal.Infrastructure #3269

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2025

Bumps System.Linq.Dynamic.Core from 1.3.1 to 1.6.0.

Changelog

Sourced from System.Linq.Dynamic.Core's changelog.

v1.6.0 (26 January 2025)

  • #884 - By default the RestrictOrderByToPropertyOrField is now set to true in the ParsingConfig [feature] contributed by StefH
  • #867 - CVE-2024-51417: System.Linq.Dynamic.Core allows remote access to properties on reflection types and static properties/fields [bug]

v1.6.0-preview-03 (25 January 2025)

  • #876 - Update and Fix SecurityTests [test] contributed by mariusz96
  • #882 - ExpressionParser: add 2nd ctor with an extra non-optional parameter [feature] contributed by StefH
  • #883 - Fix the usage of ParsingConfig in some methods in the DynamicQueryableExtensions class [bug] contributed by StefH
  • #881 - ExpressionParser ctor in 1.5.0 not compatible with earlier versions [feature]

v1.6.0-preview-02 (24 January 2025)

  • #874 - Fix calling static properties or fields in non-static class [bug] contributed by StefH
  • #875 - Add option to ParsingConfig to allow the Equals and ToString methods on object [feature] contributed by StefH
  • #879 - Change internal usage from obsolete IDynamicLinkCustomTypeProvider to IDynamicLinqCustomTypeProvider [feature] contributed by StefH
  • #873 - Accessing static property or field in normal class does not work [bug]
  • #878 - ParsingConfig change Type of CustomTypeProvider to IDynamicLinqCustomTypeProvider in Version 1.6.0-preview-01 [feature]

v1.6.0-preview-01 (23 January 2025)

  • #864 - Use ParsingConfig.IsCaseSensitive setting in TextParser and KeywordsHelper [feature] contributed by StefH
  • #865 - Add OrderBy NullPropagation tests [test] contributed by StefH
  • #866 - Refactor KeywordsHelper, TypeFinder and update comments on ParsingConfig [refactor] contributed by StefH
  • #870 - Fix CVE-2024-51417 [bug] contributed by StefH
  • #773 - Parse exceptions with (nested) static classes [bug]

v1.5.1 (14 December 2024)

  • #859 - Add SelectMany extension method for Json [feature] contributed by StefH
  • #860 - Add support for SequenceEqual [feature] contributed by StefH
  • #861 - Fix calling Sum without any arguments [bug] contributed by StefH
  • #862 - Use different PackageIds for SystemTextJson and NewtonsoftJson projects [feature] contributed by StefH
  • #855 - Support for SequenceEqual [feature]
  • #856 - Using Sum method without arguments throws exception [bug]
  • #858 - SelectMany not work over JSON [bug]

v1.5.0 (07 December 2024)

  • #791 - Add Json support [feature] contributed by StefH
  • #857 - RestrictOrderByToPropertyOrField [feature] contributed by StefH
  • #789 - Add JSON support [feature]

v1.4.9 (16 November 2024)

v1.4.8 (31 October 2024)

  • #851 - Throw ArgumentException when expression has invalid compare (e.g. string with int) [bug] contributed by StefH
  • #849 - 1.4.7 Regression -- NullReferenceException from invalid expression instead of ArgumentException [bug]

v1.4.7 (26 October 2024)

  • #847 - Fixed String.Concat when types differ [bug] contributed by StefH
  • #845 - String concatenations fails with System.ArgumentException during parsing [bug]

v1.4.6 (13 October 2024)

... (truncated)

Commits
  • ad66a96 v1.6.0
  • 867d483 By default the RestrictOrderByToPropertyOrField is now set to true in the Par...
  • bd4b8c7 Update README.md [breaking change 1.6.0]
  • 93d5b92 v1.6.0-preview-03
  • cb09b72 Fix the usage of ParsingConfig in some methods in the DynamicQueryableExtensi...
  • bcd8f7b Update and Fix SecurityTests (#876)
  • 1ed7a23 ExpressionParser: add 2nd ctor with an extra non-optional parameter (#882)
  • 233881c v1.6.0-preview-02
  • 1934a14 Add option to ParsingConfig to allow the Equals and ToString methods on objec...
  • fca802e Change internal usage from obsolete IDynamicLinkCustomTypeProvider to IDynami...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [System.Linq.Dynamic.Core](https://github.com/zzzprojects/System.Linq.Dynamic.Core) from 1.3.1 to 1.6.0.
- [Release notes](https://github.com/zzzprojects/System.Linq.Dynamic.Core/releases)
- [Changelog](https://github.com/zzzprojects/System.Linq.Dynamic.Core/blob/master/CHANGELOG.md)
- [Commits](zzzprojects/System.Linq.Dynamic.Core@v1.3.1...v1.6.0)

---
updated-dependencies:
- dependency-name: System.Linq.Dynamic.Core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 27, 2025 18:54
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jan 27, 2025
Copy link

codecov bot commented Jan 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.12%. Comparing base (feac28f) to head (b5bf928).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3269   +/-   ##
=======================================
  Coverage   83.12%   83.12%           
=======================================
  Files         327      327           
  Lines       12428    12428           
  Branches      980      980           
=======================================
  Hits        10331    10331           
  Misses       1807     1807           
  Partials      290      290           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants