Skip to content

Commit 4c8140b

Browse files
authored
add soup (#30)
1 parent 98b79ee commit 4c8140b

File tree

1 file changed

+108
-0
lines changed

1 file changed

+108
-0
lines changed
Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
{
2+
"package": "flutter_secure_storage",
3+
"version": "10.x.x",
4+
"purpose": "A Flutter plugin to securely store sensitive data in a key-value pair format using platform-specific secure storage solutions. It supports Android, iOS, macOS, Windows, and Linux.",
5+
"provider": "QuickBird GmbH",
6+
"license": "QuickBird",
7+
"urls": {
8+
"provider": "https://github.com/QuickBirdEng/flutter_secure_storage",
9+
"documentation": "https://github.com/QuickBirdEng/flutter_secure_storage",
10+
"known_issues": "https://github.com/QuickBirdEng/flutter_secure_storage/issues"
11+
},
12+
"requirements": {
13+
"grq-1": {
14+
"description": "Has a suitable license",
15+
"fulfilled": true,
16+
"fulfilled_visual": "",
17+
"reason_if_requirement_not_fulfilled": "",
18+
"metadata": {
19+
"license": "BSD-3-Clause",
20+
"license_key": "bsd-3-clause",
21+
"license_spdx_id": "BSD-3-Clause",
22+
"license_url": "https://github.com/QuickBirdEng/flutter_secure_storage/blob/develop/LICENSE",
23+
"compliance_status": "ALLOWED: License 'bsd-3-clause' is in allowed list"
24+
}
25+
},
26+
"grq-2": {
27+
"description": "Comprehensive documentation is available",
28+
"fulfilled": true,
29+
"fulfilled_visual": "",
30+
"reason_if_requirement_not_fulfilled": "",
31+
"metadata": "https://github.com/QuickBirdEng/flutter_secure_storage"
32+
},
33+
"grq-3": {
34+
"description": "Is maintained and support is available",
35+
"fulfilled": false,
36+
"fulfilled_visual": "",
37+
"reason_if_requirement_not_fulfilled": "The package is QuickBird's fork https://github.com/juliansteenbakker/flutter_secure_storage and be updated and releases can be provisioned (on demand) when needed.",
38+
"metadata": {
39+
"analysis_period": "12 months",
40+
"releases_found": 1,
41+
"min_expected": 2,
42+
"recent_versions": {
43+
"v10.0.1": "March 10, 2025"
44+
}
45+
}
46+
},
47+
"grq-4": {
48+
"description": "Does not contain major or critical security issues.",
49+
"fulfilled": true,
50+
"fulfilled_visual": "",
51+
"reason_if_requirement_not_fulfilled": "",
52+
"metadata": {
53+
"package": "flutter_secure_storage",
54+
"commit_checked": {
55+
"version": "10.0.1",
56+
"commit": "c61596586e27ac06c70b2ba2680d15a10fa4c87a"
57+
},
58+
"vulnerabilities_count": 0,
59+
"vulnerabilities": {}
60+
}
61+
},
62+
"grq-5": {
63+
"description": "Provider is reliable, trustworthy and communicative",
64+
"fulfilled": true,
65+
"fulfilled_visual": "",
66+
"reason_if_requirement_not_fulfilled": "",
67+
"metadata": {
68+
"stars": 0,
69+
"forks": 0,
70+
"subscribers": 0,
71+
"one_of_following_conditions": {
72+
"stars_or_forks_or_subscribers_any_greater_than_or_equal_to_1500": "",
73+
"sum_of_stars_forks_subscribers_greater_than_or_equal_to_3000": "",
74+
"self_owned": ""
75+
}
76+
}
77+
},
78+
"grq-6": {
79+
"description": "Conforms to Semantic Versioning",
80+
"fulfilled": true,
81+
"fulfilled_visual": "",
82+
"reason_if_requirement_not_fulfilled": "",
83+
"metadata": {
84+
"total_versions_checked": "1"
85+
}
86+
},
87+
"version-check": {
88+
"description": "Is within the latest stable semantic family (Major.X.X or 0.Minor.X)",
89+
"fulfilled": true,
90+
"fulfilled_visual": "",
91+
"reason_if_requirement_not_fulfilled": "",
92+
"metadata": {
93+
"latest_stable": "10.0.1",
94+
"latest_stable_tag_url": "https://github.com/QuickBirdEng/flutter_secure_storage/releases/tag/v10.0.1"
95+
}
96+
}
97+
},
98+
"metadata": {
99+
"created": "2025-10-27T09:56:23Z",
100+
"updated": "2025-10-27T09:56:23Z",
101+
"input_version": "10.0.1",
102+
"approval": {
103+
"date": "",
104+
"by": "",
105+
"condition": ""
106+
}
107+
}
108+
}

0 commit comments

Comments
 (0)