Security utilities for key generation, string redaction, etc.
Перейти к файлу
Johannes Cornelis Draaijer 4fd0638222 fix(identifiable_secrets): Decrease amount of loops in validate_common_annotated_key_signature
Instead of looping over the data we are provided multiple times,
we can keep a running state of all of the required invariants
and combine them at the end.
2024-07-22 16:32:22 +02:00
.github Create rust.yml (#12) 2024-05-14 11:11:40 -04:00
GeneratedRegexPatterns updating regex pattern (#56) 2024-06-18 01:11:47 -04:00
docs Bump System.Text.Json from 8.0.3 to 8.0.4 in /src/Tests.Microsoft.Security.Utilities.Core (#63) 2024-07-21 22:41:24 +05:30
scripts Adding support for .NET 451 for backwards compatibility (#47) 2024-06-17 15:12:18 -04:00
src fix(identifiable_secrets): Decrease amount of loops in validate_common_annotated_key_signature 2024-07-22 16:32:22 +02:00
.gitignore Bundling Rust DLL into Nuget (#36) 2024-06-03 11:18:17 -04:00
BuildAndTest.cmd Add detections for loose sas secret and generic JWT exposures. (#38) 2024-06-03 12:02:28 -07:00
BuildPackages.cmd Add simple build gestures, dependency copy, and test for validating rust detections. 2024-05-16 12:41:29 -07:00
CODE_OF_CONDUCT.md CODE_OF_CONDUCT.md committed 2023-07-13 10:33:54 -07:00
LICENSE LICENSE committed 2023-07-13 10:33:55 -07:00
README.md README.md committed 2023-07-13 10:33:56 -07:00
ReleaseHistory.md Test fix. Ship prerelease package.: 2024-02-13 14:23:37 -08:00
SECURITY.md Preliminary code. 2023-07-13 15:27:54 -07:00
SUPPORT.md Preliminary code. 2023-07-13 15:27:54 -07:00
azure-pipelines.yml Preliminary code. 2023-07-13 15:27:54 -07:00
version.json Adding an initial secret masking capability (#61) 2024-07-05 13:57:05 -04:00

README.md

Project

This repo has been populated by an initial template to help get you started. Please make sure to update the content to build a great experience for community-building.

As the maintainer of this project, please make a few updates:

  • Improving this README.MD file to provide a great experience
  • Updating SUPPORT.MD with content about this project's support experience
  • Understanding the security reporting process in SECURITY.MD
  • Remove this section from the README

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.