1
0
mirror of https://github.com/securego/gosec.git synced 2025-07-03 00:27:05 +02:00
Commit Graph

7 Commits

Author SHA1 Message Date
56f943b802 Add support to generate auto fixes using LLM (AI) (#1177)
This feature adds support to generate auto fixes for Go scanning findings using LLM (AI). In a first instance, it relies on Gemini API to get a suggestion for a solution. This can be later extended, to integrate also other AI providers.

---------

Signed-off-by: Cosmin Cojocar <ccojocar@google.com>
Co-authored-by: ccoVeille <3875889+ccoVeille@users.noreply.github.com>
Co-authored-by: Cosmin Cojocar <ccojocar@google.com>
2024-08-12 12:52:41 +02:00
de2c6a36fa Extract the issue in its own package 2023-02-16 09:45:28 +01:00
19fa856bad fix: make sure that nil Cwe pointer is handled when getting the CWE ID 2022-08-20 13:32:31 +02:00
1256f16f33 Fix lint and fail on error in the ci build 2021-05-31 10:44:12 +02:00
d040f0725f Handle gosec version in SARIF report 2021-05-20 10:16:42 +02:00
103c429df5 Enable golangcli and improve testing for formatters 2021-05-10 10:08:04 +02:00
ddfa25381f Define a report package with core and per format sub-packages 2021-05-06 09:31:51 +02:00