Your turn!
Following along with the provided code is a great way to learn through practice.
A better way is by challenging yourself to achieve tasks. Hence, I challenge you to improve the Bookmarkr application by adding the following features.
Task #1 – Update dependency versions
We have seen how to list outdated packages that have reached their end of support and talked about the importance of updating these. However, I haven’t updated these.
Your task is to clone the code into your GitHub or Azure DevOps account and to update it.
Once the dependencies have been updated, you will need to validate that the behavior of the application was not impacted, in other words, you need to ensure that the application still behaves as expected. This can be done by running the tests you developed earlier.
Task #2 – Use Mend Bolt to scan the code for vulnerabilities
Your task is to clone the code into your GitHub or Azure DevOps account, enable Mend Bolt...