From b74264be6981e72b6785fc7fc02b5e22feabe7a2 Mon Sep 17 00:00:00 2001 From: singinginwind Date: Wed, 28 Mar 2018 17:08:26 +0800 Subject: [PATCH 1/4] =?UTF-8?q?:=20=E6=98=AF=E9=9D=9E=E6=B3=95=E5=AD=97?= =?UTF-8?q?=E7=AC=A6=EF=BC=8C=E6=97=A0=E6=B3=95=E4=BD=9C=E4=B8=BA=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit : 是非法字符,无法作为文件名 --- .../java/us/codecraft/webmagic/model/samples/GithubRepo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webmagic-samples/src/main/java/us/codecraft/webmagic/model/samples/GithubRepo.java b/webmagic-samples/src/main/java/us/codecraft/webmagic/model/samples/GithubRepo.java index e8998eca..422dffd3 100644 --- a/webmagic-samples/src/main/java/us/codecraft/webmagic/model/samples/GithubRepo.java +++ b/webmagic-samples/src/main/java/us/codecraft/webmagic/model/samples/GithubRepo.java @@ -48,7 +48,7 @@ public class GithubRepo implements HasKey { @Override public String key() { - return author+":"+name; + return author+"_"+name; } public String getName() { From a255640c3d3d31815f39f0b0f9304ddbaa2a098e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 3 Oct 2022 07:46:32 +0000 Subject: [PATCH 2/4] fix: webmagic-samples/pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-3038424 --- webmagic-samples/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webmagic-samples/pom.xml b/webmagic-samples/pom.xml index 7f7ceb22..f1ee7320 100644 --- a/webmagic-samples/pom.xml +++ b/webmagic-samples/pom.xml @@ -42,7 +42,7 @@ com.fasterxml.jackson.core jackson-databind - 2.13.2.1 + 2.13.4 From 223cfc609db9678dc3f3c98f2db02187ef2039f3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Oct 2022 04:58:32 +0000 Subject: [PATCH 3/4] fix: pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGJSOUP-2989728 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a2d39f4b..aa695cfe 100644 --- a/pom.xml +++ b/pom.xml @@ -100,7 +100,7 @@ us.codecraft xsoup - 0.3.4 + 0.3.6 com.alibaba From a0ad7b808be7969f073f5d090ec2866d7fbd0a6e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Oct 2022 13:06:21 +0000 Subject: [PATCH 4/4] fix: webmagic-samples/pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-3038426 --- webmagic-samples/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webmagic-samples/pom.xml b/webmagic-samples/pom.xml index f1ee7320..770314d6 100644 --- a/webmagic-samples/pom.xml +++ b/webmagic-samples/pom.xml @@ -42,7 +42,7 @@ com.fasterxml.jackson.core jackson-databind - 2.13.4 + 2.13.4.2