-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
33 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Security Policy | ||
|
||
![Libraries.io dependency status for GitHub repo](https://img.shields.io/librariesio/github/infocyph/uid) | ||
|
||
## Supported Versions | ||
|
||
Use this section to tell people about which versions of your project are | ||
currently being supported with security updates. | ||
|
||
| Version | Supported | | ||
|---------|--------------------| | ||
| 2.x | :white_check_mark: | | ||
| 1.x | :x: | | ||
|
||
## Reporting a Vulnerability | ||
|
||
Report any vulnerabilities to the [security advisory tracker](https://github.com/abmmhasan/uid/issues)! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# TBSL | ||
|
||
A 20 character alphanumeric ID generated by a time-based lexicographically sortable algorithm. It stores time in first | ||
13 characters and machine ID in 14th-15th characters. Rest 5 is randomly generated. | ||
|
||
| Time Identifier | Machine Identifier | Random Character | | ||
|:---------------:|:------------------:|:----------------:| | ||
| 13 | 2 | 5 | | ||
|