karldreher / KnowYourPorts

A web application which can be used to lookup TCP/IP ports.
GNU General Public License v3.0
0 stars 5 forks source link

Migrate to flask-sqlalchemy #43

Closed shepherdjay closed 3 years ago

shepherdjay commented 3 years ago

Removes need to use sql queries directly

Working like-to-like implementation where the data is pulled locally and the database is created and populated on each run.

shepherdjay commented 3 years ago

Anything I can assist with on the failures? It seems like it is mostly vuln scanning but I'm new to github actions

karldreher commented 3 years ago

Anything I can assist with on the failures? It seems like it is mostly vuln scanning but I'm new to github actions

For now, failures can be ignored, in this case the scan fails due to wrong branch name.

karldreher commented 3 years ago

Beautiful, well written code. An excellent contribution which simplifies DB operations.