Skip to content

Commit 71b8d29

Browse files
Merge pull request #783 from BindsNET/hananel
security: remove PolinRider malware injected by merge 9cb1eab
2 parents 3a46189 + 6fabee0 commit 71b8d29

23 files changed

Lines changed: 15 additions & 9453 deletions

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,4 @@ logs/*
2525
data/*
2626
.claude/*
2727
.claude
28-
branch_structure.json
29-
temp_auto_push.bat
30-
temp_interactive_push.bat
31-
.gitignore
28+
.vscode/*

.vscode/extensions.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

.vscode/launch.json

Lines changed: 14 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,16 @@
11
{
2-
"version": "0.2.0",
3-
"configurations": [
4-
{
5-
"name": "Debug SST",
6-
"type": "node",
7-
"request": "launch",
8-
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/sst",
9-
"runtimeArgs": ["dev", "--increase-timeout"],
10-
"console": "integratedTerminal",
11-
"skipFiles": ["<node_internals>/**"],
12-
// sourceMapRenames helps with the loading spinner when debugging and viewing local variables
13-
"sourceMapRenames": false,
14-
"env": {
15-
"AWS_PROFILE": "flo-ct-flo360"
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"name": "Python: Current File",
9+
"type": "python",
10+
"request": "launch",
11+
"program": "${file}",
12+
"console": "integratedTerminal",
13+
"justMyCode": false
1614
}
17-
},
18-
{
19-
"name": "Debug Tests - Unit",
20-
"type": "node",
21-
"request": "launch",
22-
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/sst",
23-
"runtimeArgs": ["bind", "yarn", "\"jest\"", "\"--watch\"", "\"--config\"", "\"./jest.unit.config.cjs\"", "\"${input:scopeTestsFileName}\""],
24-
"console": "integratedTerminal",
25-
"skipFiles": ["<node_internals>/**"],
26-
"env": {
27-
"AWS_PROFILE": "flo-ct-flo360"
28-
},
29-
},
30-
{
31-
"name": "Debug Tests - E2E",
32-
"type": "node",
33-
"request": "launch",
34-
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/sst",
35-
"runtimeArgs": ["bind", "yarn", "\"vitest\"", "\"--config\"", "\"./vitest.e2e.config.ts\"", "\"${input:scopeTestsFileName}\""],
36-
"console": "integratedTerminal",
37-
"skipFiles": ["<node_internals>/**"],
38-
"env": {
39-
"AWS_PROFILE": "flo-ct-flo360"
40-
},
41-
},
42-
],
43-
"inputs": [
44-
{
45-
"id": "scopeTestsFileName",
46-
"type": "promptString",
47-
"description": "Partial file name to scope test debugging to. ex. arena. Leave blank to run all tests.",
48-
}
49-
]
50-
}
15+
]
16+
}

.vscode/settings.json

Lines changed: 0 additions & 23 deletions
This file was deleted.

.vscode/spellright.dict

Lines changed: 0 additions & 2 deletions
This file was deleted.

.vscode/tasks.json

Lines changed: 0 additions & 33 deletions
This file was deleted.

public/fonts/README.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

public/fonts/fa-brands-400.eot

-130 KB
Binary file not shown.

0 commit comments

Comments
 (0)