Adding auditing to pip
Adding auditing to pip
Posted Aug 16, 2022 12:37 UTC (Tue) by kleptog (subscriber, #1183)In reply to: Adding auditing to pip by amarao
Parent article: Adding auditing to pip
There's always a way to ignore particular warnings from a tool. We have safety as part of our build pipeline and when it fails we need to check. Mostly it's just a minor upgrade, but we've had cases where it requires a major package upgrade which we don't have time for, and the actual issue doesn't affect us anyway because it's in some plugin we don't use, or the way our data is structured that corner case doesn't appear. It gets added to the ignore file with a comment and that's that.
If your security team can't accept that, then that's their problem. Not every CVE is equally important or equally relevant.
