Skip to content

Reverted unintended change

21a9d1f
Select commit
Loading
Failed to load commit list.
Open

feat: java transitive search - added support for project pom aggregator #185

Reverted unintended change
21a9d1f
Select commit
Loading
Failed to load commit list.
exploit-iq-pac / Pipelines as Code CI / vulnerability-analysis-on-pr failed Feb 23, 2026 in 14m 24s

Failed

Pipelines as Code CI/vulnerability-analysis-on-pr has failed.

Details


Task Statuses:

StatusDurationName
🟢 Succeeded 22 seconds

fetch-repository

🔴 Failed 14 minutes

lint-and-test


Failure snippet:

task lint-and-test has the status "Failed":
1 skipped
        13 warnings
make: *** [Makefile:75: test-unit] Error 1

Annotations

Check failure on line 19 in /workspace/source/src/vuln_analysis/tools/transitive_code_search.py

See this annotation in the file changed.

@exploit-iq-pac exploit-iq-pac / Pipelines as Code CI / vulnerability-analysis-on-pr

/workspace/source/src/vuln_analysis/tools/transitive_code_search.py#L19

DeprecationWarning: !!! The 'aiq' namespace is deprecated and will be removed in a future release. Please use the 'nat' namespace instead.

Check failure on line 153 in /workspace/source/.venv/lib64/python3.12/site-packages/nat/cli/register_workflow.py

See this annotation in the file changed.

@exploit-iq-pac exploit-iq-pac / Pipelines as Code CI / vulnerability-analysis-on-pr

/workspace/source/.venv/lib64/python3.12/site-packages/nat/cli/register_workflow.py#L153

DeprecationWarning: __package__ != __spec__.parent

Check failure on line 154 in /workspace/source/.venv/lib64/python3.12/site-packages/nat/cli/register_workflow.py

See this annotation in the file changed.

@exploit-iq-pac exploit-iq-pac / Pipelines as Code CI / vulnerability-analysis-on-pr

/workspace/source/.venv/lib64/python3.12/site-packages/nat/cli/register_workflow.py#L154

DeprecationWarning: __package__ != __spec__.parent

Check failure on line 36 in /workspace/source/.venv/lib64/python3.12/site-packages/tree_sitter/__init__.py

See this annotation in the file changed.

@exploit-iq-pac exploit-iq-pac / Pipelines as Code CI / vulnerability-analysis-on-pr

/workspace/source/.venv/lib64/python3.12/site-packages/tree_sitter/__init__.py#L36

FutureWarning: Language(path, name) is deprecated. Use Language(ptr, name) instead.