first draft of allowed filter

This commit is contained in:
=
2025-08-21 17:15:34 -04:00
parent e56d6c36b0
commit d018c72820
3 changed files with 380 additions and 0 deletions
+8
View File
@@ -4,6 +4,7 @@ import utils.getdeviceevents
import utils.allowlist
import utils.hashfunctions
import utils.pathfunctions
import utils.allowfunctions
import urllib3
import pandas as pd
@@ -83,6 +84,13 @@ def menu():
categorized[0].to_html("needsreview.html", index=False)
categorized[1].to_html("approved.html", index=False)
categorized[2].to_html("remaining.html", index=False)
allowpaths = utils.allowfunctions.filter_and_drop(categorized[1],path_eligible,2)
allowpaths.to_html("AllowedPaths.html", index=False)