aboutcode icon indicating copy to clipboard operation
aboutcode copied to clipboard

AboutCode project: tools and data to uncover things about code: the provenance, origin, license, and more (packages, security, quality, etc.) of FOSS code

Results 59 aboutcode issues
Sort by recently updated
recently updated
newest added

This PR refactors non-test code by replacing all usage of `assert` statements with proper error handling or conditional checks. Purpose: - Improves code reliability and prevents unexpected termination in production....

Fixes #0000 ### Tasks * [ ] PR is descriptively titled 📑 and links the original issue above 🔗 * [ ] Tests pass -- look for a green checkbox...

Fixes #0000 ### Tasks * [ ] PR is descriptively titled 📑 and links the original issue above 🔗 * [ ] Tests pass -- look for a green checkbox...

Fixes #0000 ### Tasks * [x] PR is descriptively titled 📑 and links the original issue above 🔗 * [x] Tests pass -- look for a green checkbox ✔️ a...

See https://www.reddit.com/r/learnpython/comments/zd217y/is_using_assert_considered_good_practice/ > assert statements should only be used for debugging purposes. They are removed when not running in debug mode (i.e. when invoking the Python command with the -O...

good first issue
easy

This PR adds a document regarding code contributions to AboutCode projects.

We need to create an AboutCode.org level security policy and reference it on each of our projects. Some useful resources (GH context) are: - https://docs.github.com/en/code-security/getting-started/adding-a-security-policy-to-your-repository - https://repos.openssf.org/principles-for-package-repository-security - https://github.blog/security/vulnerability-research/a-maintainers-guide-to-vulnerability-disclosure-github-tools-to-make-it-simple/

documentation

### Description We have many places for this like in: - https://scancodeio.readthedocs.io/en/latest/contributing.html - See https://github.com/search?q=org%3Aaboutcode-org+contributing+language%3AreStructuredText&type=code&l=reStructuredText We need to have a single org-wide document that unifies all these practices with a...

documentation

I would like to work on UI , it would be great if any moderators can assign this to me.

website

## Short Description Add a Dark Mode option so users can easily switch between light and dark themes on the site. ## How This Feature Will Help Dark Mode will...

website