python · bugsinkHeads-up
Bugsink 2.2.0 fixes cross-project sourcemap lookup by debug ID
Before 2.2.0, sourcemap and debug file resolution by debug ID was not scoped to the project that owned the metadata. An authenticated user with access to one pr
What changed
Before 2.2.0, sourcemap and debug file resolution by debug ID was not scoped to the project that owned the metadata. An authenticated user with access to one project could cause event processing to use metadata uploaded for another project in the same instance, if the same debug ID was referenced.
Who it affects
Users of Bugsink 2.1.3 and earlier, especially those with multiple projects on the same instance and with FEATURE_MINIDUMPS enabled.
What to do today
Upgrade to Bugsink 2.2.0 and run 'bugsink-manage delete_legacy_sourcemaps' to remove legacy projectless sourcemap metadata.
The trail
Collected→
Audited→
Written→
Published