Skip to content

Commit

Permalink
add version, change risk score
Browse files Browse the repository at this point in the history
  • Loading branch information
anikobartos committed Aug 12, 2024
1 parent c79bb44 commit f6a1fc8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ USER assemblyline
WORKDIR /opt/al_service
COPY . .

ARG version=4.5.1.dev0
ARG version=4.5.1.dev1
USER root
RUN sed -i -e "s/\$SERVICE_TAG/$version/g" service_manifest.yml

Expand Down
10 changes: 10 additions & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## Release notes

### 4.5.1.dev1

Date: 13 Aug, 2024

Changed:

- Integration can handle __NO_THREAT__ verdict: Now it's compatible with MetaDefender Sandbox 2.0.0, it is still compatible with the older versions

- Changed risk score of NO_THREAT/INFORMATIVE from 150 to 0

### 4.5.1.dev0

Date: 5 April, 2024
Expand Down
4 changes: 2 additions & 2 deletions service_manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ heuristics:
filetype: "*"
heur_id: 3
name: MetaDefender Sandbox verdict is no threat.
score: 150
score: 0
- description: MetaDefender Sandbox signal group is no threat/informational.
filetype: "*"
heur_id: 4
name: No threat indicators
score: 150
score: 0
- description: MetaDefender Sandbox determined that the file is unknown.
filetype: "*"
heur_id: 5
Expand Down

0 comments on commit f6a1fc8

Please sign in to comment.