You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,22 @@ Output is structure like this:
17
17
18
18
\<line in source.changes\>: \<bsc missing in target.changes\> -> \<line from source.changes\>
19
19
20
+
# Patterns
21
+
22
+
bscdiff looks for the following patterns:
23
+
24
+
*bsc#12345
25
+
*CVE-2019-12356
26
+
*U#1234
20
27
21
28
## Building bscdiff
22
29
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.
0 commit comments