SAP / odfuzz

Apache License 2.0
18 stars 12 forks source link

Skipping $format for delete queries #74

Closed prashdsouza closed 3 years ago

prashdsouza commented 3 years ago

@phanak-sap This is for a small correction for removing $format=json for delete queries as it was causing 403 for all delete requests.

Please also increase the version so that I can update the docker for dast tool as well

codecov-io commented 3 years ago

Codecov Report

Merging #74 (93d1587) into master (41d2441) will increase coverage by 0.11%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #74      +/-   ##
==========================================
+ Coverage   61.28%   61.39%   +0.11%     
==========================================
  Files          18       18              
  Lines        3368     3378      +10     
==========================================
+ Hits         2064     2074      +10     
  Misses       1304     1304              
Impacted Files Coverage Δ
odfuzz/config.py 91.07% <100.00%> (+1.27%) :arrow_up:
odfuzz/entities.py 73.98% <100.00%> (+0.01%) :arrow_up:
odfuzz/fuzzer.py 33.55% <100.00%> (+0.14%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 41d2441...93d1587. Read the comment docs.

prashdsouza commented 3 years ago

hi @phanak-sap

I have now integrated odfuzz 0.14a1 with FioriDAST Let me know when you have a new version for this PR , which I need to update