Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
86dd4b1
Bump js-yaml from 4.1.0 to 4.1.1 in /frontend
dependabot[bot] Nov 16, 2025
ad073d3
Bump ollama from 0.6.0 to 0.6.1 in /backend-agent
dependabot[bot] Nov 16, 2025
0ebfbba
Bump the js-dependencies group across 1 directory with 24 updates
dependabot[bot] Nov 16, 2025
a96493b
Merge pull request #151 from SAP/dependabot/npm_and_yarn/frontend/dev…
marcorosa Nov 17, 2025
7818153
Merge pull request #149 from SAP/dependabot/uv/backend-agent/develop/…
marcorosa Nov 17, 2025
78b22d0
Merge pull request #148 from SAP/dependabot/npm_and_yarn/frontend/js-…
marcorosa Nov 18, 2025
9c260e2
Bump unstructured from 0.18.15 to 0.18.20 in /backend-agent
dependabot[bot] Nov 18, 2025
2d89964
Bump js-yaml from 4.1.0 to 4.1.1 in /frontend
dependabot[bot] Nov 18, 2025
59afd27
Bump actions/checkout from 5 to 6
dependabot[bot] Nov 23, 2025
27ba119
Bump faiss-cpu from 1.12.0 to 1.13.0 in /backend-agent
dependabot[bot] Nov 23, 2025
e2bbd93
Merge pull request #150 from SAP/dependabot/uv/backend-agent/develop/…
marcorosa Nov 25, 2025
6d71fae
Merge pull request #153 from SAP/dependabot/github_actions/develop/ac…
marcorosa Nov 25, 2025
ebc8336
Bump node-forge from 1.3.1 to 1.3.2 in /frontend
dependabot[bot] Nov 27, 2025
5b5576b
Bump unstructured from 0.18.20 to 0.18.21 in /backend-agent
dependabot[bot] Nov 30, 2025
7ca9759
Bump express in /frontend
dependabot[bot] Dec 1, 2025
6e888cc
Merge pull request #157 from SAP/dependabot/npm_and_yarn/frontend/nod…
marcorosa Dec 4, 2025
a33c29e
Merge pull request #152 from SAP/dependabot/npm_and_yarn/frontend/js-…
marcorosa Dec 4, 2025
0a7a0b0
Merge pull request #159 from SAP/dependabot/uv/backend-agent/develop/…
marcorosa Dec 4, 2025
1e6c782
Merge pull request #163 from SAP/dependabot/npm_and_yarn/frontend/mul…
marcorosa Dec 4, 2025
22fd083
Merge pull request #154 from SAP/dependabot/uv/backend-agent/develop/…
marcorosa Dec 4, 2025
ae50822
Bump sap-ai-sdk-gen
marcorosa Dec 4, 2025
56638e9
Update lockfile
marcorosa Dec 4, 2025
3e6b9e9
Update angular packages
marcorosa Dec 4, 2025
db2c0e7
Bump angular/cli
marcorosa Dec 4, 2025
83dea1f
Merge pull request #166 from SAP/fix/npm-angular-packages
marcorosa Dec 4, 2025
8af6f77
Add gemini-2.5-flash-lite model support
marcorosa Dec 4, 2025
179178a
Bump BE and FE versions
marcorosa Dec 4, 2025
bb5d6fe
[Changelog CI] Add Changelog for Version v0.6.4
github-actions[bot] Dec 4, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/be-installation-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v5
uses: actions/checkout@v6
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good practice updating to actions/checkout@v6. This ensures you're using the latest version with security improvements and bug fixes. The v6 version provides better performance and enhanced security features compared to v5.


- name: Set up Python environment
uses: actions/setup-python@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Build changelog
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Run Changelog CI
uses: saadmk11/changelog-ci@v1.2.0
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
frontend_version: ${{ steps.version_check.outputs.frontend_version }}
steps:
- name: Check out the repo
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 2 # Need at least 2 commits to compare

Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Set up Node.js for Frontend build
uses: actions/setup-node@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fe-installation-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Set up Node.js environment
uses: actions/setup-node@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Set up Python environment
uses: actions/setup-python@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Set up Node.js
uses: actions/setup-node@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run:
shell: bash
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Get version number
id: get-pr-number
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# Version: v0.6.4

* [#148](https://github.com/SAP/STARS/pull/148): Bump js-yaml from 4.1.0 to 4.1.1 in /frontend
* [#149](https://github.com/SAP/STARS/pull/149): Bump ollama from 0.6.0 to 0.6.1 in /backend-agent
* [#150](https://github.com/SAP/STARS/pull/150): Bump unstructured from 0.18.15 to 0.18.20 in /backend-agent
* [#151](https://github.com/SAP/STARS/pull/151): Bump the js-dependencies group across 1 directory with 24 updates
* [#152](https://github.com/SAP/STARS/pull/152): Bump js-yaml from 4.1.0 to 4.1.1 in /frontend
* [#153](https://github.com/SAP/STARS/pull/153): Bump actions/checkout from 5 to 6
* [#154](https://github.com/SAP/STARS/pull/154): Bump faiss-cpu from 1.12.0 to 1.13.0 in /backend-agent
* [#157](https://github.com/SAP/STARS/pull/157): Bump node-forge from 1.3.1 to 1.3.2 in /frontend
* [#159](https://github.com/SAP/STARS/pull/159): Bump unstructured from 0.18.20 to 0.18.21 in /backend-agent
* [#163](https://github.com/SAP/STARS/pull/163): Bump express in /frontend
* [#166](https://github.com/SAP/STARS/pull/166): Update angular packages


# Version: v0.6.3

* [#139](https://github.com/SAP/STARS/pull/139): Add perplexity model family
Expand Down
1 change: 1 addition & 0 deletions backend-agent/llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
'gemini-2.0-flash',
'gemini-2.0-flash-lite',
'gemini-2.5-flash',
'gemini-2.5-flash-lite',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding support for 'gemini-2.5-flash-lite' model is good for providing users with more options. Consider documenting the differences between the lite and full versions in your documentation to help users choose the appropriate model for their use case.

'gemini-2.5-pro',
],
'perplexity-ai':
Expand Down
10 changes: 5 additions & 5 deletions backend-agent/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = 'stars'
version = '0.6.3'
version = '0.6.4'
description = 'Smart Threat AI Reporting Scanner (STARS)'
readme = 'README.md'
license = {text = 'Apache-2.0'}
Expand All @@ -13,9 +13,9 @@ maintainers = [
]
requires-python = '>=3.10,<3.13'
dependencies = [
'sap-ai-sdk-gen[all]==5.8.0',
'sap-ai-sdk-gen[all]==5.9.0',
'python-dotenv==1.2.1',
'faiss-cpu==1.12.0',
'faiss-cpu==1.13.0',
'Flask==3.1.2',
'Flask-Cors==6.0.1',
'flask_sock==0.7.0',
Expand All @@ -26,10 +26,10 @@ dependencies = [
'langchain-text-splitters>=0.3.0,<0.4.0',
'PyYAML==6.0.3',
'requests==2.32.5',
'unstructured==0.18.15',
'unstructured==0.18.21',
'art==6.5',
'pandas==2.3.3',
'ollama==0.6.0',
'ollama==0.6.1',
'weasyprint==66.0',
'pyrit==0.9.0',
'codeattack @ git+https://github.com/marcorosa/CodeAttack',
Expand Down
304 changes: 134 additions & 170 deletions backend-agent/uv.lock

Large diffs are not rendered by default.

Loading
Loading