mirror of
https://github.com/systemd/systemd.git
synced 2026-08-04 15:10:33 +00:00
Add a simple fuzzer that verifies our machinery for parsing user records from JSON works as intended. The initial corpus was created with the help of Claude, so we have a bunch of valid user records with as much fields as possible for the initial corpus.
14 lines
339 B
JSON
14 lines
339 B
JSON
{
|
|
"userName": "timeuser",
|
|
"realName": "Time Constraints User",
|
|
"uid": 3018,
|
|
"gid": 3018,
|
|
"homeDirectory": "/home/timeuser",
|
|
"shell": "/bin/bash",
|
|
"disposition": "regular",
|
|
"notBeforeUSec": 1609459200000000,
|
|
"notAfterUSec": 1924905600000000,
|
|
"lastChangeUSec": 1700000000000000,
|
|
"locked": false
|
|
}
|