Skip to content
This repository has been archived by the owner on May 29, 2022. It is now read-only.

Releases: GohEeEn/insecure-flight-booking-app

Secure Airway Web Application v2.0

23 Jun 11:45
75ea31a
Compare
Choose a tag to compare
  • 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

23 Jun 11:46
f4d28fd
Compare
Choose a tag to compare
Pre-release

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 and Guest role
  • Cancel reservation (at least 24 hours before departure time)