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

Filter semgrep results based on initial findings #115

Merged
merged 2 commits into from
Nov 6, 2023

Only scan semgrep files with initial findings

552c714
Select commit
Loading
Failed to load commit list.
Merged

Filter semgrep results based on initial findings #115

Only scan semgrep files with initial findings
552c714
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 6, 2023 in 1s

95.96% (target 90.00%)

View this Pull Request on Codecov

95.96% (target 90.00%)

Details

Codecov Report

Merging #115 (552c714) into main (f20e61f) will increase coverage by 0.01%.
The diff coverage is 98.51%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #115      +/-   ##
==========================================
+ Coverage   95.95%   95.96%   +0.01%     
==========================================
  Files          62       64       +2     
  Lines        2572     2630      +58     
==========================================
+ Hits         2468     2524      +56     
- Misses        104      106       +2     
Files Coverage Δ
src/codemodder/codemodder.py 97.01% <100.00%> (+0.06%) ⬆️
src/codemodder/codemods/api/__init__.py 95.31% <100.00%> (ø)
src/codemodder/codemods/base_codemod.py 100.00% <100.00%> (ø)
src/codemodder/codemods/base_visitor.py 97.29% <100.00%> (ø)
src/codemodder/executor.py 92.59% <100.00%> (+0.13%) ⬆️
src/codemodder/file_context.py 100.00% <100.00%> (ø)
src/codemodder/result.py 100.00% <100.00%> (ø)
src/codemodder/semgrep.py 94.73% <100.00%> (ø)
src/core_codemods/django_debug_flag_on.py 100.00% <ø> (ø)
.../core_codemods/django_session_cookie_secure_off.py 98.30% <ø> (ø)
... and 4 more