Skip to content

Commit a6786b1

Browse files
authored
Update README.md
1 parent 34f9072 commit a6786b1

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
**New major release, which uses OSS Index API v3.x!!**
22

3+
- [AuditJS](#auditjs)
4+
* [Installation](#installation)
5+
* [Usage](#usage)
6+
* [Config file](#config-file)
7+
* [OSS Index Credentials](#oss-index-credentials)
8+
* [Whitelisting](#whitelisting)
9+
+ [Simplified Whitelist Format](#simplified-whitelist-format)
10+
+ [Verbose Whitelist Format](#verbose-whitelist-format)
11+
* [Limitations](#limitations)
12+
* [Credit](#credit)
13+
314
AuditJS
415
=======
516

@@ -292,25 +303,14 @@ Limitations
292303
As this program depends on the OSS Index database, network access is
293304
required. Connection problems with OSS Index will result in an exception.
294305

295-
The current version of AuditJS only reports on top level dependencies.
296-
If feedback indicates people are interested we will extend auditing to run
297-
against the full dependency tree
298-
299306
The NVD does not always indicate all (or any) of the affected versions
300307
it is best to read the vulnerability text itself to determine whether
301308
any particular version is known to be vulnerable.
302309

303310
Credit
304311
------
305312

306-
Many thanks to [Fredrik J](https://github.com/qacwnfq) for his great improvements, including:
307-
* Bower support
308-
* JUnit reports
309-
* Whitelisting
310-
311-
Data in OSS Index has been retrieved and cross referenced from several
312-
sources, including but not limited to:
313-
314-
* npm: https://www.npmjs.com/
315-
* The National Vulnerability Database (NVD): https://nvd.nist.gov/
316-
* Node Security Project: https://nodesecurity.io/
313+
Thank you to everybody who has contributed to this project, both with
314+
[code contributions](https://github.com/OSSIndex/auditjs/pulls?q=is%3Apr+is%3Aclosed)
315+
and also suggestions, testing help, and notifying us of new and/or missing
316+
vulnerabilities.

0 commit comments

Comments
 (0)