diff options
Diffstat (limited to 'urnresolve')
| -rwxr-xr-x | urnresolve | 6 | 
1 files changed, 6 insertions, 0 deletions
| @@ -28,6 +28,12 @@ if [ "$nid" = "xkcd" ];then    echo "https://xkcd.com/${nss}"  fi +if [ "$nid" = "mitre" ];then +  if [ "$nss" = "cve" ];then +    echo "https://www.cvedetails.com/cve/CVE-${nss2}/" +  fi +fi +  if [ "$nid" = "fcc" ];then    if [ "$nss" = "frs" ];then      grep "^$nss2\s" $PREFIX/share/urn/fcc:frs | cut -f2 | 
