{"id":23034142,"url":"https://github.com/autostructure/secure_sqlserver","last_synced_at":"2025-10-15T10:22:27.218Z","repository":{"id":136317424,"uuid":"135602687","full_name":"autostructure/secure_sqlserver","owner":"autostructure","description":"Harden Microsoft SQL Server based on DISA STIGs","archived":false,"fork":false,"pushed_at":"2018-10-25T16:28:28.000Z","size":355,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-08T12:45:51.276Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Puppet","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/autostructure.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-31T15:32:15.000Z","updated_at":"2018-10-25T16:28:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"b6a0aae3-7858-4c13-a2e5-36186e95832f","html_url":"https://github.com/autostructure/secure_sqlserver","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autostructure%2Fsecure_sqlserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autostructure%2Fsecure_sqlserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autostructure%2Fsecure_sqlserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/autostructure%2Fsecure_sqlserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/autostructure","download_url":"https://codeload.github.com/autostructure/secure_sqlserver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246899668,"owners_count":20851898,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-15T16:29:30.199Z","updated_at":"2025-10-15T10:22:22.176Z","avatar_url":"https://github.com/autostructure.png","language":"Puppet","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# secure_sqlserver\n\nWelcome to your new module. A short overview of the generated parts can be found in the PDK documentation at https://puppet.com/pdk/latest/pdk_generating_modules.html .\n\nThe README template below provides a starting point with details about what information to include in your README.\n\n\n\n\n\n\n\n#### Table of Contents\n\n1. [Description](#description)\n2. [Setup - The basics of getting started with secure_sqlserver](#setup)\n    * [What secure_sqlserver affects](#what-secure_sqlserver-affects)\n    * [Setup requirements](#setup-requirements)\n    * [Beginning with secure_sqlserver](#beginning-with-secure_sqlserver)\n3. [Usage - Configuration options and additional functionality](#usage)\n4. [Reference - An under-the-hood peek at what the module is doing and how](#reference)\n5. [Limitations - OS compatibility, etc.](#limitations)\n6. [Development - Guide for contributing to the module](#development)\n\n## Description\n\nStart with a one- or two-sentence summary of what the module does and/or what problem it solves. This is your 30-second elevator pitch for your module. Consider including OS/Puppet version it works with.\n\nYou can give more descriptive information in a second paragraph. This paragraph should answer the questions: \"What does this module *do*?\" and \"Why would I use it?\" If your module has a range of functionality (installation, configuration, management, etc.), this is the time to mention it.\n\n## Setup\n\n### What secure_sqlserver affects **OPTIONAL**\n\nIf it's obvious what your module touches, you can skip this section. For example, folks can probably figure out that your mysql_instance module affects their MySQL instances.\n\nIf there's more that they should know about, though, this is the place to mention:\n\n* Files, packages, services, or operations that the module will alter, impact, or execute.\n* Dependencies that your module automatically installs.\n* Warnings or other important notices.\n\n### Setup Requirements **OPTIONAL**\n\nAdd the following entries to your Puppetfile:\n\n```puppet\nmod 'secure_sqlserver',\n    git: 'https://github.com/autostructure/secure_sqlserver.git',\n    branch: 'master'\nmod 'puppetlabs-sqlserver', '2.1.1'\n```\n\n### Beginning with secure_sqlserver\n\nThe very basic steps needed for a user to get the module up and running. This can include setup steps, if necessary, or it can be an example of the most basic use of the module.\n\n## Usage\n\nThis section is where you describe how to customize, configure, and do the fancy stuff with your module here. It's especially helpful if you include usage examples and code samples for doing things with your module.\n\n## Reference\n\nUsers need a complete list of your module's classes, types, defined types providers, facts, and functions, along with the parameters for each. You can provide this list either via Puppet Strings code comments or as a complete list in the README Reference section.\n\n* If you are using Puppet Strings code comments, this Reference section should include Strings information so that your users know how to access your documentation.\n\n* If you are not using Puppet Strings, include a list of all of your classes, defined types, and so on, along with their parameters. Each element in this listing should include:\n\n  * The data type, if applicable.\n  * A description of what the element does.\n  * Valid values, if the data type doesn't make it obvious.\n  * Default value, if any.\n\n## Limitations\n\nThe following STIG vulnerabilities could not be addressed by the module.  Usually because a specification requires manual examination, like confirming a procedure or process is in place.\n\n###Outstanding Vulnerabilities\n\nVulnerabilities not addressed by this module:\nV-79125\nV-79127\n\n\n## Development\n\nSince your module is awesome, other users will want to play with it. Let them know what the ground rules for contributing are.\n\n## Release Notes/Contributors/Etc. **Optional**\n\nIf you aren't using changelog, put your release notes here (though you should consider using changelog). You can also add any additional sections you feel are necessary or important to include here. Please use the `## ` header.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautostructure%2Fsecure_sqlserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fautostructure%2Fsecure_sqlserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautostructure%2Fsecure_sqlserver/lists"}