We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b95ba7a commit e699d8bCopy full SHA for e699d8b
ocdskit/combine.py
@@ -195,6 +195,7 @@ def merge(
195
tag = get_ocds_patch_tag(packager.version)
196
if packager.package['extensions']:
197
# `extensions` is an insertion-ordered dict at this point.
198
+ # Security: Potential SSRF via extension URLs.
199
builder = ProfileBuilder(tag, list(packager.package['extensions']))
200
schema = builder.patched_release_schema()
201
else:
0 commit comments