Skip to content

Commit

Permalink
docs: Add Security comment (SSRF)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 21, 2024
1 parent a11c112 commit a582313
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions process/management/commands/checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ def _check_collection_file(collection_file):
extensions = frozenset(extension for extension in extensions if isinstance(extension, str))
else:
extensions = frozenset()
# Security: Potential SSRF via extension URLs (within OCDS publication).
schema = _get_schema(items_key, extensions)

logger.debug("Checking %s of %s", items_key, item)
Expand Down

0 comments on commit a582313

Please sign in to comment.