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

add sha256 guid and detection when scan is malicious #35

Conversation

unglaublicherdude
Copy link
Member

No description provided.

@unglaublicherdude unglaublicherdude linked an issue Oct 23, 2024 that may be closed by this pull request
2 tasks
this changes the mount of the compose file and the mount point for the debugger.

once switch all changes that you do are directly changed in the container aswell, so you don't have to run the scoper again and restart the compose.

but please be aware you still have to test in scoped mode because that's what we release to the customers.
…nnect on every exception once

the connection gets lost, because scanning 100 or more files takes its time and in between there is no ping in this version of the sdk. will be fixed with the full async version
namespace Gdatacyberdefenseag\GdataAntivirus\Infrastructure\Database;

class DetectedFile {
public function __construct(public string $path, public string $detection, public string $sha256) {}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about the Guid?

@unglaublicherdude unglaublicherdude merged commit 9c71683 into main Nov 4, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add the detection name to where the detection is shown
3 participants