add skip CVE processor and also collection description PATCH #44
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request refactors and improves the
src/reait/api.pyfile by addressing formatting inconsistencies, adding new functionality, and enhancing readability. The changes primarily focus on standardizing code style, adding a new parameter (skip_cves) to theRE_analysefunction, and introducing theRE_update_collection_descriptionfunction.Code Formatting Improvements:
RE_upload,RE_functions_rename, and_binary_format. [1] [2] [3]Enhancements to
RE_analyseFunction:skip_cvesto theRE_analysefunction, allowing users to skip CVE checks during analysis.New Functionality:
RE_update_collection_descriptionfunction to update the description of a collection using a PATCH request.Minor Refactoring:
RE_generate_data_types,RE_poll_ai_decompilation, andRE_name_scoreby removing unnecessary line breaks. [1] [2] [3]