Third-party cyber evaluations involving OpenAI models
openai.com·13h ago

TL;DR
Crates.io has introduced a new 'Code' tab for browsing crate contents directly on the site, enhancing dependency auditing. This feature allows users to view files that may not be present in the linked repository.
✦ Why It Matters
Developers can now easily audit dependencies and track changes between crate versions, improving code quality and security.
Key Takeaways
How It Works
The new source code viewer operates by building a zip file for each published crate version, allowing users to browse files without overloading the crates.io API servers. It uses a manifest to load files on demand, ensuring efficient access and minimal server load.