Could not load document because it is not whitelisted #5161
naturzukunft
started this conversation in
General
Replies: 1 comment 4 replies
-
Yeah, this is a change from the milestone build. We consider it a security risk that the JSON-LD parser can load an arbitrary file on your local machine or contact an arbitrary server on your local network, even though it breaks with the spec. You can disable it with: Or with a parser config:
We can also adjust our whitelist a bit. I see that we have |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there, i currently try to upgrade some dependencies in my project.
among others:
<rdf4j.version>5.0.0-M2</rdf4j.version>
->
<rdf4j.version>5.0.2</rdf4j.version>
no i run into problems executing my tests with an error:
i already tried:
mvn -Dorg.eclipse.rdf4j.rio.jsonld_secure_mode=true test
but with no effect.
Was there a change from 5.0.0-M2 to 5.0.2? Or do i have another problem ?
Thanks Fredy
Beta Was this translation helpful? Give feedback.
All reactions