Skip to content

Commit b42bbd5

Browse files
committed
fix: 补充后端和前端库规则
1 parent 231e423 commit b42bbd5

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stackprism",
33
"private": true,
4-
"version": "1.2.75",
4+
"version": "1.2.76",
55
"type": "module",
66
"description": "StackPrism 用于检测网页前端、后端、CDN、SaaS、广告营销、统计、登录、支付、网站程序和主题模板线索。",
77
"scripts": {

public/rules/page/backend-hints-page.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,16 @@
103103
"confidence": "",
104104
"patterns": ["javax\\.faces|jsf\\.js|jakarta\\.faces|mojarra"]
105105
},
106+
{
107+
"name": "FreeMarker",
108+
"confidence": "",
109+
"matchIn": ["url", "resources", "html", "dynamic"],
110+
"patterns": [
111+
"freemarker",
112+
"\\.ftl(?:[?#\\s\"'<>]|$)",
113+
"(?:^|/)ftl(?:/|[?#\\s\"'<>]|$)"
114+
]
115+
},
106116
{
107117
"name": "Apache Wicket",
108118
"confidence": "",

public/rules/page/frontend-local-libraries.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
},
7575
{
7676
"name": "spin.js",
77-
"patterns": ["(?:^|/)spin(?:\\.min)?\\.js(?:[?#][^\\s\"'<>]*)?(?:[\"'<>\\s]|$)"]
77+
"patterns": ["(?:^|/)spin(?:\\.min\\d*)?\\.js(?:[?#][^\\s\"'<>]*)?(?:[\"'<>\\s]|$)"]
7878
},
7979
{
8080
"name": "Layer.js",

0 commit comments

Comments
 (0)