Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update project description in snapcraft.yaml #255

Merged
merged 1 commit into from
Mar 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ base: core20
version: 0.13.0
summary: Attack surface detector that identifies endpoints by static analysis.
description: |
Noir is your ally in the quest for digital fortification.
A cutting-edge attack surface detector, it unveils hidden endpoints through meticulous static analysis.
Noir is an open-source project specializing in identifying attack surfaces for enhanced whitebox security testing and security pipeline.
This includes the capability to discover API endpoints, web endpoints, and other potential entry points within source code for thorough security analysis.

grade: stable # must be 'stable' to release into candidate/stable channels
confinement: strict # use 'strict' once you have the right plugs and slots
Expand Down
Loading