Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justeat/JustEat.InfoSecRecruitmentTest
https://github.com/justeat/JustEat.InfoSecRecruitmentTest
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/justeat/JustEat.InfoSecRecruitmentTest
- Owner: justeat
- Archived: true
- Created: 2016-06-28T11:05:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-07-07T13:26:10.000Z (over 2 years ago)
- Last Synced: 2024-08-03T20:01:19.861Z (5 months ago)
- Language: C#
- Homepage:
- Size: 375 KB
- Stars: 4
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-recruitment-tests - JustEat - Security engineer recruitment test. (C#)
README
JUST EAT Security Engineer Recruitment Test
===========================================The test consists of two parts:
* [A code review test](#code-review-test)
* [A few technical questions](#technical-questions)In order to avoid bounced emails we would like you to submit your results by uploading the relevant zip file to a shared Google Drive folder. In order to obtain the URL for this folder please supply your Gmail or Google-based email address to either your agent or the JUST EAT member of staff who assigned you the test.
Please make this a **single** zip file named **{yourname}-{role-applied-for}.zip** containing:
1. A single file with your findings from the code review
2. A single file with your answers to the technical questions
2. One folder containing your version of the application, if you have any suggested changes## Code Review Test
This is a basic MVC web application that requires a security code review. Please review the application and report on any issues that you find, simple as that! Include in your report:
- Issue
- Suggested Remediation### Rewrites
*If you are applying for a Security Sofware Engineer role, it would be advisable to do this*
If you like, you could rewrite any parts of the application that you feel could be improved. If you do so, please clearly comment on:
- If the change relates to a finding in your report
- How you made it betterYou can document the changes how ever you prefer, as long as your motivation and the specific changes are clear
# Technical questions
Please answer the following questions in a markdown file called `Answers to technical questions.md`.
1. What was your process for reviewing the application?
2. If you found any issues, what was the most severe?
3. Code review can be a very manual process, how can you give assurance that code is secure in an environment with multiple daily deployments?####Thanks for your time, we look forward to hearing from you!
- The JUST EAT Infosec Team