|
|
Subscribe / Log in / New account

Adding auditing to pip

Adding auditing to pip

Posted Aug 10, 2022 22:13 UTC (Wed) by iabervon (subscriber, #722)
In reply to: Adding auditing to pip by adam820
Parent article: Adding auditing to pip

I would tend to assume "audit" referred to tracking and recording code reviews and tests of the code, rather than only the problems that found. I'd also assume that auditing would include noticing that what you have that claims to be a particular version of Babel isn't what PyPI thinks is that version of Babel, which this clearly does not do. What it actually does is on the list of things I'd call "auditing", but it's like third.


to post comments

Adding auditing to pip

Posted Aug 11, 2022 12:52 UTC (Thu) by Saphyel (guest, #160208) [Link] (1 responses)

I have to disagree that's your own term for it but elsewhere is called audit so make sense to call it audit
* https://php.watch/articles/composer-audit
* https://docs.npmjs.com/cli/v6/commands/npm-audit
* https://lib.rs/crates/cargo-audit

If you don't like standards you can always create your own alias so don't make it harder for the rest of the world.

Adding auditing to pip

Posted Aug 12, 2022 13:42 UTC (Fri) by patrakov (subscriber, #97174) [Link]

Also on Arch Linux, we have "arch-audit".


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds