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: SECURITY.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Security Policy
2
2
3
3
## Versioning schema
4
-
This project uses incremental X.Y.Z version number (XYZ are number from 0 to 9) where:
4
+
This project uses incremental X.Y.Z version number (XYZ are numbers from 0 to 9) where:
5
5
* X = "Uber version", this is likely to stay 1 forever. It is also quiet possible that numbers are going to be shifted 1 space towards the left for this exact reason...
6
6
* Y = Major version. When this number is incremented it usually means something "revolutionary" was added, something that moved the library forward significantly. Moderate migration is often times required...
7
7
* Z = Majnor version. Although it is called "minor", it can oftentimes be quiet big. The bigger the number difference between the last minor version, the bigger the update. But the library is usually compatible between minor version with minimal migration needed (deprecateds or changes are usually documented in the code...).
@@ -12,4 +12,5 @@ Also is highly discouraged to use any "alpha", "beta" or versions that end with
12
12
13
13
## Reporting a Vulnerability
14
14
15
+
Currently, there are no known vulnerabilities present in the library but still be wise with your code, mainly with creating protocols and parsers, if your work is security-focused!
15
16
You can report responsibilities using [Issues section](https://github.com/SimplyProgrammer/Java-SerialX/issues).
0 commit comments