-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from SEKOIA-IO/fix/sesitive_match_python_update
Fix: sesitive match python update
- Loading branch information
Showing
324 changed files
with
706 additions
and
107,170 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Required by pipeline | ||
check_for_builtin_functions: | ||
comment: 'Checking for built-in functions' | ||
|
||
check_for_generic_operating_system_services: | ||
comment: 'Checking for generic operating system services' | ||
|
||
check_for_plain_text_credentials_in_python: | ||
comment: 'Checking for plain text credentials in Python' | ||
|
||
check_for_insecure_http_calls_in_python: | ||
comment: 'Checking for insecure HTTP calls in Python' | ||
|
||
check_for_secret_disclosure: | ||
comment: 'Checking for secret disclosure' | ||
|
||
check_for_executable_flag: | ||
comment: 'Checking for executable flag' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## 2024-07-30 - 1.3.0 | ||
|
||
### Changed | ||
|
||
- Remove support of python2 | ||
- Add `case_sensitive_match` option to the configuration | ||
- Upgrade python build time version to 3.10 | ||
- Custom wrapper over slim to have backward compatibility lower versions of python, as it is used by the splunk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"id": { | ||
"group": null, | ||
"name": "sekoia.io", | ||
"version": "1.2.2" | ||
"version": "1.3.0" | ||
}, | ||
"author": [ | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ setup_view = setup | |
[launcher] | ||
author = [email protected] | ||
description = Search your logs with Indicators of Compromise (IoCs) from SEKOIA.IO. | ||
version = 1.2.2 | ||
version = 1.3.0 | ||
|
||
[package] | ||
check_for_updates = 1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.