Skip to content

Conversation

@joydeep049
Copy link
Owner

No description provided.

ayushthe1 and others added 30 commits January 4, 2024 10:03
* add interrogate

* add pass_filename to the hook

---------

Co-authored-by: Terri Oda <terri.oda@intel.com>
Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
Signed-off-by: Terri Oda <terri.oda@intel.com>
Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: GitHub <noreply@github.com>
Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
#3695)

Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 3.1.4 to 3.1.5.
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](actions/dependency-review-action@01bc870...c74b580)

---
updated-dependencies:
- dependency-name: actions/dependency-review-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: GitHub <noreply@github.com>
…3610)

Co-authored-by: Terri Oda <terri.oda@intel.com>
Switch our config to use pre-commit's file exclusions instead of interrogate's because it works better for local & github actions.

Signed-off-by: Terri Oda <terri.oda@intel.com>
* fix: doc/requirements.txt to reduce vulnerabilities


The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-PILLOW-5918878
- https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6043904

* fix: add pillow to .csv file for scanning

---------

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* test: try re-enabling exploit test

* test: re-add test_csv2cve tests

* test: re-enable language scanner tests

* test: re-enable test_sbom tests
* fixes #3559

npm has a .package-lock.json file with a similar name but slightly different
format than the package-lock.json file we can parse with our javascript
language parser.  This changes the javascript parser so it fails more
gracefully if the format of a package-lock.json file does not appear to
be what we can parse.  As in, it prints a warning that it was unable to
parse the file and does not halt the scan.

We should probably build a parser to handle these files correctly in the
future, but for now this will skip them.

Also, I added some docstrings to the files I changed so interrogate
would be happy.

Signed-off-by: Terri Oda <terri.oda@intel.com>
Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: GitHub <noreply@github.com>
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 4.0.0.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@704facf...13aacd8)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
Co-authored-by: Terri Oda <terri.oda@intel.com>
ffontaine and others added 29 commits February 5, 2024 14:43
Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
…#3776)

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5.0.2 to 6.0.0.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@1534078...b1ddad2)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.3 to 4.3.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@a8a3f3a...5d5d22a)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.5 to 4.0.1.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@4fe8c5f...e0b68c6)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: GitHub <noreply@github.com>
Signed-off-by: Joydeep Tripathy <bntripathy123@gmail.com>
Signed-off-by: Joydeep Tripathy <bntripathy123@gmail.com>
Signed-off-by: Meet Soni <meetsoni3017@gmail.com>
Signed-off-by: Joydeep Tripathy <bntripathy123@gmail.com>
Also changed pre-commit config so interrogate is at the top and its output
doesn't obscure more urgent error messages.

Note that this is still missing a test and appropriate windows behaviour; those will be coming in future PRs.

Signed-off-by: Terri Oda <terri.oda@intel.com>
* chore: update pre-commit config

* chore: update inconsistency in files with black v24.1.1 (#3799)

---------

Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: tahera_fahimi <46875632+tahifahimi@users.noreply.github.com>
Co-authored-by: Terri Oda <terri.oda@intel.com>
Bumps [haya14busa/action-cond](https://github.com/haya14busa/action-cond) from 1.1.1 to 1.2.1.
- [Release notes](https://github.com/haya14busa/action-cond/releases)
- [Commits](haya14busa/action-cond@1d6e8a1...94f77f7)

---
updated-dependencies:
- dependency-name: haya14busa/action-cond
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.6.0 to 3.6.1.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v3.6.0...v3.6.1)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: GitHub <noreply@github.com>
exim version can be on three digits and not only two

Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
is_symlink can return PermissionError exception so handle those thanks
to try/except blocks.

Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
* fix: fix network connection related fails of quiet_mode
* added test for quiet_mode with network connection

Signed-off-by: Meet Soni <meetsoni3017@gmail.com>
The regular SBOM creation job failed due to being unable to diff the previous
3.12 sbom because there wasn't one. So I'm putting some blank files in to make it work.

Signed-off-by: Terri Oda <terri.oda@intel.com>
* fix: resolve errors of fuzzing job fuzz_cyclonedx

implemented purl validation to check valid purl strings

Signed-off-by: Meet Soni <meetsoni3017@gmail.com>
@joydeep049 joydeep049 merged commit 1d8812e into joydeep049:main Feb 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants