Hello Team!
We are in the process of upgrading our instance from Koa to Nutmeg.
In doing that we have to run some security scans on the code.
The /…/commands/backfill_history.py file has been flagged as potential for SQL Injection. After reviewing this file it isn’t connected to the UI and seems like it is a false positive with the scan.
Instead of going through the process of getting a security exception we were planning on just deleting the file.
Before we did this we wanted to check with the community to see if they could give us a use case for when we would need this file so that we can determine if we will need it in the future.
We haven’t used the command:
$ ./manage.py lms backfill_history ...
and couldn’t think of a use case.
Thanks in advance!