Commit b9e5d26
Upgrade to v3.0.0, thanks to @shakeyourbunny
* v3.0.0: Hard fork — security hardening, modernization, namespace rename
Hard fork from AdysTech/CredentialManager. Upstream MIT attribution preserved.
Security:
- Replace BinaryFormatter with System.Text.Json (CWE-502)
- Fix persistence hardcoded to Enterprise (#69), default to LocalMachine
- JIT-safe memory zeroing via RtlZeroMemory P/Invoke
- Fix P/Invoke SetLastError, buffer size constants
Modernization:
- Rename namespace/package to shakeyourbunny.CredentialManager
- New signing key, new solution GUIDs
- Drop net45, add net8.0, keep netstandard2.0
- C# 12, nullable reference types, file-scoped namespaces
- i18n resource files (en/de/fr/es/it)
- Remove upstream AppVeyor CI config
Tests:
- Persistence parameter, JSON round-trips, null parameter handling
- Test category renamed from AppVeyor to CI
* v3.1.0: Analyzer hardening, NuGet readiness, documentation overhaul
6 Roslyn analyzer suites (Microsoft.CodeAnalysis.NetAnalyzers, StyleCop,
SecurityCodeScan, Roslynator, SonarAnalyzer, Meziantou.Analyzer) with
zero warnings across ~2,000+ combined rules. Zero SecurityCodeScan
findings confirms no OWASP vulnerabilities.
Code fixes: CA2208 exception types, MA0002 StringComparer.Ordinal,
MA0006 string.Equals, S1172 unused parameter, S1854 useless assignment,
S108 empty catch blocks. P/Invoke conventions properly suppressed.
NuGet package: README included, search tags, release notes, Source Link,
symbol package. Demo application exercises full API surface. Automated
build pipeline with interactive credential store testing via schtasks.
README rewritten as standalone project documentation with integration
guide, API reference, and migration instructions.
* upstream-pr: rebase to AdysTech namespace, remove strong-naming
Prepares a PR-ready branch for AdysTech/CredentialManager (issue #71).
Carries the full v3.0.0→v3.1.0 feature set (security hardening, C# 12,
.NET 8.0, nullable annotations, 6 Roslyn analyzer suites, i18n, Source Link,
demo app) onto the upstream namespace and repo identity.
Changes:
- Rename src/shakeyourbunny.CredentialManager/ → src/AdysTech.CredentialManager/
- Rename shakeyourbunny.CredentialManager.csproj → AdysTech.CredentialManager.csproj
- Update namespace declarations in all 9 source files
- Update ResourceManager base name in SR.cs
- Update using statements in test and demo projects
- Update project references in test/demo .csproj files
- Update CredentialManager.sln project entry
- Directory.Build.props: update URLs, copyright, authors; remove signing props
- AssemblyInfo.cs: simplify InternalsVisibleTo (no public key, no strong name)
- Remove key.snk (fork-specific; upstream can add their own key if desired)
- README.md: AdysTech namespace/package, remove fork migration guide
- CHANGELOG.md: reframe v3.0.0 as security/modernization release, not hard fork
---------
Co-authored-by: shakeyourbunny <shakeyourbunny@gmail.com>
Co-authored-by: Adarsha <8618235+mvadu@users.noreply.github.com>1 parent 22c751a commit b9e5d26
31 files changed
Lines changed: 3379 additions & 1679 deletions
File tree
- samples/CredentialManager.Demo
- src/AdysTech.CredentialManager
- Properties
- Resources
- tests/CredentialManager.Test
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 | | |
6 | | - | |
7 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
0 commit comments