Krishna Awasthi
Results
12
issues of
Krishna Awasthi
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na -...
Needs Review
BLAS
Good First PR
## Description The `feeds_response` function in `api/views/utils.py` currently iterates over the IOC queryset and, for each item, instantiates a `FeedsResponseSerializer` to validate and serialize the data. ```python # api/views/utils.py #...