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 dotNetRdf from 3.0.0 to 3.0.1 in /ShaclServiceTests #118

Merged
merged 1 commit into from
Aug 16, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 11, 2023

Bumps dotNetRdf from 3.0.0 to 3.0.1.

Changelog

Sourced from dotNetRdf's changelog.

3.0.1

FIX: The JSON-LD context processor has been updated to a stack overflow vulnnerability when processing remote contexts. As part of this change the default value of the RemoteContextLimit property of the JsonLdProcessorOptions has been changed from -1 (unlimited) to 10. The processor has also been modified to treat every repeat call to the same remote URL as counting towards this limit. Thanks to the dotNetRDF user who reported this.

ENHANCEMENT: The RDFa parser has been updated to be more conformant with the RDFa specs. By default the parser implements RDFa+(X)HTML processing and now passes all of the RDFa 1.1 test suite for the HTML, XHTML and XML host languages.

FIX: Fix for the JSON-LD Framing processor to correctly handle a frame with multiple @​reverse properties. Thanks to @​huibertalblas for the bug report and fix. (#556)

Commits
  • ab9dc71 Merge pull request #577 from dotnetrdf/feature/update-docs
  • 35d71cc Update changelog for 3.0.1 release
  • a05ec69 Remove misleading information from docs
  • 914c380 Merge pull request #576 from dotnetrdf/bug/json-ld-remote-context
  • 334040e Use a lower default value for RemoteContextLimit
  • 841bd82 Update documentation of RemoteContextLimit
  • 79b9f7a Set a non-negative default RemoteContextLimit
  • 74ceff4 Include duplicate remote context references
  • 24e6cf0 Merge pull request #569 from toftalisk/main
  • 20ba055 Merge branch 'main' into main
  • 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)

Bumps [dotNetRdf](https://github.com/dotnetrdf/dotnetrdf) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/dotnetrdf/dotnetrdf/releases)
- [Changelog](https://github.com/dotnetrdf/dotnetrdf/blob/main/ChangeLog.txt)
- [Commits](dotnetrdf/dotnetrdf@v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: dotNetRdf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 11, 2023
@langsamu langsamu merged commit 115a99c into main Aug 16, 2023
1 check passed
@langsamu langsamu deleted the dependabot/nuget/ShaclServiceTests/dotNetRdf-3.0.1 branch August 16, 2023 09:42
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant