Database Dump Analyzer #72
Labels
Difficulty: Easy
This is an easy issue which should not take a lot of time
good first issue
Good for newcomers
hacktoberfest
Label for issues suited for the Hacktoberfest event
New Analyzer
For suggesting a new analyzer
There should be a new analyzer to find pastes which contain a database dump.
To solve this issue there needs to be a new analyzer added in the analyzers directory. The analyzer must follow the example of the other analyzers in this directory. Don't forget to add the analyzer to the analyzer package file.
The most simple example for such an analyzer is the AlwaysTrueAnalyzer which always returns True.
This analyzer should match different kinds of database dumps. There are different formats for database dumps. It's up to you how many of those you want to implement. On haveibeenpwned.com there is a nice explanation on database dumps in pastes which should serve as a source for ideas.
Tests are not necessary but highly appreciated. If there are questions, don't hesitate to contact me.
The text was updated successfully, but these errors were encountered: