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

Mark expressions with from() as safe #4

Open
RubenVerborgh opened this issue Feb 15, 2019 · 0 comments
Open

Mark expressions with from() as safe #4

RubenVerborgh opened this issue Feb 15, 2019 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@RubenVerborgh
Copy link
Member

Currently, all expressions with function calls are considered unsafe.

We might want to be more permissive and consider things like [.from('https://ruben.verborgh.org/profile/')['https://data.verborgh.org/people/joachim_van_herwegen'].firstName]https://solid.github.io/ldflex-playground/#.from('https%3A%2F%2Fruben.verborgh.org%2Fprofile%2F')%5B'https%3A%2F%2Fdata.verborgh.org%2Fpeople%2Fjoachim_van_herwegen'%5D.firstName safe, such that they can be loaded automatically, and have an associated SPARQL query.

@RubenVerborgh RubenVerborgh added enhancement New feature or request good first issue Good for newcomers labels Feb 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant