Ransomware-Json-Dataset icon indicating copy to clipboard operation
Ransomware-Json-Dataset copied to clipboard

Compiles a json dataset using public sources that contains properties to aid in the detection and mitigation of over 1000 variants of ransomware.

Results 4 Ransomware-Json-Dataset issues
Sort by recently updated
recently updated
newest added

Since we're unpacking the entire row the `for` loop within `excel_to_json()` could be improved by using explicit list comprehension.

`excel_to_json` is accessing the same values from `row_values` by index multiple times. Defining intermediate variables (e.g. defining `name = row_values[6]` and using name variable later on) and avoiding accessing an...

Libraries are currently in a lazy state and need `if __name__ == '__main__':` statements to prevent accidental execution on import.

Bumps [requests](https://github.com/psf/requests) from 2.20.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...

dependencies