Skip to content

Commit 0f849d7

Browse files
committed
Additional info about patterns, contribution and license
1 parent 0c1821a commit 0f849d7

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,22 @@ Output is structure like this:
1717

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

20+
# Patterns
21+
22+
bscdiff looks for the following patterns:
23+
24+
* bsc#12345
25+
* CVE-2019-12356
26+
* U#1234
2027

2128
## Building bscdiff
2229

23-
Since no external dependency was used, you can just do a `go build bscdiff.go`.
30+
Since no external dependency was used, you can just do a `go build bscdiff.go`.
31+
32+
# Issues and Contributions
33+
34+
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.
35+
36+
## License
37+
38+
MIT

0 commit comments

Comments
 (0)