snoopysecurity / dvws-node

Damn Vulnerable Web Services is a vulnerable application with a web service and an API that can be used to learn about webservices/API related vulnerabilities.
GNU General Public License v3.0
442 stars 173 forks source link

Converted Notes type field to AngularJS option field #56

Closed dave-shanahan closed 1 year ago

dave-shanahan commented 1 year ago

Overview

The Notes form presented the Notes Type field using a basic HTML text field that allowed users to place arbitrary values. I created an AngularJS compliant version of a HTML option field for the set enum of values.

Screenshot_2023-08-24_21-31-22

Implementation Details

The AngularJS option input contains the following five values:

I also did some formatting on the file.

Replication Steps

snoopysecurity commented 1 year ago

great pr! this is definitely a change that makes it easier to understand the notes type, thanks @ds0-dev