Skip to content

Commit

Permalink
fix: prevent dumping the full CSAF document into the tracing context
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Aug 26, 2024
1 parent 37614ae commit f66ef06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ingestor/src/service/advisory/csaf/loader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ impl<'g> CsafLoader<'g> {
Self { graph }
}

#[instrument(skip(self, labels), err)]
#[instrument(skip(self, csaf, labels), err)]
pub async fn load(
&self,
labels: impl Into<Labels>,
Expand Down

0 comments on commit f66ef06

Please sign in to comment.