Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Add createTypicalXyz methods * Add SQL injection tests for createFeedbackSession * Add SQL injection tests for getFeedbackSession(String, String) * Add SQL injection tests for getSoftDeletedFeedbackSession * Add SQL injection test for getSoftDeletedFeedbackSessionsForCourse * Add SQL injection tests from restoreDeletedFeedbackSession * Change SQL injection for restoreDeletedFeedbackSession * Add SQL injection test for getFeedbackSessionEntitiesForCourse * Add SQL injection test for get ... for course starting after * Add comment for SQL injection attempts on deleteFeedbackSession * Add SQL injection tests for updateFeedbackSession * Add SQL injection tests for softDeleteFeedbackSession * Fix lint * Fix PMD * Make SQL injection query more concise --------- Co-authored-by: Wei Qing <[email protected]>
- Loading branch information