[Task] Create SQL Injection PUT /users/{user_id}/tasks/{task_id}
For Sprint 4, I created a github action that does a SQL Injection PUT Test on the endpoint /users/{user_id}/tasks/{task_id}
To do this, I used Postman to create an example task which can be found at:
https://nsc-fun-dev-usw2-thursday.azurewebsites.net/api/users/1/tasks/3103
The action will test this endpoint.
Screenshot of successful run:
Testing instructions:
This action will run automatically any time a branch is pushed to development.
If using my personal repo, create a new file of any kind in the repo (without making changes to my code), and push it to the remote repo. You can then merge in your changes, and travel to the Actions tab of the repo to see if the Action was successful.
[Task] Create SQL Injection PUT /users/{user_id}/tasks/{task_id}
For Sprint 4, I created a github action that does a SQL Injection PUT Test on the endpoint /users/{user_id}/tasks/{task_id} To do this, I used Postman to create an example task which can be found at: https://nsc-fun-dev-usw2-thursday.azurewebsites.net/api/users/1/tasks/3103 The action will test this endpoint.
Screenshot of successful run:
Testing instructions:
Time Tracking: