Skip to content

Commit

Permalink
Make Gunicorn version more strict
Browse files Browse the repository at this point in the history
  • Loading branch information
mkienow-r7 committed Sep 16, 2022
1 parent 8d0c149 commit a0e3738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml/http_servers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,7 @@
<param pos="0" name="service.cpe23" value="cpe:/a:openresty:openresty:{service.version}"/>
</fingerprint>

<fingerprint pattern="^gunicorn\/([\d.]+)+$">
<fingerprint pattern="^gunicorn\/(\d+(?:\.\d+)+)$">
<description>Gunicorn with version</description>
<example service.version="19.7.1">gunicorn/19.7.1</example>
<param pos="0" name="service.vendor" value="Gunicorn"/>
Expand Down

0 comments on commit a0e3738

Please sign in to comment.