Skip to content

Commit f6b4995

Browse files
committed
docs
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 4136394 commit f6b4995

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ written in _TypeScript_ and compiled for the target.
3030
* Support the downstream implementation of custom XML-serializers tailored to specific environments
3131
by providing an abstract base class that takes care of normalization and BomRef-discrimination.
3232
This is done, because there is no universal XML support in _JavaScript_.
33-
* Validation according to [_CycloneDX_ Specification][CycloneDX-spec].
33+
* Validation according to [_CycloneDX_ Specification][CycloneDX-spec]. (currently for _Node.js_ only)
3434

3535
## Capabilities
3636

@@ -93,8 +93,7 @@ written in _TypeScript_ and compiled for the target.
9393
* Specific to _Node.js_: implementation plugs/requires/utilizes one of the following _optional_ libraries
9494
* [xmlbuilder2](https://www.npmjs.com/package/xmlbuilder2)
9595
* ... to be continued ... (pull requests are welcome)
96-
* Validation
97-
* TODO: write proper descriptions
96+
* Formal validators for JSON string and XML string (currently for _Node.js_ only)
9897

9998
## Installation
10099

src/validation/index.web.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export * from './index.common'
2121

2222
// region web-specifics
2323

24-
// json validator is experimental, and not public to web, yet
24+
// json validator is notentirely tested fr WEB, yet
2525
// export * from './jsonValidator'
2626

2727
// there is no XML validator for the web, yet

0 commit comments

Comments
 (0)