Skip to content

Commit

Permalink
init (#37909)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlevypaloalto authored Jan 5, 2025
1 parent 59439f5 commit b559e31
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Packs/PhishingURL/ReleaseNotes/1_1_22.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Scripts

##### DBotPredictURLPhishing

- Improved implementation by removing redundant calls to the server.
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,6 @@ def update_and_load_model(
model_docker.minor += 1
save_model_in_demisto(model_docker)
msg_list.append(MSG_UPDATE_LOGO.format(MAJOR_VERSION, model_docker_minor, model.major, model.minor))
model = load_demisto_model()
else:
msg_list.append(MSG_WRONG_CONFIG_MODEL)
raise DemistoException(MSG_WRONG_CONFIG_MODEL)
Expand Down
2 changes: 1 addition & 1 deletion Packs/PhishingURL/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Phishing URL",
"description": "Phishing URL is a project with the goal of detecting phishing URLs using machine learning",
"support": "xsoar",
"currentVersion": "1.1.21",
"currentVersion": "1.1.22",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit b559e31

Please sign in to comment.