Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update(cwe): add CWE infos file and logic to sarif reports #7178

Merged
merged 19 commits into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
d3bb2c0
add hardware design cwe infos file and logic to sarif reports
ArturRibeiro-CX Jul 1, 2024
9ab8357
correct file name typo
ArturRibeiro-CX Jul 1, 2024
e26ac5a
add research concepts cwe infos file and logic to sarif reports
ArturRibeiro-CX Jul 1, 2024
020b948
refactor function for go_cyclomatic
ArturRibeiro-CX Jul 1, 2024
ebedaca
refactor function for go cyclomatic
ArturRibeiro-CX Jul 2, 2024
767d481
fix linting
ArturRibeiro-CX Jul 2, 2024
89ea607
fix linting trailing newline
ArturRibeiro-CX Jul 2, 2024
df05091
Merge branch 'master' into AST-45283-hardwareDesignFile
ArturRibeiro-CX Jul 4, 2024
91f9023
Merge branch 'master' into AST-45283-hardwareDesignFile
ArturRibeiro-CX Jul 5, 2024
914f6b9
Merge branch 'master' into AST-45283-hardwareDesignFile
ArturRibeiro-CX Jul 8, 2024
62c3876
refactor functions to better suit cwe logic
ArturRibeiro-CX Jul 11, 2024
e8b05cb
Merge branch 'master' into AST-45283-hardwareDesignFile
ArturRibeiro-CX Jul 11, 2024
b7b193c
fix linting and update cweInfo file logic
ArturRibeiro-CX Jul 11, 2024
6b330e8
Merge branch 'AST-45283-hardwareDesignFile' of https://github.com/Che…
ArturRibeiro-CX Jul 11, 2024
88b90b2
Merge branch 'master' into AST-45283-hardwareDesignFile
ArturRibeiro-CX Jul 22, 2024
9934bac
Merge branch 'master' into AST-45283-hardwareDesignFile
ArturRibeiro-CX Aug 16, 2024
3a05bf3
Merge branch 'master' into AST-45283-hardwareDesignFile
ArturRibeiro-CX Sep 10, 2024
f8f92b8
Merge branch 'master' into AST-45283-hardwareDesignFile
ArturRibeiro-CX Sep 13, 2024
b047358
update chainguard git on dockerfile
ArturRibeiro-CX Sep 13, 2024
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 Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ USER nonroot
# Runtime image
# Ignore no User Cmd since KICS container is stopped afer scan
# kics-scan ignore-line
FROM cgr.dev/chainguard/git@sha256:02660563e96b553d6aeb4093e3fcc3e91b2ad3a86e05c65b233f37f035e5044e
FROM cgr.dev/chainguard/git@sha256:d007b76406e3e77d8f35b26620ffd1f82d71c61d0c900530c2ac4666a96822b8

ENV TERM xterm-256color

Expand Down
Loading
Loading