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
I have not had the chance to look into the code, but how hard would it be to add other languages.
Like Perl, python, java, javascript?
The text was updated successfully, but these errors were encountered:
Should be relatively easy. The changes to make would be:
https://github.com/laurent22/so-sql-injections/blob/master/src/AppBundle/InjectionFinder.php
Add a "language" property to the question table so that we know which programming language was used.
Add the relevant language tags (js, python, etc.) to the StackExchange API query:
https://github.com/laurent22/so-sql-injections/blob/master/src/AppBundle/StackExchangeApi.php
And I think that's about it for the backend. Then it's all about updating the front-end to take these other languages into account.
If you or someone else is interested in developing this, feel free to submit a PR.
Sorry, something went wrong.
No branches or pull requests
I have not had the chance to look into the code, but how hard would it be to add other languages.
Like Perl, python, java, javascript?
The text was updated successfully, but these errors were encountered: