recog 3.0.2 → 3.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -539,7 +539,7 @@
539
539
  <param pos="0" name="service.cpe23" value="cpe:/a:nlnetlabs:unbound:{service.version}"/>
540
540
  </fingerprint>
541
541
 
542
- <fingerprint pattern="^(?i:unbound)$">
542
+ <fingerprint pattern="(?i)^unbound$">
543
543
  <description>NLnet Labs Unbound no version string</description>
544
544
  <example>unbound</example>
545
545
  <param pos="0" name="service.vendor" value="NLnet Labs"/>
@@ -813,7 +813,7 @@
813
813
  <param pos="1" name="service.version"/>
814
814
  </fingerprint>
815
815
 
816
- <fingerprint pattern="^(?i:djbdns)[\s-](\d.\d+)$">
816
+ <fingerprint pattern="(?i)^djbdns[\s-](\d.\d+)$">
817
817
  <description>djbdns</description>
818
818
  <example service.version="1.05">djbdns 1.05</example>
819
819
  <example service.version="1.05">djbdns-1.05</example>
@@ -824,7 +824,7 @@
824
824
  <param pos="1" name="service.version"/>
825
825
  </fingerprint>
826
826
 
827
- <fingerprint pattern="^(?i:djbdns)$">
827
+ <fingerprint pattern="(?i)^djbdns$">
828
828
  <description>djbdns: no version</description>
829
829
  <example>DJBDNS</example>
830
830
  <example>djbdns</example>