Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: improve experimental source code pattern analysis of pypi packages #965

Draft
wants to merge 1 commit into
base: staging
Choose a base branch
from

Conversation

art1f1c3R
Copy link
Member

This pull request builds upon the work completed in #851, refactoring and refining the first step of source code analysis, matching suspicious code patterns. The intended behavior of this functionality is for the user to be able to specify pattern categories and subcategories (but no deeper) in a .yaml file, where this file path is provided in defaults.ini; a default file exists. These patterns will then be used to scan all python source code files for suspicious behavior. This suspicious pattern scanning will be the first phase of a broader feature for full source code analysis that includes dataflow analysis.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant