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

docs: document avaiable security measures #2270

Merged
merged 2 commits into from Mar 16, 2023

Conversation

aucampia
Copy link
Member

Summary of changes

Several security measures can be used to mitigate risk when processing
potentially malicious input.

This change adds documentation about available security measures and
examples and tests that illustrate their usage.

Checklist

  • Checked that there aren't other open pull requests for
    the same change.
  • Checked that all tests and type checking passes.
  • Considered granting push permissions to the PR branch,
    so maintainers can fix minor issues and keep your PR up to date.

@coveralls
Copy link

coveralls commented Mar 12, 2023

Coverage Status

Coverage: 90.782%. Remained the same when pulling e2a7888 on aucampia:iwana-20230309T2324-docs_security into 60d98db on RDFLib:main.

@aucampia aucampia force-pushed the iwana-20230309T2324-docs_security branch 2 times, most recently from 5e48b5c to 731eb85 Compare March 13, 2023 00:19
@aucampia aucampia marked this pull request as ready for review March 13, 2023 00:19
@aucampia aucampia added review wanted This indicates that the PR is ready for review ready to merge The PR will be merged soon if no further feedback is provided. labels Mar 13, 2023
@aucampia aucampia requested a review from a team March 13, 2023 00:19
Copy link
Member

@white-gecko white-gecko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for doing this!

Several security measures can be used to mitigate risk when processing
potentially malicious input.

This change adds documentation about available security measures and
examples and tests that illustrate their usage.

- Closes <RDFLib#1844>.
@aucampia aucampia force-pushed the iwana-20230309T2324-docs_security branch from 731eb85 to e2a7888 Compare March 14, 2023 00:03
@aucampia aucampia merged commit 1c25676 into RDFLib:main Mar 16, 2023
@aucampia aucampia deleted the iwana-20230309T2324-docs_security branch April 9, 2023 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready to merge The PR will be merged soon if no further feedback is provided. review wanted This indicates that the PR is ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

URLInputSource can be abused to retrieve arbitrary documents if used naïvely
3 participants