We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Although DSVW is indeed small, calling it 100 lines of code might be a stretch, as it uses extremely long lines to achieve this.
The long lines are hard to understand and review.
This is a security problem; attacks mentioned in https://blog.phylum.io/phylum-discovers-dozens-more-pypi-packages-attempting-to-deliver-w4sp-stealer-in-ongoing-supply-chain-attack relied on long lines to evade review.
autopep8 helps a little, but really, the code should be run through Black, which turns it into 500 lines of much more readable python.
The text was updated successfully, but these errors were encountered:
security problem :)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Although DSVW is indeed small, calling it 100 lines of code might be a stretch, as it uses extremely long lines to achieve this.
The long lines are hard to understand and review.
This is a security problem; attacks mentioned in https://blog.phylum.io/phylum-discovers-dozens-more-pypi-packages-attempting-to-deliver-w4sp-stealer-in-ongoing-supply-chain-attack relied on long lines to evade review.
autopep8 helps a little, but really, the code should be run through Black, which turns it into 500 lines of much more readable python.
The text was updated successfully, but these errors were encountered: