Skip to content

Commit 13927ff

Browse files
author
MPCoreDeveloper
committed
updated readme and sln
1 parent 05c0b68 commit 13927ff

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

Posseth.SafeWebCore.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
88
.gitattributes = .gitattributes
99
.gitignore = .gitignore
1010
LICENSE.txt = LICENSE.txt
11+
README.md = README.md
1112
EndProjectSection
1213
EndProject
1314
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Posseth.SafeWebCore", "src\Posseth.SafeWebCore\Posseth.SafeWebCore.csproj", "{3CC906DB-9397-47D8-BE88-48C89A1C841D}"

README.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,26 @@
1-
start
1+
2+
# Posseth.SafeWebCore
3+
4+
Posseth.SafeWebCore is a secure web framework that provides a set of tools and utilities to build robust and secure web applications. It focuses on protecting against common web vulnerabilities and follows best practices for web security.
5+
6+
## Features
7+
8+
- HTTP security headers configuration to enhance the security of web applications.
9+
10+
11+
## Installation
12+
13+
To install Posseth.SafeWebCore, simply run the following command:
14+
## Usage
15+
16+
To use Posseth.SafeWebCore in your web application, follow these steps:
17+
18+
19+
20+
## Contributing
21+
22+
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request on the [GitHub repository](https://github.com/your-username/posseth-safewebcore).
23+
24+
## License
25+
26+
This project is licensed under the [MIT License](LICENSE).

0 commit comments

Comments
 (0)