Skip to content

Commit

Permalink
security system (#212)
Browse files Browse the repository at this point in the history
* Initial security

* White list jusst for a backup

* Most of the easy stuff

* Tweaking

* Dialogue box

* better dialogue

* try ccatch

* The first passsinng ssecuurity

* First working scan

* cleaning up

* To do is

* Moved some stuff into Interfaces

* File service

* ooops

* zero warnings

* Verssion bump

* Naming

* no Newtonsoft.Json

* codacy channges

* Passing Fix

* No eerrors

* version bump

* formattting?

* Formmattingg?

* ssplit

* more splitting and fix

* formatting

* changges

* weird code

* fix tthe errors

* spacing

* no gotos

* spacing

* Improvemennts

* Comment

* A puush

* debug

* win

* win to max

* remove

* config

* Works for windows

* mac? And Linux funcctionality

* Automatic run of pipe

* Cleaning up

* Requested changes

* spacing

* Assembly name

* some requested changes

* fixes

* Coda see changes

* cleaaning up

* moree cleaaninng

* cleaning cleaning ccleaaninng

* http's

* docs

* Whiteespace?

* whitespace  changes

* logs

* whyyyy

* fixes

* logErroors

* Whitespacee changes

* Linux fix

* log

* logs

* mac fix

* Moree / shennanigans

* Evenn more \

* yay mac is stupid

* .app

* AnyURL

* move to Installation path

* format

* warnings

* flatpack fix

* format

* try catch

* Cleanup of security scanning services (#221)

---------

Co-authored-by: Nickolas Gupton <[email protected]>
  • Loading branch information
Bod9001 and CorruptComputer authored Nov 24, 2023
1 parent 5e9690d commit 576f119
Show file tree
Hide file tree
Showing 60 changed files with 6,691 additions and 92 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- "*"

env:
DOTNET_VERSION: '6.0.x'
DOTNET_VERSION: '7.0.x'

jobs:
test:
Expand Down Expand Up @@ -115,4 +115,4 @@ jobs:
# Build
- name: Test Flatpak Build
run: |
dotnet publish --framework net6.0 --runtime linux-x64 --configuration Release --self-contained true /p:DefineConstants="FLATPAK" /p:DisableBeauty=true
dotnet publish --framework net7.0 --runtime linux-x64 --configuration Release --self-contained true /p:DefineConstants="FLATPAK" /p:DisableBeauty=true
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>

<IsPublishable>false</IsPublishable>
Expand Down
Loading

0 comments on commit 576f119

Please sign in to comment.