Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
ostefano committed Mar 3, 2025
1 parent e98bb29 commit 5863a4a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 26 deletions.
24 changes: 0 additions & 24 deletions documentation/mkdocs/expansion.md
Original file line number Diff line number Diff line change
Expand Up @@ -977,30 +977,6 @@ Google safe browsing expansion module
-----
#### [Google Search](https://github.com/MISP/misp-modules/tree/main/misp_modules/modules/expansion/google_search.py)
<img src=../logos/google.png height=60>
An expansion hover module to expand google search information about an URL
[[source code](https://github.com/MISP/misp-modules/tree/main/misp_modules/modules/expansion/google_search.py)]
- **features**:
>The module takes an url as input to query the Google search API. The result of the query is then return as raw text.
- **input**:
>An url attribute.
- **output**:
>Text containing the result of a Google search on the input url.
- **references**:
>https://github.com/abenassi/Google-Search-API
- **requirements**:
>The python Google Search API library
-----
#### [Google Threat Intelligence Lookup](https://github.com/MISP/misp-modules/tree/main/misp_modules/modules/expansion/google_threat_intelligence.py)
<img src=../logos/google_threat_intelligence.png height=60>
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "misp-modules"
version = "2.4.201"
version = "3.0.0"
description = "MISP modules are autonomous modules that can be used for expansion and other services in MISP"
authors = [
{name = "Alexandre Dulaunoy", email = "[email protected]"}
Expand Down Expand Up @@ -141,3 +141,12 @@ line-length = 120
target-version = ["py39"]
preview = true
enable-unstable-feature = ["string_processing"]

[tool.pytest.ini_options]
filterwarnings = [
"ignore:.*deprecated to return a value that is not None.*:DeprecationWarning:",
]
log_cli = true
log_cli_level = "INFO"
log_cli_format = "%(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)"
log_cli_date_format = "%Y-%m-%d %H:%M:%S"

0 comments on commit 5863a4a

Please sign in to comment.