Skip to content

Commit

Permalink
safebreach expose (#33934)
Browse files Browse the repository at this point in the history
* removed hidden

* edit

* added rn
  • Loading branch information
merit-maita authored Apr 14, 2024
1 parent 10bc638 commit 80a5162
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions Packs/SafeBreach/Integrations/SafeBreach/SafeBreach.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,7 @@ def format_sb_code_error(errors_data):
error_data = error.get("data")
error_code = error.get("sbcode")
final_error_string = final_error_string + " " + sb_error_string(error_data=error_data, sb_code=int(error_code))

return final_error_string


Expand Down
6 changes: 6 additions & 0 deletions Packs/SafeBreach/ReleaseNotes/1_4_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Integrations

##### Safebreach

- Documentation and metadata improvements.
3 changes: 1 addition & 2 deletions Packs/SafeBreach/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
"name": "SafeBreach - Breach and Attack Simulation platform",
"description": "Breach and Attack Simulation platform",
"support": "partner",
"hidden": true,
"videos": [
"https://www.youtube.com/watch?v=Wb7q5Gbd2qo"
],
"currentVersion": "1.4.0",
"currentVersion": "1.4.1",
"author": "SafeBreach",
"url": "https://www.safebreach.com",
"email": "[email protected]",
Expand Down

0 comments on commit 80a5162

Please sign in to comment.