11 Commits

Author SHA1 Message Date
Máximo Cuadros
2bdfd91f04 *: migration from gopkg to go modules 2020-03-10 00:40:56 +01:00
Joseph Vusich
79b7f24160 config: modules, Ignore submodules with dotdot '..' path components. Fixes CVE-2018-11235
References:
 * https://blogs.msdn.microsoft.com/devops/2018/05/29/announcing-the-may-2018-git-security-vulnerability/
 * https://security-tracker.debian.org/tracker/CVE-2018-11235
 * 0383bbb901

Signed-off-by: Joseph Vusich <jvusich@amazon.com>
2018-05-30 17:42:09 +00:00
ferhat elmas
18e6f9daa3 all: simplification
- no length for map initialization
 - don't check for boolean/error return
 - don't format string
 - use string method of bytes buffer instead of converting bytes to
string
 - use `strings.Contains` instead of `strings.Index`
 - use `bytes.Equal` instead of `bytes.Compare`
2017-11-29 13:01:32 +01:00
Antonio Jesus Navarro Perez
33e7c165c9 project: move imports from srcd.works to gopkg.in
To be able to fix #261 we will move again to gopkg.in before v4 stable release.
2017-03-07 12:58:18 +01:00
Máximo Cuadros
ed288b30de documentation and API improvements 2017-02-21 16:03:39 +01:00
Máximo Cuadros
09110d8e6d config: added Config.Submodules 2017-02-14 15:56:32 +01:00
Máximo Cuadros
85a4efcc45 new srcd.works/go-git.v4 path 2017-01-30 23:52:39 +01:00
Sergio Arbeo
bb36105c3d Fix typos in config pkg (#233) 2017-01-30 13:15:47 +01:00
Máximo Cuadros
7581d7f76a config: documentation improvements 2017-01-30 11:55:11 +01:00
Máximo Cuadros
4e78181092 config: modules, marshal and unmarshal implementation 2017-01-26 23:42:51 +01:00
Máximo Cuadros
b0a32a786e config: git modules config 2017-01-26 14:31:46 +01:00