WithSecureLabs / snake-skin

snake-skin - the web ui for snake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tags with dashes are not showing

srcr opened this issue · comments

Tags with dashes are not showing in the interface, for tagging CVE's this is very annoying.

Ah right this will be due to the tag delimiters, this is an oversight that needs to be addressed. For now you should be able to remove it from the tag config and this will stop Snake Skin from stripping the CVE.
https://github.com/countercept/snake-skin/blob/master/src/config/tags.config.js

What is should probably do is ignore the delimiter if no match is found in the types dictionary.