-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Biases entries * Update vulnerability-rating-taxonomy.json * * Fixing Indentation in JSONs * Fixing cvss_v3 file * Adding secure-code-warrior-links.json * * Fixing mixup of entries in remediation_advice.json * Adding CVSS Fix * Modifying tests and Python Upgrade * Reverting changes * Fixing CWE Mapping in JSON --------- Co-authored-by: Abhinav Nain <[email protected]>
- Loading branch information
1 parent
c39d933
commit 206c4b0
Showing
9 changed files
with
474 additions
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
FROM python:3.6 | ||
|
||
RUN pip install jsonschema GitPython semantic_version | ||
FROM python:3.11 | ||
|
||
WORKDIR /tmp/vrt | ||
ADD . /tmp/vrt | ||
|
||
RUN pip install -r lib/requirements.txt | ||
|
||
CMD [ "python3", "-B" , "./lib/validate_vrt.py" ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.