bfGraph / STGraph

🌟 Vertex Centric approach for building GNN/TGNNs
MIT License
19 stars 0 forks source link

🔥 Removed url argument from the DataLoader methods #108

Closed nithinmanoj10 closed 9 months ago

nithinmanoj10 commented 9 months ago

In the new dataset abstraction, we had introduced a url argument, where the user can pass their own url from where the dataset can get downloaded from, other than the default download url. This is however a security vulnerability, where someone can pass a link to some malicious content that can then get downloaded to the users machine.

Also removed docs about the private attributes in the docstrings for the dataloaders.