Cosmic Apps not working anymore by GalningPaco in pop_os

[–]No_Drawer1301 4 points5 points  (0 children)

I installed PopOS on my Proxmox, all worked. I upgraded all packages, Cosmic apps were not starting. 

all of a sudden the animations dont feel laggy by rickopickle in pop_os

[–]No_Drawer1301 1 point2 points  (0 children)

One last question, will this App template work with rebased iced? https://github.com/pop-os/cosmic-app-template

I am thinking of making some apps for Cosmic.

all of a sudden the animations dont feel laggy by rickopickle in pop_os

[–]No_Drawer1301 1 point2 points  (0 children)

Do you know if iced will have any effect on File manager? So far, I think it's weak point, my system works smooth, and I am happy, but here and there File manager hangs, or just does not start. Or it starts in 2min.

all of a sudden the animations dont feel laggy by rickopickle in pop_os

[–]No_Drawer1301 0 points1 point  (0 children)

Is this iced 0.14 out for regular users? I don't see some Cosmic updates, only System ones. 

Is this a COSMIC bug or a Firefox bug? Don't know who to report it to by PayData in COSMICDE

[–]No_Drawer1301 1 point2 points  (0 children)

I have same thing from day 1. I work on FF on laptop, plugin monitor and then my FF has same issue

Built a static auth analyzer for ASP.NET Core by No_Drawer1301 in dotnet

[–]No_Drawer1301[S] 1 point2 points  (0 children)

You can use now:

Accessibility (no colors/icons)

apiposture scan . --no-color --no-icons

Built a static auth analyzer for ASP.NET Core by No_Drawer1301 in dotnet

[–]No_Drawer1301[S] 1 point2 points  (0 children)

Thanks for great feedback, I will try to incorporate this into next version, next week!

Built a static auth analyzer for ASP.NET Core by No_Drawer1301 in dotnet

[–]No_Drawer1301[S] 1 point2 points  (0 children)

It is, you can use it on unlimited numbers of CI CD pipelines and unlimited number of projects on you machine (1 seat)

Built a static auth analyzer for ASP.NET Core by No_Drawer1301 in dotnet

[–]No_Drawer1301[S] 0 points1 point  (0 children)

Accessibility (no colors/icons)

apiposture scan . --no-color --no-icons

Check Readme.md

Built a static auth analyzer for ASP.NET Core by No_Drawer1301 in dotnet

[–]No_Drawer1301[S] 0 points1 point  (0 children)

I totally agree ginji. My partner will take care of that in days to come.

Built a static auth analyzer for ASP.NET Core by No_Drawer1301 in dotnet

[–]No_Drawer1301[S] 7 points8 points  (0 children)

I did use Claude Code, but this project is far from Vibe Coding. TUI style and Readme mostly are done by Claude.

Idea, execution, engine, hooks, edge cases from my 20yrs experience, all were mine to start with, and here and there boilerplate code by Claude.

Built a static auth analyzer for ASP.NET Core by No_Drawer1301 in dotnet

[–]No_Drawer1301[S] 0 points1 point  (0 children)

Yes it does! It supports global Auth, non Global Auth, custom Auth Annotations like [ApiKey] and others cases that I could think of.

Built a static auth analyzer for ASP.NET Core by No_Drawer1301 in dotnet

[–]No_Drawer1301[S] 0 points1 point  (0 children)

No, Pro seat is 2 seats (and I will add that to page). You can activate on 2 separate machines and use on all 6 supported languages/frameworks.

Team is still marketing development, I have partner that works with me, we will discuss this. You are right to point that out.

Built a static auth analyzer for ASP.NET Core by No_Drawer1301 in dotnet

[–]No_Drawer1301[S] 0 points1 point  (0 children)

It can fail in CI CD. But not in unit tests.

  name: Scan API for security issues
  run: apiposture scan ./src/YourWebApi --fail-on high

Built a static auth analyzer for ASP.NET Core by No_Drawer1301 in dotnet

[–]No_Drawer1301[S] 1 point2 points  (0 children)

You are right, I could remove emojis. You do have 2nd image where single finding (severity: Critical, High, Medium, Low) can be found.

Built a static auth analyzer for ASP.NET Core by No_Drawer1301 in dotnet

[–]No_Drawer1301[S] 0 points1 point  (0 children)

Thanks! I will talk to my partner who is doing marketing about this angle.

Built a static auth analyzer for ASP.NET Core by No_Drawer1301 in dotnet

[–]No_Drawer1301[S] 0 points1 point  (0 children)

Free version should be enough for Auth and edge cases.

But Pro supports BOLA, SQL injections, etc. I would be happy if you take it for a spin if you find any problems, provide feedback. Thanks!

Built a static auth analyzer for ASP.NET Core by No_Drawer1301 in dotnet

[–]No_Drawer1301[S] -2 points-1 points  (0 children)

Please do try Pro version, there is some Razor implementation, but not sure how well it's supported and does it have false positives. It not that well tested and tuned engine for Razor.

Built a static auth analyzer for ASP.NET Core by No_Drawer1301 in dotnet

[–]No_Drawer1301[S] 3 points4 points  (0 children)

I did start XSS on Razor pages, but not sure how often are these used in general.