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

Matching of sec-relevant keywords in JIRA pages misses some terms #341

Open
copernico opened this issue Oct 31, 2022 · 0 comments
Open

Matching of sec-relevant keywords in JIRA pages misses some terms #341

copernico opened this issue Oct 31, 2022 · 0 comments
Assignees
Labels

Comments

@copernico
Copy link
Contributor

copernico commented Oct 31, 2022

E.g. when processing https://issues.apache.org/jira/browse/AMBARI-25329 the token vuln... in the very title of the issue is missed.

Test with:

python client/cli/main.py CVE-2020-1936 --use-nvd --repository https://github.com/apache/ambari --report html --use-backend optional --version-interval=2.7.3:2.7.4 --filter-extensions=is
copernico pushed a commit that referenced this issue Nov 3, 2022
- Implemented twin commits, closes #147 
- Using basemodel again (pydantic)
- Fixed the logger, improved log aesthetics and readability
- github and jira issues are collected using their respective APIs (GITHUB token required via .env file)
- Better word extraction and filtering based on tests conducted on the small dataset.
- Report handlers now create nested folders
- updated to python 3.10
- skip GitHub when fetching references
- refactored git and raw_commit modules: all commit IDs, timestamp, parent, message and changed files are
collected with a single call to git executable
- refactored logging

- Fixes:
#339  
#341  
#334  
#331  
#326 
#336
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants