Major Updates
Reworks and additions
1. Slitherin CLI: Now, Slitherin and Slither detectors can be run separately. More information on CLI usage can be found [here](https://github.com/pessimistic-io/slitherin#slitherin-cli-recommended). Thx **Yhtiyar**
2. `pess-arbitrary-call` detector: Got divided into several detectors. Each detector has its own confidence and severity level. Descriptions of detectors can be found [here](https://github.com/pessimistic-io/slitherin/blob/master/docs/arbitrary_call.md). Thx **Yhtiyar**
3. `pess-aave-callback` detector: New detector. Checks if the callback executeOperation has initiator and msg.sender validation. Thx **Yhtiyar**
Crucial Fixes
1. `pess-only-eoa-check` detector: Had an IndexError in one of the cases, which has been fixed. Thx YanhuiJessica
2. `pess-arbitrary-call` detector: Had a bug in which the variable was read before declaration. This has now been fixed.
Minor Updates and Optimization
Minor Fixes
1. General. We changed the repo structure. Some files had paths to redundant files. Fixed. Thx Yhtiyar and YanhuiJessica