Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump werkzeug from 3.0.2 to 3.0.3 in /app #83

Closed
wants to merge 29 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
1469bc6
Updating config.js
Jan 29, 2024
4c51ddd
Adding QR Card
phutelmyer Feb 2, 2024
281508d
Merge pull request #68 from target/qr-card-update
phutelmyer Feb 2, 2024
9cd403d
Update EventNode.js
phutelmyer Feb 2, 2024
dfa8e2c
Update api_examples.py
phutelmyer Feb 21, 2024
6e88ff7
Update strelka.py
phutelmyer Feb 22, 2024
6cb843a
Adding TLSH and QR Fix
phutelmyer Mar 4, 2024
749487e
Updating placeholder due to more search capability
phutelmyer Mar 4, 2024
c3e2640
Bug fix for missing key
phutelmyer Mar 4, 2024
2bb0af8
Merge pull request #73 from target/tlsh-update
phutelmyer Mar 4, 2024
34dba0f
Updating dependencies
phutelmyer Mar 20, 2024
1808ccb
Merge pull request #75 from target/dependency-updates
phutelmyer Mar 20, 2024
52a2542
VT Update
phutelmyer Mar 29, 2024
98c1a8f
Merge pull request #79 from target/unencrypted-vt-support
phutelmyer Mar 29, 2024
92eaa70
Bump black from 21.12b0 to 24.3.0 in /app
dependabot[bot] Mar 29, 2024
1376337
Update CHANGELOG.md
phutelmyer Mar 29, 2024
af4d4d6
Merge pull request #76 from target/dependabot/pip/app/black-24.3.0
phutelmyer Mar 29, 2024
e373dc9
Update layoutUtils.js
phutelmyer Mar 29, 2024
773c11e
Fix if no VT key
phutelmyer Mar 29, 2024
c4873a1
Fix for missing API key
phutelmyer Mar 29, 2024
730121d
Adding Backend VirusTotal Augment Route
phutelmyer Apr 19, 2024
eb73c85
Updating Backend Dependencies
phutelmyer Apr 19, 2024
cb86a67
Updating dependencies
phutelmyer Apr 19, 2024
f23a3c7
Updating config / removing VT API key
phutelmyer Apr 19, 2024
cf4f323
Refactoring Cards
phutelmyer Apr 19, 2024
30dcea1
Dependency bumps
phutelmyer Apr 19, 2024
a11aef9
Merge pull request #81 from target/vt-augment-and-additional-updates
phutelmyer Apr 19, 2024
4105640
Updating README images
phutelmyer Apr 19, 2024
e5e7164
Bump werkzeug from 3.0.2 to 3.0.3 in /app
dependabot[bot] May 6, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix if no VT key
  • Loading branch information
phutelmyer committed Mar 29, 2024
commit 773c11ec194cb10dce51576a5aa637dc909f11d0
4 changes: 2 additions & 2 deletions app/blueprints/strelka.py
Original file line number Diff line number Diff line change
@@ -190,8 +190,8 @@ def submit_file(
400,
)

# Assume file is a BytesIO object and set a filename attribute
file.filename = submitted_hash
# Assume file is a BytesIO object and set a filename attribute
file.filename = submitted_hash

# Submit the file to the Strelka analysis engine.
if file: