File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -196,19 +196,19 @@ _________________
196196security-issues
197197^^^^^^^^^^^^^^^
198198The `security-issues/action.yml ` creates GitHub Issues for known vulnerabilities
199- for `maven ` and `pip-audit <https://pypi.org/project/pip-audit/ >`_.
199+ for `maven < https://sonatype.github.io/ossindex-maven/maven-plugin/ >`_ and `pip-audit <https://pypi.org/project/pip-audit/ >`_.
200200The following steps are taken:
201201
2022021. Convert a JSON of known vulnerabilities into a common format (`class Issue `)
2032032. Filter out vulnerabilities which already have an existing GitHub Issue via CVE
2042043. Create new GitHub Issues
2052054. Return a JSON of the newly created GitHub Issues
206206
207- Input variants
208- ~~~~~~~~~~~~~~
207+ Input Variants
208+ """"""""""""""
209209An input variant would be passed in as a string-encoded JSON.
210210
211- `maven ` (via ` mvn --batch-mode org.sonatype. ossindex.maven:ossindex-maven-plugin: audit org. sonatype.ossindex.maven: ossindex-maven-plugin:audit-aggregate ` )
211+ `maven ` (with ` ossindex- audit < https:// sonatype.github.io/ ossindex-maven/maven -plugin/ossindex-audit/ >`_ )
212212
213213.. code-block :: json
214214
@@ -259,7 +259,7 @@ An input variant would be passed in as a string-encoded JSON.
259259 }
260260
261261 Known Issues
262- ~~~~~~~~~~~~~
262+ """"""""""""
263263The `security-issues/action.yml ` assumes that eventually every known vulnerability will
264264be associated with a singular CVE.
265265
You can’t perform that action at this time.
0 commit comments