diff --git a/src/drivers/webextension/images/icons/Apache APISIX.svg b/src/drivers/webextension/images/icons/Apache APISIX.svg new file mode 100644 index 000000000..ce31d48bd --- /dev/null +++ b/src/drivers/webextension/images/icons/Apache APISIX.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/src/technologies/a.json b/src/technologies/a.json index fa953ed55..c9e28a78e 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -3325,6 +3325,20 @@ "scriptSrc": "\\.anyclip\\.com", "website": "https://www.anyclip.com" }, + "Apache APISIX": { + "cats": [ + 22 + ], + "cpe": "cpe:2.3:a:apache:apisix:*:*:*:*:*:*:*:*", + "description": "Apache APISIX is an open-source, cloud-native API gateway developed by the Apache Software Foundation. It provides a scalable and high-performance solution for managing and securing API traffic.", + "headers": { + "server": "^APISIX(?:/([\\d\\.]+))?$\\;version:\\1", + "X-APISIX-Upstream-Status": "" + }, + "icon": "Apache APISIX.svg", + "oss": true, + "website": "https://apisix.apache.org" + }, "Apache HTTP Server": { "cats": [ 22 @@ -3335,6 +3349,7 @@ "Server": "(?:Apache(?:$|/([\\d.]+)|[^/-])|(?:^|\\b)HTTPD)\\;version:\\1" }, "icon": "Apache.svg", + "oss": true, "website": "https://httpd.apache.org/" }, "Apache JSPWiki": { @@ -3348,6 +3363,7 @@ "implies": "Apache Tomcat", "scriptSrc": "jspwiki", "url": "wiki\\.jsp", + "oss": true, "website": "https://jspwiki.org" }, "Apache Tomcat": { @@ -3362,6 +3378,7 @@ }, "icon": "Apache Tomcat.svg", "implies": "Java", + "oss": true, "website": "https://tomcat.apache.org" }, "Apache Traffic Server": { @@ -3369,10 +3386,12 @@ 22 ], "cpe": "cpe:2.3:a:apache:traffic_server:*:*:*:*:*:*:*:*", + "description": "Apache Traffic Server is an open-source caching and proxying server that serves as an HTTP/1.1 and HTTP/2 reverse proxy with caching capabilities, load balancing, request routing, SSL termination, and support for advanced HTTP features.", "headers": { "Server": "ATS/?([\\d.]+)?\\;version:\\1" }, "icon": "Apache Traffic Server.svg", + "oss": true, "website": "https://trafficserver.apache.org/" }, "Apache Wicket": { @@ -3380,11 +3399,13 @@ 18 ], "cpe": "cpe:2.3:a:apache:wicket:*:*:*:*:*:*:*:*", + "description": "Apache Wicket is an open-source Java web application framework for building scalable and maintainable web applications.", "icon": "Apache Wicket.svg", "implies": "Java", "js": { "Wicket": "" }, + "oss": true, "website": "https://wicket.apache.org" }, "Apereo CAS": {