This repository has been archived by the owner on May 29, 2022. It is now read-only.
Releases: GohEeEn/insecure-flight-booking-app
Releases · GohEeEn/insecure-flight-booking-app
Secure Airway Web Application v2.0
- Spring Security is used to implement the security controls to patch the vulnerabilities found by external pentesting team
- Add
administrator
role and functionality with the highest privilege to add, edit and delete flights and reservations for both guests and members. However, an admin does not have the right to view/modify/delete payment information of customers. - Migrate the database used from MySQL to H2 database
- Add input validation and logging functionality
Secure Airway Web Application v1.0
A Spring Boot web application with the following functionality :
- Member registration
- Edit or delete member registration
- Change account password
- Add and use credit card for reservation (fake data only)
- Flight search (predefined data only)
- Making reservation(s) with both
Member
andGuest
role - Cancel reservation (at least 24 hours before departure time)