Skip to content

Scope Location tag reads to the caller's own products - #15784

Open
svader0 wants to merge 1 commit into
DefectDojo:bugfixfrom
svader0:harden-shared-location-tag-scoping
Open

Scope Location tag reads to the caller's own products#15784
svader0 wants to merge 1 commit into
DefectDojo:bugfixfrom
svader0:harden-shared-location-tag-scoping

Conversation

@svader0

@svader0 svader0 commented Aug 24, 2026

Copy link
Copy Markdown
Collaborator

Hardening / consistency improvement to Location tag reads.

A Location row is shared by every product that references it, and its tag set is a single field on that row. This scopes reads of that set, and the filters that match on it, to the products the caller is authorized for. Adds a regression test.

No functional change when one authorization authority holds every product on the row, which is the normal case.

A Location row is deduplicated globally and its tag set is one field on that row,
shared by every product that references it. Reads of that set, and the filters
that match on it, now require the caller to be authorized for every product on
the row. The same predicate backs both, so a filter never matches a value the
response body withholds.
@dryrunsecurity

Copy link
Copy Markdown

DryRun Security

This pull request contains critical findings where user 'svader0' modified three sensitive HTML template files without being on the allowed authors list. These changes violate the configured codepath security policy, although they are not currently set to block the merge.

🔴 Configured Sensitive Codepath Modified by Non-Allowed Author in dojo/templates/dojo/snippets/endpoints.html (drs_87c2638f)
Vulnerability Configured Sensitive Codepath Modified by Non-Allowed Author
Description File 'dojo/templates/dojo/snippets/endpoints.html' matches configured sensitive codepath pattern 'dojo/templates/**/*.html' and was modified by 'svader0' (commit bc37a74) who is not in the allowed authors list.
🔴 Configured Sensitive Codepath Modified by Non-Allowed Author in dojo/templates/dojo/url/list.html (drs_1d5c706a)
Vulnerability Configured Sensitive Codepath Modified by Non-Allowed Author
Description File 'dojo/templates/dojo/url/list.html' matches configured sensitive codepath pattern 'dojo/templates/**/*.html' and was modified by 'svader0' (commit bc37a74) who is not in the allowed authors list.
🔴 Configured Sensitive Codepath Modified by Non-Allowed Author in dojo/templates/dojo/url/view.html (drs_3a272fee)
Vulnerability Configured Sensitive Codepath Modified by Non-Allowed Author
Description File 'dojo/templates/dojo/url/view.html' matches configured sensitive codepath pattern 'dojo/templates/**/*.html' and was modified by 'svader0' (commit bc37a74) who is not in the allowed authors list.

We've notified @mtesauro.


Comment to provide feedback on these findings.

Report false positive: @dryrunsecurity fp [FINDING ID] [FEEDBACK]
Report low-impact: @dryrunsecurity nit [FINDING ID] [FEEDBACK]

Example: @dryrunsecurity fp drs_90eda195 This code is not user-facing

All finding details can be found in the DryRun Security Dashboard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant