Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Automated update-Scrapy V0.1 changing RA Table

...

Catching RuntimeException may unintentionally trap other exception types and prevent them from being handled properly.

Guideline Recommendation

Severity

Likelihood

Remediation Cost

Priority

Level

EXC14ERR14-J

low

likely

medium

P6

L2

Automated Detection

Automated detection of code that catches RuntimeException, Exception, or Throwable is trivial. Sound automated determination of whether such code complies with the exceptions to this rule is infeasible. Heuristic techniques may be helpful.

...