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

[Feature Request] Custom Tags in "Finding Template" and the possibility to store/save/delete them. #294

Open
Clipsec opened this issue Jul 26, 2024 · 8 comments

Comments

@Clipsec
Copy link

Clipsec commented Jul 26, 2024

As we have nearly the possibility to change everything and save that, why not the Custom Tags in the "Finding Template"?

Like so:

Example

to get smth like this:

Template

@aronmolnar
Copy link
Contributor

aronmolnar commented Jul 26, 2024

Those fields are in different data structures, so this will unfortunately not be possible to do.
Tags are metadata of the finding template and the fields inside are the contents.

It could, however, be possible to store static tags in the database that can be customized system-wide (per installation).

@Clipsec
Copy link
Author

Clipsec commented Jul 26, 2024

Heck yeah!

@MWedl
Copy link
Contributor

MWedl commented Jul 29, 2024

It is already possible to add custom tags to templates. Type the tag name in the "tags" field and apply with enter. There is no autocomplete for custom tags, though.

image

Custom tags are displayed in the template list. You can also search for tags by entering the tag name in the searchbar.

image

@Clipsec
Copy link
Author

Clipsec commented Jul 29, 2024

It is already possible to add custom tags to templates. Type the tag name in the "tags" field and apply with enter. There is no autocomplete for custom tags, though.

image

Custom tags are displayed in the template list. You can also search for tags by entering the tag name in the searchbar.

image

As you can see, I use this in my Picture, but I thought it would be nice to have them saved somewhere and have them stored there.

@MWedl
Copy link
Contributor

MWedl commented Jul 29, 2024

What is your use case for storing tags?

  • Suggestions for previously used custom tags in templates?
  • Use tags in findings and report rendering in PDFs?

@tagnullde
Copy link

tagnullde commented Jul 30, 2024

What is your use case for storing tags?

* Suggestions for previously used custom tags in templates?

Yes. Exactly this. Would be easier that way to find out if a tag already "exits" and stay consistent with tag assignment. And Sysreptor comes with pre-defined tags we might not use and want to remove "clutter".

* Use tags in findings and report rendering in PDFs?

Not as of yet. Interesting idea though.

@MWedl
Copy link
Contributor

MWedl commented Jul 30, 2024

Ok thank you. Now I understand.

Showing tag suggestions has been on our feature list for some time (since we added tags), but we haven't come to implement it yet.

Related to #75

@Gray-0men
Copy link

Gray-0men commented Aug 6, 2024

Personally I thought about requesting this but thought I might be the only one, but ideally my use case for tags would be:
If I could tag findings with an "encryption", "web based", or "core infrastructure" tag it would be nice if I could then just make a basic table for all encryption findings (TLS 1.0, SSL expired, weak cyphers, telnet in use, etc), another table for web stuff (out of date apache, php, HSTS not enabled, etc etc) with light info on those findings since they're all pretty obvious and generic fixes anyways

I could then have less finding clutter and those 'important' core findings (CVEs, AD CS, Kerberoastable users, etc etc) and they can get the detailed findings information as it is now. Usually those are the findings with proof screenshots and all that extra info

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants