Skip to content

Commit

Permalink
Additional info about patterns, contribution and license
Browse files Browse the repository at this point in the history
  • Loading branch information
brejoc committed Apr 6, 2019
1 parent 0c1821a commit 0f849d7
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,22 @@ Output is structure like this:

\<line in source.changes\>: \<bsc missing in target.changes\> -> \<line from source.changes\>

# Patterns

bscdiff looks for the following patterns:

* bsc#12345
* CVE-2019-12356
* U#1234

## Building bscdiff

Since no external dependency was used, you can just do a `go build bscdiff.go`.
Since no external dependency was used, you can just do a `go build bscdiff.go`.

# Issues and Contributions

If you've got issues or questions please don't hesitate to open an issue. If you'd like to improve something or found a bug and you want to fix it, just open a pull request.

## License

MIT

0 comments on commit 0f849d7

Please sign in to comment.