secureapp-python-agent 26.5.0rc5__tar.gz → 26.5.0rc6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/.gitlab-ci.yml +19 -6
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/PKG-INFO +2 -2
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/README-Developers.md +1 -1
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/README.md +1 -1
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/examples/requirements.txt +2 -2
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/o11y_test_application/runit.sh +1 -1
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/pyproject.toml +1 -1
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/src/secureapp_python_agent.egg-info/PKG-INFO +2 -2
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/src/secureapp_python_agent.egg-info/SOURCES.txt +1 -1
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/.editorconfig +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/.gitignore +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/.o11y-doctor.yaml +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/.service-manifests/python-agent-component.yaml +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/CODEOWNERS +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/LICENSE +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/Makefile +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/buildAll.sh +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/buildO11y.sh +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/buildPublish.sh +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/dev/benchmarks/__init__.py +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/dev/benchmarks/benchmark_agent.py +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/dev/benchmarks/benchmark_dependency_analyzer.py +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/dev/benchmarks/benchmark_suite.py +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/dev/benchmarks/conftest.py +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/dev/compat_test_1.35.0.py +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/dev/compat_test_1.39.0.py +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/dev/data/golden-data.csv +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/dev/debug/debug_analyzer.py +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/dev/debug/utils.py +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/dev/scripts/check_license.py +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/dev/scripts/update_deps.py +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/docker/Dockerfile.agentic-ai +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/docker/Dockerfile.manual +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/docker/Dockerfile.zero-code +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/docker-compose.yml +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/examples/README.md +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/examples/common_flask_utils.py +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/examples/manual_flask_app.py +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/examples/zero_code_agentic_ai_app.py +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/examples/zero_code_flask_app.py +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/o11y_test_application/otel-collector/splunk-otel-config.yaml +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/o11y_test_application/otel-collector/start-splunk-otel-collector.sh +0 -0
- /secureapp_python_agent-26.5.0rc5/o11y_test_application/requirements.txt → /secureapp_python_agent-26.5.0rc6/o11y_test_application/packages-with-cves.txt +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/o11y_test_application/test_application.py +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/otel-collector-config.yml +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/renovate.json +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/setup.cfg +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/sonar-project.properties +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/src/secureapp_python_agent.egg-info/dependency_links.txt +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/src/secureapp_python_agent.egg-info/entry_points.txt +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/src/secureapp_python_agent.egg-info/requires.txt +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/src/secureapp_python_agent.egg-info/top_level.txt +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/src/splunk_secureapp_opentelemetry_extension/__init__.py +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/src/splunk_secureapp_opentelemetry_extension/agent.py +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/src/splunk_secureapp_opentelemetry_extension/dependency_analyzer.py +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/src/splunk_secureapp_opentelemetry_extension/environment_variables.py +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/src/splunk_secureapp_opentelemetry_extension/py.typed +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/src/splunk_secureapp_opentelemetry_extension/utils.py +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/tests/__init__.py +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/tests/test_agent.py +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/tests/test_dependency_analyzer.py +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/tests/test_environment_variables.py +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/tests/test_integration.py +0 -0
- {secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/tests/test_package_import.py +0 -0
|
@@ -95,7 +95,7 @@ build:wheel:
|
|
|
95
95
|
script:
|
|
96
96
|
- venv/bin/python -m twine check dist/*
|
|
97
97
|
- venv/bin/python -m twine upload --verbose --non-interactive ${TWINE_REPOSITORY_URL:+--skip-existing} dist/*
|
|
98
|
-
# testPypi - using variable set TEST_TWINE_PASSWORD to API TOKEN
|
|
98
|
+
# testPypi - using variable set TEST_TWINE_PASSWORD to API TOKEN - Tag PyPITest
|
|
99
99
|
publish:test:
|
|
100
100
|
<<: *publish_template
|
|
101
101
|
needs:
|
|
@@ -106,9 +106,7 @@ publish:test:
|
|
|
106
106
|
TWINE_PASSWORD: $TEST_TWINE_PASSWORD
|
|
107
107
|
TWINE_REPOSITORY_URL: https://test.pypi.org/legacy/
|
|
108
108
|
rules:
|
|
109
|
-
- if: $
|
|
110
|
-
when: never
|
|
111
|
-
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
|
109
|
+
- if: '$CI_COMMIT_TAG == "PyPITest"'
|
|
112
110
|
# pypi - using o11y-gdi set API TOKEN
|
|
113
111
|
publish:production:
|
|
114
112
|
<<: *publish_template
|
|
@@ -121,7 +119,7 @@ publish:production:
|
|
|
121
119
|
rules:
|
|
122
120
|
- if: $CI_PIPELINE_SOURCE == "schedule"
|
|
123
121
|
when: never
|
|
124
|
-
- if: $
|
|
122
|
+
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
125
123
|
|
|
126
124
|
# Python version compatibility matrix testing
|
|
127
125
|
test:python-matrix:
|
|
@@ -232,7 +230,22 @@ sonarqube:
|
|
|
232
230
|
SONAR_ARGS="${SONAR_ARGS} -Dsonar.branch.name=${CI_DEFAULT_BRANCH}"
|
|
233
231
|
echo "Default branch: reporting analysis to branch ${CI_DEFAULT_BRANCH}"
|
|
234
232
|
fi
|
|
235
|
-
|
|
233
|
+
SONAR_AUTH_TOKEN="${SONAR_TOKEN:-$SONAR_LOGIN_TOKEN}"
|
|
234
|
+
if [ -z "$SONAR_AUTH_TOKEN" ]; then
|
|
235
|
+
if [ "$CI_PIPELINE_SOURCE" = "merge_request_event" ] && [ "$CI_COMMIT_REF_PROTECTED" != "true" ]; then
|
|
236
|
+
echo "Skipping SonarQube analysis: SONAR_TOKEN or SONAR_LOGIN_TOKEN is unavailable for this unprotected merge request ref."
|
|
237
|
+
exit 0
|
|
238
|
+
fi
|
|
239
|
+
echo "SONAR_TOKEN or SONAR_LOGIN_TOKEN must be configured for SonarQube analysis."
|
|
240
|
+
exit 1
|
|
241
|
+
fi
|
|
242
|
+
sonar-scanner -Dsonar.token="$SONAR_AUTH_TOKEN" ${SONAR_ARGS}
|
|
243
|
+
after_script:
|
|
244
|
+
- |
|
|
245
|
+
if [ "$CI_JOB_STATUS" = "failed" ]; then
|
|
246
|
+
mkdir -p .scannerwork
|
|
247
|
+
touch .scannerwork/.keep
|
|
248
|
+
fi
|
|
236
249
|
artifacts:
|
|
237
250
|
paths:
|
|
238
251
|
- .scannerwork/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: secureapp-python-agent
|
|
3
|
-
Version: 26.5.
|
|
3
|
+
Version: 26.5.0rc6
|
|
4
4
|
Summary: Splunk SecureApp OpenTelemetry Extension for Python applications
|
|
5
5
|
Author-email: Splunk <support@splunk.com>
|
|
6
6
|
License-Expression: LicenseRef-Proprietary
|
|
@@ -57,7 +57,7 @@ This extension monitors runtime dependencies and reports them via OpenTelemetry
|
|
|
57
57
|
pip install secureapp-python-agent
|
|
58
58
|
|
|
59
59
|
# Install with OpenTelemetry instrumentation
|
|
60
|
-
pip install secureapp-python-agent opentelemetry
|
|
60
|
+
pip install secureapp-python-agent splunk-opentelemetry
|
|
61
61
|
|
|
62
62
|
# Run your application with automatic instrumentation
|
|
63
63
|
opentelemetry-instrument python your_app.py
|
|
@@ -40,7 +40,7 @@ manual integration.
|
|
|
40
40
|
|
|
41
41
|
```bash
|
|
42
42
|
# Install with OpenTelemetry instrumentation
|
|
43
|
-
pip install secureapp-python-agent opentelemetry
|
|
43
|
+
pip install secureapp-python-agent splunk-opentelemetry
|
|
44
44
|
|
|
45
45
|
# Run your application with automatic instrumentation
|
|
46
46
|
opentelemetry-instrument python your_app.py
|
|
@@ -11,7 +11,7 @@ This extension monitors runtime dependencies and reports them via OpenTelemetry
|
|
|
11
11
|
pip install secureapp-python-agent
|
|
12
12
|
|
|
13
13
|
# Install with OpenTelemetry instrumentation
|
|
14
|
-
pip install secureapp-python-agent opentelemetry
|
|
14
|
+
pip install secureapp-python-agent splunk-opentelemetry
|
|
15
15
|
|
|
16
16
|
# Run your application with automatic instrumentation
|
|
17
17
|
opentelemetry-instrument python your_app.py
|
{secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/examples/requirements.txt
RENAMED
|
@@ -3,8 +3,8 @@ opentelemetry-api==1.39.1
|
|
|
3
3
|
opentelemetry-sdk==1.39.1
|
|
4
4
|
opentelemetry-exporter-otlp==1.39.1
|
|
5
5
|
|
|
6
|
-
# Zero-code instrumentation distribution
|
|
7
|
-
opentelemetry
|
|
6
|
+
# Zero-code instrumentation distribution
|
|
7
|
+
Splunk-opentelemetry==2.10.1
|
|
8
8
|
|
|
9
9
|
# Automatic instrumentation packages for zero-code Flask setup
|
|
10
10
|
opentelemetry-instrumentation-flask==0.60b1
|
{secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/o11y_test_application/runit.sh
RENAMED
|
@@ -9,7 +9,7 @@ source ../venv/bin/activate
|
|
|
9
9
|
#
|
|
10
10
|
pip3 install --upgrade pip
|
|
11
11
|
pip3 install secureapp-python-agent splunk-opentelemetry
|
|
12
|
-
pip3 install -r
|
|
12
|
+
pip3 install -r packages-with-cves.txt
|
|
13
13
|
#
|
|
14
14
|
# The opentelemetry-bootstrap tool scans your current Python environment, detects which libraries you have installed,
|
|
15
15
|
# and automatically installs the necessary OpenTelemetry instrumentation packages for them
|
|
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
|
|
|
7
7
|
# Changed dynamic = ["version"] to version = 26.4.0-Dev
|
|
8
8
|
[project]
|
|
9
9
|
name = "secureapp-python-agent"
|
|
10
|
-
version = "26.5.0-
|
|
10
|
+
version = "26.5.0-RC6"
|
|
11
11
|
description = "Splunk SecureApp OpenTelemetry Extension for Python applications"
|
|
12
12
|
readme = "README.md"
|
|
13
13
|
requires-python = ">=3.10"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: secureapp-python-agent
|
|
3
|
-
Version: 26.5.
|
|
3
|
+
Version: 26.5.0rc6
|
|
4
4
|
Summary: Splunk SecureApp OpenTelemetry Extension for Python applications
|
|
5
5
|
Author-email: Splunk <support@splunk.com>
|
|
6
6
|
License-Expression: LicenseRef-Proprietary
|
|
@@ -57,7 +57,7 @@ This extension monitors runtime dependencies and reports them via OpenTelemetry
|
|
|
57
57
|
pip install secureapp-python-agent
|
|
58
58
|
|
|
59
59
|
# Install with OpenTelemetry instrumentation
|
|
60
|
-
pip install secureapp-python-agent opentelemetry
|
|
60
|
+
pip install secureapp-python-agent splunk-opentelemetry
|
|
61
61
|
|
|
62
62
|
# Run your application with automatic instrumentation
|
|
63
63
|
opentelemetry-instrument python your_app.py
|
|
@@ -37,7 +37,7 @@ examples/manual_flask_app.py
|
|
|
37
37
|
examples/requirements.txt
|
|
38
38
|
examples/zero_code_agentic_ai_app.py
|
|
39
39
|
examples/zero_code_flask_app.py
|
|
40
|
-
o11y_test_application/
|
|
40
|
+
o11y_test_application/packages-with-cves.txt
|
|
41
41
|
o11y_test_application/runit.sh
|
|
42
42
|
o11y_test_application/test_application.py
|
|
43
43
|
o11y_test_application/otel-collector/splunk-otel-config.yaml
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/dev/benchmarks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/dev/benchmarks/conftest.py
RENAMED
|
File without changes
|
{secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/dev/compat_test_1.35.0.py
RENAMED
|
File without changes
|
{secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/dev/compat_test_1.39.0.py
RENAMED
|
File without changes
|
{secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/dev/data/golden-data.csv
RENAMED
|
File without changes
|
{secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/dev/debug/debug_analyzer.py
RENAMED
|
File without changes
|
|
File without changes
|
{secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/dev/scripts/check_license.py
RENAMED
|
File without changes
|
{secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/dev/scripts/update_deps.py
RENAMED
|
File without changes
|
{secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/docker/Dockerfile.agentic-ai
RENAMED
|
File without changes
|
{secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/docker/Dockerfile.manual
RENAMED
|
File without changes
|
{secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/docker/Dockerfile.zero-code
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/examples/common_flask_utils.py
RENAMED
|
File without changes
|
{secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/examples/manual_flask_app.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/otel-collector-config.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/sonar-project.properties
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/tests/test_integration.py
RENAMED
|
File without changes
|
{secureapp_python_agent-26.5.0rc5 → secureapp_python_agent-26.5.0rc6}/tests/test_package_import.py
RENAMED
|
File without changes
|