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

Pipeline Code #407

Merged
merged 22 commits into from
Sep 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
55e1420
send one request to update security relevance of a batch of commits (…
lauraschauer Jul 22, 2024
19d16fe
Reduces throwing errors when the LLM returns a verbose answer in comm…
lauraschauer Jul 30, 2024
5af0501
cleaner error logging when git command fails
lauraschauer Aug 9, 2024
552509b
Advisory References: commit
lauraschauer Aug 14, 2024
3be03fb
fixes bug when extracting text from Jira Refs
lauraschauer Aug 14, 2024
c7dbd7f
removes 'dubious ownership' error when trying to access git repositor…
lauraschauer Jul 30, 2024
ba72de1
prints error to console instead of crashing at None, -1 returned from…
lauraschauer Aug 5, 2024
9108729
[FIX] makes sure that commit classification information is only retri…
lauraschauer Aug 26, 2024
a57769b
sorts and cleans up gitignore
lauraschauer Aug 29, 2024
bcf7279
orders and cleans up gitignore
lauraschauer Aug 29, 2024
e76a19a
renames folder with pipeline code to pipeline
lauraschauer Aug 29, 2024
3ed03ed
comments out cluttering print statement
lauraschauer Aug 29, 2024
2870cf3
adds the pipeline folder as a volume
lauraschauer Aug 29, 2024
98074ff
adds the full code folder as a volume to the worker container
lauraschauer Aug 29, 2024
53d53a2
adjusts import paths after renaming folder to pipeline
lauraschauer Aug 29, 2024
a409c12
adds console output for steps of pipeline
lauraschauer Aug 29, 2024
a07ea30
more adjustment after renaming to pipeline
lauraschauer Aug 29, 2024
aa71baa
updates and sorts gitignore
lauraschauer Aug 29, 2024
f077121
can successfully generate reports with the pipeline
lauraschauer Aug 29, 2024
04746d2
cleans up code
lauraschauer Aug 29, 2024
44c4d5b
adds readme
lauraschauer Aug 29, 2024
52f4fe5
Merge branch 'main' into pipeline
copernico Sep 2, 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
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,5 @@ prospector/.idea/*
prospector/*.html
prospector/*.json
prospector/evaluation
.DS_Store
.DS_Store
prospector/pipeline/reports/*
2 changes: 1 addition & 1 deletion prospector/backenddb/postgres.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def connect(self):
def disconnect(self):
if self.connection:
self.connection.close()
print("Disconnected from the database")
# print("Disconnected from the database") # Sanity check
self.connection = None
else:
print("No active database connection")
Expand Down
Empty file.
210 changes: 0 additions & 210 deletions prospector/data_sources/nvd/filter_entries.py

This file was deleted.

133 changes: 0 additions & 133 deletions prospector/data_sources/nvd/job_creation.py

This file was deleted.

23 changes: 0 additions & 23 deletions prospector/data_sources/nvd/nvd_test.py

This file was deleted.

4 changes: 0 additions & 4 deletions prospector/data_sources/test.csv

This file was deleted.

Loading
Loading