You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .evergreen/config.json
+6-12Lines changed: 6 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -53,8 +53,7 @@
53
53
{
54
54
"name": "40x-enterprise",
55
55
"vars": {
56
-
"mongodb_version": "4.0.x",
57
-
"mongodb_use_enterprise": "yes"
56
+
"mongodb_version": "4.0.x-enterprise"
58
57
},
59
58
"skip_on": ["macos-1100", "macos-1100-arm64"],
60
59
"//": "MongoDB 4.0 / 4.2 Enterprise doesn't work on Ubuntu 20.04 without additional dependencies installed, it's easier to use an older machine than install missing dependencies as machines we are using are stateful",
Copy file name to clipboardExpand all lines: .snyk
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,12 @@
1
1
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2
-
version: v1.12.0
3
-
ignore: {}
2
+
version: v1.25.0
3
+
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
4
+
ignore:
5
+
SNYK-JS-SEMVER-3247795:
6
+
- '*':
7
+
reason: "Security patches released for semver 5.x (5.7.2) and 6.x (6.3.1) are not yet known to Snyk which is why we would like to ignore this vulnerability until the mentioned expiry."
8
+
expires: 2023-08-11T09:00:55.553Z
9
+
created: 2023-07-12T09:00:55.557Z
4
10
# patches apply the minimum changes required to fix a vulnerability
0 commit comments